Commit 61442592 by fengshuonan

更新居中

parent 06cf45f0
...@@ -40,7 +40,7 @@ layui.use(['table', 'ax'], function () { ...@@ -40,7 +40,7 @@ layui.use(['table', 'ax'], function () {
}, },
{field: 'description', align: "center", sort: true, title: '字典描述'}, {field: 'description', align: "center", sort: true, title: '字典描述'},
{ {
field: 'status', sort: true, title: '状态', templet: function (d) { field: 'status', sort: true, align: "center", title: '状态', templet: function (d) {
if (d.status === 'ENABLE') { if (d.status === 'ENABLE') {
return "启用"; return "启用";
} else { } else {
......
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