自动化立体仓库 - WMS系统
zyx
2024-01-18 34acfaaef92fd79771ae5c9c3c2f1a9d8204525b
src/main/webapp/static/js/configType/configType.js
@@ -22,7 +22,7 @@
        cols: [[
            {type: 'checkbox', fixed: 'left'}
            ,{field: 'id', title: 'ID', sort: true,align: 'center', fixed: 'left', width: 80}
            ,{field: 'type', align: 'center',title: '类型'}
            ,{field: 'type', align: 'center',title: '类型',hide:true}
            ,{field: 'name', align: 'center',title: '名称'}
            ,{field: 'value', align: 'center',title: '值'}
            ,{fixed: 'right', title:'操作', align: 'center', toolbar: '#operate', width:150}