From 888ca2307bc485798a2f2e4b5aa8b14d72e7b6b2 Mon Sep 17 00:00:00 2001 From: taojinlong Date: Tue, 27 Sep 2022 13:06:42 +0800 Subject: [PATCH] =?UTF-8?q?fix(API=E6=95=B0=E6=8D=AE=E6=BA=90):=20?= =?UTF-8?q?=E8=AF=B7=E6=B1=82=E4=BD=93=E6=B2=A1=E6=9C=89=E6=9B=B4=E6=96=B0?= =?UTF-8?q?=20=20#3067?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../system/datasource/DsConfiguration.vue | 122 +++++++++--------- 1 file changed, 59 insertions(+), 63 deletions(-) diff --git a/frontend/src/views/system/datasource/DsConfiguration.vue b/frontend/src/views/system/datasource/DsConfiguration.vue index 7738935aa2..55bd480ddd 100644 --- a/frontend/src/views/system/datasource/DsConfiguration.vue +++ b/frontend/src/views/system/datasource/DsConfiguration.vue @@ -16,21 +16,20 @@ icon="el-icon-plus" type="primary" @click="addApiItem(undefined)" - >{{ $t('commons.add') }} + >{{ $t('commons.add') }} + /> {{ $t('datasource.priority') - }} - + @click="showPriority = !showPriority" + >{{ $t('datasource.priority') + }} +