소스 검색

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

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.