Index: ssts-web/src/main/webapp/systemmanage/system/systemInfo.js =================================================================== diff -u -r23644 -r29367 --- ssts-web/src/main/webapp/systemmanage/system/systemInfo.js (.../systemInfo.js) (revision 23644) +++ ssts-web/src/main/webapp/systemmanage/system/systemInfo.js (.../systemInfo.js) (revision 29367) @@ -149,6 +149,48 @@ cls:'fieldReadOnlyNoRemove', anchor : '100%' }] + },{ + columnWidth : .25, + layout : 'form', + labelWidth : 80, + labelAlign:"right", + items:[{ + xtype : 'textfield', + fieldLabel : "版本号", + id : "globalVersion", + name : "globalVersion", + readOnly : true, + cls:'fieldReadOnlyNoRemove', + anchor : '100%' + }] + },{ + columnWidth : .25, + layout : 'form', + labelWidth : 80, + labelAlign:"right", + items:[{ + xtype : 'textfield', + fieldLabel : "svn版本号", + id : "svnRevision", + name : "svnRevision", + readOnly : true, + cls:'fieldReadOnlyNoRemove', + anchor : '100%' + }] + },{ + columnWidth : .25, + layout : 'form', + labelWidth : 80, + labelAlign:"right", + items:[{ + xtype : 'textfield', + fieldLabel : "构建时间", + id : "buildDateTime", + name : "buildDateTime", + readOnly : true, + cls:'fieldReadOnlyNoRemove', + anchor : '100%' + }] }] });