Browse Source

修改bug

QuKatie 3 years ago
parent
commit
41088551f2

+ 1 - 0
src/views/finance/charge/add-or-update.vue

@@ -27,6 +27,7 @@
             :prop="item.label"
             :prop="item.label"
             align="center"
             align="center"
             :fixed="item.fixed"
             :fixed="item.fixed"
+            sortable
             :show-overflow-tooltip="true"
             :show-overflow-tooltip="true"
           >
           >
           </el-table-column>
           </el-table-column>

+ 1 - 0
src/views/finance/charge/kaihe-detail.vue

@@ -344,6 +344,7 @@
         :prop="item.label"
         :prop="item.label"
         align="center"
         align="center"
         :fixed="item.fixed"
         :fixed="item.fixed"
+        sortable
         :show-overflow-tooltip="true"
         :show-overflow-tooltip="true"
       >
       >
         <template slot-scope="scope">
         <template slot-scope="scope">

+ 1 - 0
src/views/finance/contrast/add-or-update.vue

@@ -27,6 +27,7 @@
             :prop="item.label"
             :prop="item.label"
             align="center"
             align="center"
             :fixed="item.fixed"
             :fixed="item.fixed"
+            sortable
             :show-overflow-tooltip="true"
             :show-overflow-tooltip="true"
           >
           >
           </el-table-column>
           </el-table-column>

+ 1 - 0
src/views/finance/contrast/kaihe-detail.vue

@@ -326,6 +326,7 @@
         :prop="item.label"
         :prop="item.label"
         align="center"
         align="center"
         :fixed="item.fixed"
         :fixed="item.fixed"
+        sortable
         :show-overflow-tooltip="true"
         :show-overflow-tooltip="true"
       >
       >
         <template slot-scope="scope">
         <template slot-scope="scope">

+ 1 - 0
src/views/finance/payment/add-or-update.vue

@@ -30,6 +30,7 @@
             :prop="item.label"
             :prop="item.label"
             align="center"
             align="center"
             :fixed="item.fixed"
             :fixed="item.fixed"
+            sortable
             :show-overflow-tooltip="true"
             :show-overflow-tooltip="true"
           >
           >
           </el-table-column>
           </el-table-column>

+ 1 - 0
src/views/finance/payment/kaihe-detail.vue

@@ -344,6 +344,7 @@
         :prop="item.label"
         :prop="item.label"
         align="center"
         align="center"
         :fixed="item.fixed"
         :fixed="item.fixed"
+        sortable
         :show-overflow-tooltip="true"
         :show-overflow-tooltip="true"
       >
       >
         <template slot-scope="scope">
         <template slot-scope="scope">