From eaf3dff8e3d68e6c2d1f1fb6b2fdf2a6b04c5d23 Mon Sep 17 00:00:00 2001 From: BianLzhaoMin <11485688+bianliangzhaomin123@user.noreply.gitee.com> Date: Fri, 2 Aug 2024 16:03:01 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../csotSettlement/component/finishTable.vue | 28 +++++++++++++++++-- 1 file changed, 26 insertions(+), 2 deletions(-) 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; +}