xiongchao 3 år sedan
förälder
incheckning
fbc4bcc201
2 ändrade filer med 2 tillägg och 2 borttagningar
  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)
           }