From c5f70afac4dd35b3a6033eef8aae530d674425e0 Mon Sep 17 00:00:00 2001 From: licp <lichunping@guanfang.com.cn> Date: 星期一, 13 五月 2024 15:02:52 +0800 Subject: [PATCH] 完成工时管理前端 --- src/components/do/b1-ins-order/add.vue | 8 ++++++-- 1 files changed, 6 insertions(+), 2 deletions(-) diff --git a/src/components/do/b1-ins-order/add.vue b/src/components/do/b1-ins-order/add.vue index f5b4a48..99e204e 100644 --- a/src/components/do/b1-ins-order/add.vue +++ b/src/components/do/b1-ins-order/add.vue @@ -81,11 +81,11 @@ color: #bababa; } - .el-select .is-disabled { + .ins_order_add .el-select .is-disabled { background: transparent !important; } - .el-select .is-disabled .el-input__inner { + .ins_order_add .el-select .is-disabled .el-input__inner { background: transparent !important; } </style> @@ -667,6 +667,10 @@ this.addObj.sampleNum = this.sampleList.length this.$nextTick(() => { this.$refs.sampleTable.doLayout() + if(this.addObj.sampleNum>0){ + this.$refs.sampleTable.setCurrentRow(this.sampleList[0],true) + this.rowClick(this.sampleList[0]) + } }) }) } -- Gitblit v1.9.3