Browse Source

课酬确认列表添加“实际收款”字段

lex-xin 5 years ago
parent
commit
761bd1b1e6

File diff suppressed because it is too large
+ 0 - 0
dist/index.html


+ 1 - 1
dist/static/css/chunk-05bea0d3.d4fee719.css → dist/static/css/chunk-8bb51e68.daea90f6.css

@@ -1 +1 @@
-.pagination-container[data-v-31cb099a]{background:#fff;padding:32px 16px;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.pagination-container.hidden[data-v-31cb099a]{display:none}.red[data-v-648e7b5c]{color:red}.visibleForm[data-v-648e7b5c] .el-input__inner,.visibleForm[data-v-648e7b5c] .el-textarea__inner{width:225px!important}
+.pagination-container[data-v-31cb099a]{background:#fff;padding:32px 16px;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.pagination-container.hidden[data-v-31cb099a]{display:none}.red[data-v-a4a88ba8]{color:red}.visibleForm[data-v-a4a88ba8] .el-input__inner,.visibleForm[data-v-a4a88ba8] .el-textarea__inner{width:225px!important}

File diff suppressed because it is too large
+ 0 - 0
dist/static/js/app.467f5c17.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-05bea0d3.bbe77c4b.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-8bb51e68.fd1cff61.js


+ 3 - 0
src/views/workBenchManager/classFeesIsOk.vue

@@ -146,6 +146,9 @@
               <p class="red" v-if="!scope.row.signOutStatus&&scope.row.signOutStatus!=0">未签退</p>
             </template>
           </el-table-column>
+          <el-table-column align="center" prop="actualReceipts" label="实际收款">
+            <template slot-scope="scope">{{scope.row.actualReceipts ? scope.row.actualReceipts : 0 + '元'}}</template>
+          </el-table-column>
           <!-- expectSalary -->
           <el-table-column align="center" prop="actualSalary" label="应发课酬">
             <template slot-scope="scope">{{scope.row.actualSalary + '元'}}</template>

Some files were not shown because too many files changed in this diff