فهرست منبع

【修改】bug

莫绍宝 3 سال پیش
والد
کامیت
db14b76c09
2فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 1 1
      src/views/supply/engin/commerce_list.vue
  2. 1 1
      src/views/supply/engin/home_list.vue

+ 1 - 1
src/views/supply/engin/commerce_list.vue

@@ -146,7 +146,7 @@
                 {{scope.row.price | numToFixed}}
               </template>
             </el-table-column>
-            <el-table-column align="right" label="金额" prop="payAmount" min-width="100" sortable show-overflow-tooltip>
+            <el-table-column align="right" label="实付金额" prop="payAmount" min-width="110" sortable show-overflow-tooltip>
               <template slot-scope="scope">
                 {{scope.row.payAmount | numToFixed}}
               </template>

+ 1 - 1
src/views/supply/engin/home_list.vue

@@ -146,7 +146,7 @@
                 {{scope.row.price | numToFixed}}
               </template>
             </el-table-column>
-            <el-table-column align="right" label="金额" prop="payAmount" min-width="100" sortable show-overflow-tooltip>
+            <el-table-column align="right" label="实付金额" prop="payAmount" min-width="110" sortable show-overflow-tooltip>
               <template slot-scope="scope">
                 {{scope.row.payAmount | numToFixed}}
               </template>