Commit 40c8d753 authored by guantiantian's avatar guantiantian

制证包管理删除格口文件信息删除按钮

parent 949f10e6
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
<div class="col-md-12" style="margin-top:20px;"> <div class="col-md-12" style="margin-top:20px;">
<div class="box "> <div class="box ">
<strong class="box-header with-border">格口文件管理</strong> <strong class="box-header with-border">格口文件信息</strong>
<div class="box-info" style="padding-top: 0;"> <div class="box-info" style="padding-top: 0;">
<table class="table table-bordered table-hover postTable" ng-if="postPackageData.length>0"> <table class="table table-bordered table-hover postTable" ng-if="postPackageData.length>0">
<thead> <thead>
...@@ -43,7 +43,6 @@ ...@@ -43,7 +43,6 @@
<th>文件名</th> <th>文件名</th>
<th>上传时间</th> <th>上传时间</th>
<th>解析状态</th> <th>解析状态</th>
<th>操作</th>
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
...@@ -56,9 +55,6 @@ ...@@ -56,9 +55,6 @@
<td>{{item.uploadDate | myDateFilter}}</td> <td>{{item.uploadDate | myDateFilter}}</td>
<td ng-if="item.state==0">未解析</td> <td ng-if="item.state==0">未解析</td>
<td ng-if="item.state==1">已解析</td> <td ng-if="item.state==1">已解析</td>
<td>
<button class="btn btn-danger" ng-disabled="item.state==1" ng-click="deletePostData(item.fileId,item.uploadDate)">删除</button>
</td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment