Browse Source

移动列位置

戴艳蓉 3 years ago
parent
commit
315d1d9d73

File diff suppressed because it is too large
+ 0 - 0
dist/index.html


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-352cde82.371f6007.js


BIN
dist/static/js/chunk-352cde82.371f6007.js.gz


BIN
dist/static/js/chunk-352cde82.88d5979f.js.gz


+ 3 - 2
src/views/InvoiceSales/capitalClaim/index.vue

@@ -173,6 +173,8 @@
             ></el-tag>
           </template>
         </el-table-column>
+        <el-table-column label="记录总金额" prop="total_fee" width="120px" />
+        <el-table-column label="已认领金额" prop="amount" width="120px" />
         <el-table-column label="认领企业编码" prop="companyNo" width="130px" />
         <el-table-column
           label="认领企业"
@@ -180,8 +182,7 @@
           prop="companyName"
           min-width="170px"
         />
-        <el-table-column label="记录总金额" prop="total_fee" width="120px" />
-        <el-table-column label="已认领金额" prop="amount" width="120px" />
+        
 
         <el-table-column
           label="对方公司"

Some files were not shown because too many files changed in this diff