|
|
@@ -4,14 +4,14 @@ function queryConstant(){
|
|
|
"flag_name": $("#keywords").val()
|
|
|
}
|
|
|
var cols = [
|
|
|
- {width: 80, text: '序号', type: 'number', flex: false, field: 'num'},
|
|
|
- {width: 80, text: '字典值', type: 'string', flex: false, field: 'code_value'},
|
|
|
+ {width: 40, text: '序号', type: 'number', flex: true, field: 'num'},
|
|
|
+ {width: 40, text: '字典值', type: 'string', flex: true, field: 'code_value'},
|
|
|
{width: 80, text: '字典名称', type: 'string', flex: true, field: 'code_name'},
|
|
|
- {width: 80, text: '有效标志', type: 'string', flex: false, field: 'valid'},
|
|
|
- {width: 80, text: '字典标识', type: 'string', flex: true, field: 'code_flag'},
|
|
|
- {width: 160, text: '标识名称', type: 'string', flex: false, field: 'flag_name'},
|
|
|
+ {width: 60, text: '有效标志', type: 'string', flex: true, field: 'valid'},
|
|
|
+ {width: 160, text: '字典标识', type: 'string', flex: true, field: 'code_flag'},
|
|
|
+ {width: 160, text: '标识名称', type: 'string', flex: true, field: 'flag_name'},
|
|
|
{width: 80, text: '备注', type: 'string', flex: true, field: 'remark'},
|
|
|
- {width: 160, text: '操作', type: 'string', flex: true, field: 'id',
|
|
|
+ {width: 80, text: '操作', type: 'string', flex: true, field: 'id',
|
|
|
oper:[
|
|
|
{func:'showEditConstant',text:'修改',icon_class:'icon-edit'},
|
|
|
{func:'deleteConstant',text:'删除',icon_class:'icon-remove-circle'}
|