소스 검색

【修改】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>