浏览代码

Merge branch 'master' into 02/23reviewBUG

mo 3 年之前
父节点
当前提交
bbdef8ad05

文件差异内容过多而无法显示
+ 0 - 0
dist/index.html


+ 0 - 1
dist/static/css/chunk-086ae982.381c30c1.css

@@ -1 +0,0 @@
-.payForm[data-v-3d1ffe73] .el-form-item{min-width:40%}.newBand[data-v-4cd89015]{display:inline-block}.noWrap[data-v-4cd89015]{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}

+ 1 - 0
dist/static/css/chunk-c3bc1be6.b1cf227a.css

@@ -0,0 +1 @@
+.payForm[data-v-3d1ffe73] .el-form-item{min-width:40%}.newBand[data-v-b589b966]{display:inline-block}.noWrap[data-v-b589b966]{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}

文件差异内容过多而无法显示
+ 0 - 0
dist/static/js/app.c0513094.js


文件差异内容过多而无法显示
+ 0 - 0
dist/static/js/chunk-c3bc1be6.f996d730.js


+ 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

部分文件因为文件数量过多而无法显示