自动化立体仓库 - WMS系统
ZY
2024-10-09 df0b697763217c84e9d42015d82a066a863f3e5a
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}