瀏覽代碼

修改样式

lex-xin 5 年之前
父節點
當前提交
fd01f200dc

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


+ 1 - 1
dist/static/css/chunk-8bb51e68.daea90f6.css → dist/static/css/chunk-3e4fee58.decbe771.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-a4a88ba8]{color:red}.visibleForm[data-v-a4a88ba8] .el-input__inner,.visibleForm[data-v-a4a88ba8] .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-2bd2b8c7]{color:red}.visibleForm[data-v-2bd2b8c7] .el-input__inner,.visibleForm[data-v-2bd2b8c7] .el-textarea__inner{width:225px!important}

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


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-3e4fee58.d610b177.js


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


+ 1 - 1
src/views/workBenchManager/classFeesIsOk.vue

@@ -147,7 +147,7 @@
             </template>
           </el-table-column>
           <el-table-column align="center" prop="actualReceipts" label="实际收款">
-            <template slot-scope="scope">{{scope.row.actualReceipts ? scope.row.actualReceipts : 0 + '元'}}</template>
+            <template slot-scope="scope">{{(scope.row.actualReceipts ? scope.row.actualReceipts : 0) + '元'}}</template>
           </el-table-column>
           <!-- expectSalary -->
           <el-table-column align="center" prop="actualSalary" label="应发课酬">

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