瀏覽代碼

分页套打

xiongchao 3 年之前
父節點
當前提交
fbc4bcc201
共有 2 個文件被更改,包括 2 次插入2 次删除
  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)
           }