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