去掉‘已删除’的列表
This commit is contained in:
@@ -231,10 +231,6 @@
|
|||||||
return value=='1' ? "是" : "否";
|
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: 'createTime', width: 140,formatter: formatDatebox},
|
||||||
{title: '更新时间', align: "center", field: 'updateTime', width: 140,formatter: formatDatebox},
|
{title: '更新时间', align: "center", field: 'updateTime', width: 140,formatter: formatDatebox},
|
||||||
{title: '备注',align: "center", field: 'remark',width: 200}
|
{title: '备注',align: "center", field: 'remark',width: 200}
|
||||||
|
|||||||
Reference in New Issue
Block a user