diff --git a/src/views/pages/autoexec/manage/action-manage.vue b/src/views/pages/autoexec/manage/action-manage.vue
index 7e2f2ac0592a0ca5ae8ad60f68d9904c7fbbee25..40d172dd6121edefb9fa410d384addd0f1a33bce 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') }} -->
@@ -91,6 +91,12 @@
:class="{ disable: !hasAuth }"
@click.stop="copyAction(row)"
>{{ $t('page.copy') }}
+ {{ $t('page.export') }}
@@ -157,11 +163,18 @@
@close="isShowRecord = false"
>
+