From 4c3a5115519c2555d14a44165212d117a53f1f2c Mon Sep 17 00:00:00 2001 From: joylink_cuiweidong <364937672@qq.com> Date: Thu, 8 Apr 2021 15:33:59 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/iscs_new/iscsDraw/index.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/iscs_new/iscsDraw/index.vue b/src/views/iscs_new/iscsDraw/index.vue index 311b264cd..f2174a45d 100644 --- a/src/views/iscs_new/iscsDraw/index.vue +++ b/src/views/iscs_new/iscsDraw/index.vue @@ -125,6 +125,7 @@ export default { const elem = this.elementList.find(el => el.code == this.selected.type); if (elem) { elem.model = this.selected; + this.enabledTab=this.selected.type; } } else { this.selected = null; From 35d4ab4cfcc09e49035a9dbd6a7f86bc5aeb0448 Mon Sep 17 00:00:00 2001 From: joylink_cuiweidong <364937672@qq.com> Date: Thu, 8 Apr 2021 17:29:18 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/iscs_new/core/form/form2TextStyle.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/iscs_new/core/form/form2TextStyle.js b/src/iscs_new/core/form/form2TextStyle.js index 568f5f8c7..15ff8f5c1 100644 --- a/src/iscs_new/core/form/form2TextStyle.js +++ b/src/iscs_new/core/form/form2TextStyle.js @@ -91,7 +91,7 @@ export default [ description: '文字描边样式。' }, { - prop: 'textLineWidth', + prop: 'textStrokeWidth', label: '文字描边宽度', type: types.Number, min: 0,