去掉‘已删除’的列表

This commit is contained in:
季圣华
2019-09-01 14:33:37 +08:00
parent 5b944d18d2
commit 887b8314fb

View File

@@ -231,10 +231,6 @@
return value=='1' ? "是" : "否";
}
},
{title: '已删除', align: "center", field: 'deleteFlag', width: 60, formatter: function (value) {
return value=='1' ? "是" : "否";
}
},
{title: '创建时间',align: "center", field: 'createTime', width: 140,formatter: formatDatebox},
{title: '更新时间', align: "center", field: 'updateTime', width: 140,formatter: formatDatebox},
{title: '备注',align: "center", field: 'remark',width: 200}