master
wangxinglong 2022-04-21 11:49:29 +08:00
parent 29d693dfae
commit 7b4eed29e5
1 changed files with 1 additions and 0 deletions

View File

@ -34,6 +34,7 @@ layui.use(['laytpl', 'treeTable', 'jquery', 'iconPickerFa', 'form', 'miniTab', '
{type: 'checkbox'}, {type: 'checkbox'},
{field: 'name', title: '名称', minWidth: 150, singleLine: true}, {field: 'name', title: '名称', minWidth: 150, singleLine: true},
{field: 'name', title: '状态'}, {field: 'name', title: '状态'},
{field: 'sort', title: '排序',edit:"text"},
{templet: '#row-status',field: 'status', minWidth: 180,align: 'center', title: '状态'}, {templet: '#row-status',field: 'status', minWidth: 180,align: 'center', title: '状态'},
]], ]],
done: function () { done: function () {