From cd6226f8428fd55ef2f9c48ac8c4a1cc7cf36a4b Mon Sep 17 00:00:00 2001 From: song-cc-rock Date: Wed, 17 Aug 2022 15:03:34 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E9=A1=B9=E7=9B=AE=E8=AE=BE=E7=BD=AE):=20?= =?UTF-8?q?=E7=B3=BB=E7=BB=9F=E8=87=AA=E5=AE=9A=E4=B9=89=E5=AD=97=E6=AE=B5?= =?UTF-8?q?=E7=9A=84=E9=80=89=E9=A1=B9=E5=80=BC=E7=BC=96=E8=BE=91=E7=A6=81?= =?UTF-8?q?=E7=94=A8=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --bug=1015877 --user=宋昌昌 【项目设置】系统字段自带的选项值无法编辑 https://www.tapd.cn/55049933/s/1225055 --- .../common/components/MsSingleHandleDrag.vue | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/frontend/src/business/components/common/components/MsSingleHandleDrag.vue b/frontend/src/business/components/common/components/MsSingleHandleDrag.vue index 2a322d6047..c82fff2ed9 100644 --- a/frontend/src/business/components/common/components/MsSingleHandleDrag.vue +++ b/frontend/src/business/components/common/components/MsSingleHandleDrag.vue @@ -41,12 +41,11 @@ {{ (element.value && isKv ? '(' : '') + element.value + (element.value && isKv ? ')' : '')}} - + + + @@ -84,7 +83,9 @@ export default { default() { return [ { + id: 1, icon: 'el-icon-edit', + isEdit: true, click: (element, idx) => { if (this.disable) { return; @@ -95,7 +96,9 @@ export default { } }, { + id: 2, icon: 'el-icon-close', + isEdit: false, click: (element, idx) => { if (this.disable) { return;