From fddc96a92edfa4f35007b1cfbc03b8f4799f5400 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B7=AF=E6=98=8E=E6=85=A7?= <1191093413@qq.com> Date: Mon, 26 Feb 2024 14:56:10 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=81=E4=B8=9A=E7=AE=A1=E7=90=86=EF=BC=9A?= =?UTF-8?q?=E6=89=A9=E5=B1=95=E5=B1=9E=E6=80=A7=E4=BF=AE=E6=94=B9=E6=97=B6?= =?UTF-8?q?=E8=AE=BE=E7=BD=AE=E4=B8=BA=E4=B8=8D=E5=85=81=E8=AE=B8=E4=BF=AE?= =?UTF-8?q?=E6=94=B9key?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../system/companyservice/companyservice_prop/list.vue | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/jianshui-ui/src/views/system/companyservice/companyservice_prop/list.vue b/jianshui-ui/src/views/system/companyservice/companyservice_prop/list.vue index d7a07df..03e0eb4 100644 --- a/jianshui-ui/src/views/system/companyservice/companyservice_prop/list.vue +++ b/jianshui-ui/src/views/system/companyservice/companyservice_prop/list.vue @@ -112,7 +112,7 @@ - + @@ -159,6 +159,8 @@ export default { open: false, //修改标识 updateFlag: false, + //修改时只读 + readOnly : false, // 查询参数 queryParams: { pageNum: 1, @@ -200,6 +202,7 @@ export default { cancel() { this.open = false this.reset() + this.readOnly = false }, // 表单重置 reset() { @@ -234,6 +237,7 @@ export default { this.open = true this.updateFlag = false this.title = '添加企业扩展属性,包括大象key等' + this.readOnly = false }, /** 修改按钮操作 */ handleUpdate(row) { @@ -241,6 +245,7 @@ export default { this.form = row this.open = true this.updateFlag = true + this.readOnly = true this.title = '修改企业扩展属性,包括大象key等' // const companyid = row.companyid // const key = row.key