Browse Source

强制押金结算

zweizhao 7 years ago
parent
commit
bef8acf2d0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pages/main/index/wage_settlement.vue

+ 1 - 1
pages/main/index/wage_settlement.vue

@@ -66,7 +66,7 @@
     </section>
     <!-- 本月结束合作,下月未托管费用 -->
     <section v-if="detail.can_use_deposit" class="container">
-      <el-checkbox v-model="is_use_deposit" style="margin: 0 4px 0 0;"></el-checkbox>
+      <el-checkbox v-model="is_use_deposit" style="margin: 0 4px 0 0;" disabled checked></el-checkbox>
       使用押金结算(¥{{detail.company.company_left_deposit}})(企业方费用:¥{{companyPrice}})
     </section>
     <section class="container">