Commit 3a47ec68 authored by liboyang's avatar liboyang

制证信息管理删除加状态

parent 15aa6f5f
...@@ -103,8 +103,8 @@ ...@@ -103,8 +103,8 @@
<td>{{item.recordNumber}}</td> <td>{{item.recordNumber}}</td>
<td>{{item.createDate | myDateFilter}}</td> <td>{{item.createDate | myDateFilter}}</td>
<td>{{item.newFileName}}</td> <td>{{item.newFileName}}</td>
<td ng-if="item">已删除</td> <td ng-if="item.state==0" style="color: #9f191f;">已删除</td>
<td ng-if="item">未删除</td> <td ng-if="item.state==1">未删除</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