Index: ssts-web/src/main/webapp/disinfectsystem/customform/formdefinitionView.js =================================================================== diff -u -r16080 -r16082 --- ssts-web/src/main/webapp/disinfectsystem/customform/formdefinitionView.js (.../formdefinitionView.js) (revision 16080) +++ ssts-web/src/main/webapp/disinfectsystem/customform/formdefinitionView.js (.../formdefinitionView.js) (revision 16082) @@ -735,6 +735,8 @@ {header : "表单名称",width : 250,dataIndex : 'formName', renderer : modifyRecord}, {header : "创建时间",width : 150,dataIndex : 'createDate'}, {header : "创建人",width : 80,dataIndex : 'createUserName'}, + {header : "拼音码",width : 0,dataIndex : 'spelling'}, + {header : "五笔码",width : 0,dataIndex : 'wbCode'}, {header : "版本号",width : 80,dataIndex : 'version'}, {header : "是否已部署",width : 120,dataIndex : 'isDeploy',renderer : showIsDeployStatus}, {id : 'description',header : "描述",width : 120,dataIndex : 'description'} @@ -747,7 +749,9 @@ {type:'string',dataIndex:'createUserName'}, {type:'string',dataIndex:'version'}, {type:'string',dataIndex:'isDeploy'}, - {type:'string',dataIndex:'description'} + {type:'string',dataIndex:'description'}, + {type:'string',dataIndex:'spelling'}, + {type:'string',dataIndex:'wbCode'} ] }); @@ -758,7 +762,9 @@ {name : 'createUserName'}, {name : 'version'}, {name : 'isDeploy'}, - {name : 'description'} + {name : 'description'}, + {name : 'spelling'}, + {name : 'wbCode'} ]; var tbar = [{