From e487ee24af9c2f49afadeb7ada12ceea913f589a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Chuailei000=E2=80=9D?= <2280131253@qq.com> Date: Tue, 13 Jun 2023 14:40:47 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E8=B5=84=E4=BA=A7=E7=99=BB=E5=BD=95?= =?UTF-8?q?=E7=94=A8=E6=88=B7=E5=8C=B9=E9=85=8D=E7=BB=93=E6=9E=9C=E4=B8=8D?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E6=93=8D=E4=BD=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../JSONManyToManySelect/AttrMatchResultDialog.vue | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/components/FormFields/JSONManyToManySelect/AttrMatchResultDialog.vue b/src/components/FormFields/JSONManyToManySelect/AttrMatchResultDialog.vue index 1b0bb5210..9318d5740 100644 --- a/src/components/FormFields/JSONManyToManySelect/AttrMatchResultDialog.vue +++ b/src/components/FormFields/JSONManyToManySelect/AttrMatchResultDialog.vue @@ -49,7 +49,12 @@ export default { label: item.label, formatter: item.formatter } - }) + }), + columnsMeta: { + actions: { + has: false + } + } } } }