Index: ssts-web/src/main/webapp/personalSetting/modifySearchMode.js =================================================================== diff -u -r38086 -r38088 --- ssts-web/src/main/webapp/personalSetting/modifySearchMode.js (.../modifySearchMode.js) (revision 38086) +++ ssts-web/src/main/webapp/personalSetting/modifySearchMode.js (.../modifySearchMode.js) (revision 38088) @@ -106,6 +106,7 @@ displayField: 'fontText', store: fontSizeStore, forceSelection: true, + editable:false, mode: 'local', triggerAction: 'all', anchor: '100%' @@ -132,6 +133,7 @@ fields: ['value'], data: [['是'], ['否']] }), + editable:false, forceSelection: true, mode: 'local', triggerAction: 'all', @@ -157,6 +159,7 @@ displayField: 'fontText', store: messagePromptTypeStore, forceSelection: true, + editable:false, mode: 'local', triggerAction: 'all', anchor: '100%' @@ -182,6 +185,7 @@ fields: ['value'], data: [['是'], ['否']] }), + editable:false, forceSelection: true, mode: 'local', triggerAction: 'all',