Browse Source

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

jbb 1 year ago
parent
commit
8f0879c053
1 changed files with 3 additions and 1 deletions
  1. 3 1
      src/views/oa/AssetList.vue

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

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