xiongchao il y a 3 ans
Parent
commit
fbc4bcc201
2 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 1 1
      src/views/sb/info/SbInfo.vue
  2. 1 1
      src/views/sb/info/SbInfoStandard.vue

+ 1 - 1
src/views/sb/info/SbInfo.vue

@@ -288,7 +288,7 @@ export default {
           title: '自定义类型',
           checked: true,
           dataIndex: 'useType',
-          width: 120,
+          width: 150,
           customRender: (text, record, index) => {
             return this.BaseTool.Object.getField(this.useTypeMap, text)
           }

+ 1 - 1
src/views/sb/info/SbInfoStandard.vue

@@ -284,7 +284,7 @@ export default {
           title: '自定义类型',
           checked: true,
           dataIndex: 'useType',
-          width: 120,
+          width: 150,
           customRender: (text, record, index) => {
             return this.BaseTool.Object.getField(this.useTypeMap, text)
           }