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}