diff --git a/sgzb-ui/src/views/cost/csotSettlement/component/finishTable.vue b/sgzb-ui/src/views/cost/csotSettlement/component/finishTable.vue index fa06917e..bfe36027 100644 --- a/sgzb-ui/src/views/cost/csotSettlement/component/finishTable.vue +++ b/sgzb-ui/src/views/cost/csotSettlement/component/finishTable.vue @@ -56,8 +56,16 @@ - - + + @@ -344,4 +363,9 @@ export default { border-color: #f56c6c; } } +::v-deep .all-disabled .el-checkbox__input .el-checkbox__inner { + background-color: #edf2fc; + border-color: #dcdfe6; + cursor: not-allowed; +}