Browse Source

固定资产查询-列表宽度调整

jbb 2 năm trước cách đây
mục cha
commit
8f0879c053
1 tập tin đã thay đổi với 3 bổ sung1 xóa
  1. 3 1
      src/views/oa/AssetList.vue

+ 3 - 1
src/views/oa/AssetList.vue

@@ -85,7 +85,7 @@
         :pagination="ipagination"
         :pagination="ipagination"
         :loading="loading"
         :loading="loading"
         rowselection="false"
         rowselection="false"
-        
+        :scroll="{ x: 1500}"
         @change="handleTableChange">
         @change="handleTableChange">
 
 
         <template slot="htmlSlot" slot-scope="text">
         <template slot="htmlSlot" slot-scope="text">
@@ -239,7 +239,9 @@
           {
           {
             title: '操作',
             title: '操作',
             dataIndex: 'action',
             dataIndex: 'action',
+            fixed: 'right',
             align:"center",
             align:"center",
+            width:60,
             scopedSlots: { customRender: 'action' }
             scopedSlots: { customRender: 'action' }
           }
           }
         ],
         ],