xiongchao 3 سال پیش
والد
کامیت
b7aa07ce0e
1فایلهای تغییر یافته به همراه5 افزوده شده و 1 حذف شده
  1. 5 1
      src/views/sb/info/SbInfo.vue

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

@@ -105,7 +105,7 @@
             :data="loadData"
             :alert="options.alert"
             :rowSelection="options.rowSelection"
-            :scroll="{x: 1000, y: BaseTool.Constant.scrollY}"
+            :scroll="{x: 1500, y: BaseTool.Constant.scrollY}"
             showPagination="auto"
           >
             <span slot="action" slot-scope="record">
@@ -295,10 +295,14 @@ export default {
         },
         {
           title: '第一维修人',
+          checked: true,
+          width: 150,
           dataIndex: 'repairUserName'
         },
         {
           title: '第二维修人',
+          checked: true,
+          width: 150,
           dataIndex: 'repairUserNameSecond'
         },
         {