浏览代码

【修改】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}}
                 {{scope.row.price | numToFixed}}
               </template>
               </template>
             </el-table-column>
             </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">
               <template slot-scope="scope">
                 {{scope.row.payAmount | numToFixed}}
                 {{scope.row.payAmount | numToFixed}}
               </template>
               </template>

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

@@ -146,7 +146,7 @@
                 {{scope.row.price | numToFixed}}
                 {{scope.row.price | numToFixed}}
               </template>
               </template>
             </el-table-column>
             </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">
               <template slot-scope="scope">
                 {{scope.row.payAmount | numToFixed}}
                 {{scope.row.payAmount | numToFixed}}
               </template>
               </template>