From 97f1a58062b48d8c161f12302bdeaae11fed7e3c Mon Sep 17 00:00:00 2001 From: "1437892690@qq.com" <1437892690@qq.com> Date: Mon, 10 Nov 2025 16:07:08 +0800 Subject: [PATCH] =?UTF-8?q?[=E5=8A=9F=E8=83=BD]=20=E7=BB=84=E5=90=88?= =?UTF-8?q?=E5=B7=A5=E5=85=B7=E5=AF=BC=E5=85=A5=E5=AF=BC=E5=87=BA=E4=BC=98?= =?UTF-8?q?=E5=8C=96=EF=BC=8C=E9=9C=80=E8=A6=81=E5=B0=86=E4=BE=9D=E8=B5=96?= =?UTF-8?q?=E5=88=B0=E7=9A=84=E6=95=B0=E6=8D=AE=E4=B8=80=E8=B5=B7=E6=89=93?= =?UTF-8?q?=E5=8C=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 关联 #[1547690687561728]组合工具导入导出优化,需要将依赖到的数据一起打包 http://192.168.0.96:8090/demo/rdm.html#/story-detail/939050947543040/939050947543042/1547690687561728 --- .../pages/autoexec/manage/action-manage.vue | 42 +++++++++++++++---- 1 file changed, 34 insertions(+), 8 deletions(-) diff --git a/src/views/pages/autoexec/manage/action-manage.vue b/src/views/pages/autoexec/manage/action-manage.vue index 7e2f2ac0..40d172dd 100644 --- a/src/views/pages/autoexec/manage/action-manage.vue +++ b/src/views/pages/autoexec/manage/action-manage.vue @@ -17,15 +17,15 @@ class="action-item tsfont-upload" :class="{ 'text-disabled': !hasAuth }" :title="!hasAuth ? $t('page.notauthrelationadmin') : ''" - @click="uploadAction()" + @click.self="$refs.uploadDialog.showDialog" >{{ $t('page.import') }} - {{ $t('page.export') }} - {{ $t('page.export') }} + {{ $t('page.export') }} -->