|
|
|
@ -174,10 +174,10 @@ layui.use(['layer', 'form', 'table', 'util', 'admin', 'func', 'HttpRequest'], fu
|
|
|
|
|
{type: 'checkbox'},
|
|
|
|
|
{type: 'numbers'},
|
|
|
|
|
{field: 'configId', hide: true, title: '主键'},
|
|
|
|
|
{field: 'configName', sort: true, align: "center", title: '名称'},
|
|
|
|
|
{field: 'configCode', sort: true, align: "center", title: '属性编码'},
|
|
|
|
|
{field: 'configValue', sort: true, align: "center", title: '属性值'},
|
|
|
|
|
{field: 'remark', sort: true, align: "center", title: '备注'},
|
|
|
|
|
{field: 'configName', sort: true, title: '名称'},
|
|
|
|
|
{field: 'configCode', sort: true, title: '属性编码'},
|
|
|
|
|
{field: 'configValue', sort: true, title: '属性值'},
|
|
|
|
|
{field: 'remark', sort: true, title: '备注'},
|
|
|
|
|
{align: 'center', toolbar: '#dictTbBar', title: '操作'}
|
|
|
|
|
]],
|
|
|
|
|
parseData: Feng.parseData,
|
|
|
|
|