lex-xin 3 năm trước cách đây
mục cha
commit
4ad17bb516
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      src/views/businessManager/orderManager/payRecord.vue

+ 2 - 2
src/views/businessManager/orderManager/payRecord.vue

@@ -217,12 +217,12 @@
           </el-table-column>
           <el-table-column align="center" label="费用类型">
             <template slot-scope="scope">{{
-              scope.row.type | feeType
+              scope.row.feeProject | feeProject 
             }}</template>
           </el-table-column>
           <el-table-column align="center" label="费用项目">
             <template slot-scope="scope">{{
-              scope.row.feeProject | feeProject
+              scope.row.type | feeType
             }}</template>
           </el-table-column>
           <el-table-column