From 6340b2ee9f1265e8eae98728ede05ede6f2037ed Mon Sep 17 00:00:00 2001 From: GAOANG <1140589958@qq.com> Date: Thu, 21 Mar 2024 15:01:29 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A8=E5=8D=95=E8=AE=BE=E8=AE=A1=E4=B8=AD?= =?UTF-8?q?=E7=9A=84=E8=A1=A8=E6=A0=BC=E7=BB=84=E4=BB=B6=EF=BC=8C=E6=8C=89?= =?UTF-8?q?=E9=92=AE=E9=80=89=E6=95=B0=E6=8D=AE=E6=89=93=E5=BC=80=E6=AD=A4?= =?UTF-8?q?=E5=8A=9F=E8=83=BD=E6=97=B6=EF=BC=8C=E8=A1=A8=E5=A4=B4=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E5=B7=B2=E6=B7=BB=E5=8A=A0=E7=9A=84=E9=80=89=E9=A1=B9?= =?UTF-8?q?=E6=97=A0=E5=88=A0=E9=99=A4=E6=8C=89=E9=92=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../componentProperty/settings/ApiAssoConfig.vue | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/components/Designer/src/components/componentProperty/settings/ApiAssoConfig.vue b/src/components/Designer/src/components/componentProperty/settings/ApiAssoConfig.vue index 3e51e5b..ec2c5ab 100644 --- a/src/components/Designer/src/components/componentProperty/settings/ApiAssoConfig.vue +++ b/src/components/Designer/src/components/componentProperty/settings/ApiAssoConfig.vue @@ -257,6 +257,13 @@ key: 'tableTitle', align: 'center', }, + { + title: t('操作'), + dataIndex: 'action', + key: 'action', + align: 'center', + width: 50, + }, ]); watch( () => props.type,