+ http://nodejs.org/dist/
v15.12.0
v1.22.17
diff --git a/frontend/src/views/system/authority/authQuickConfig.vue b/frontend/src/views/system/authority/authQuickConfig.vue
index 65c884e..848f482 100644
--- a/frontend/src/views/system/authority/authQuickConfig.vue
+++ b/frontend/src/views/system/authority/authQuickConfig.vue
@@ -1,192 +1,232 @@
- 敬请期待
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
diff --git a/frontend/src/views/system/authority/index.vue b/frontend/src/views/system/authority/index.vue
index 8c83503..533509b 100644
--- a/frontend/src/views/system/authority/index.vue
+++ b/frontend/src/views/system/authority/index.vue
@@ -2,43 +2,39 @@
- {{ $t('auth.authConfig') }}
+ {{ $t("auth.authConfig") }}
-
-
-
-
+
+ {{ $t("auth.authQuickConfig") }}
+
+
-
+
diff --git a/frontend/src/views/system/datasource/form.vue b/frontend/src/views/system/datasource/form.vue
index aedce1e..453b9cf 100644
--- a/frontend/src/views/system/datasource/form.vue
+++ b/frontend/src/views/system/datasource/form.vue
@@ -8,14 +8,14 @@
{{
params &&
- params.id &&
- params.showModel &&
- params.showModel === 'show' &&
- !canEdit
- ? $t('datasource.show_info')
- : formType == 'add'
- ? $t('datasource.create')
- : $t('datasource.modify')
+ params.id &&
+ params.showModel &&
+ params.showModel === "show" &&
+ !canEdit
+ ? $t("datasource.show_info")
+ : formType == "add"
+ ? $t("datasource.create")
+ : $t("datasource.modify")
}}
@@ -28,10 +28,10 @@
size="small"
:disabled="
params &&
- params.id &&
- params.showModel &&
- params.showModel === 'show' &&
- !canEdit
+ params.id &&
+ params.showModel &&
+ params.showModel === 'show' &&
+ !canEdit
"
label-width="auto"
label-position="right"
@@ -49,7 +49,7 @@
class="select-width"
:disabled="
formType == 'modify' ||
- (formType === 'add' && params && !!params.type)
+ (formType === 'add' && params && !!params.type)
"
@change="changeType()"
>
@@ -99,11 +99,13 @@
{{ $t('datasource.oracle_sid') }}
+ >{{ $t("datasource.oracle_sid") }}
{{ $t('datasource.oracle_service_name') }}
+ >{{ $t("datasource.oracle_service_name") }}
@@ -175,20 +177,20 @@
- {{ $t('datasource.get_schema') }}
+ {{ $t("datasource.get_schema") }}
@@ -296,9 +298,11 @@
:label="$t('datasource.table_name')"
>
- {{
- scope.row
- }}
+ {{
+ scope.row
+ }}
@@ -330,8 +334,8 @@
{{
- $t('dataset.text')
+ $t("dataset.text")
}}
{{
- $t('dataset.time')
+ $t("dataset.time")
}}
{{
- $t('dataset.value')
+ $t("dataset.value")
}}
{{ '(' + $t('dataset.float') + ')' }}
+ >{{ "(" + $t("dataset.float") + ")" }}
({{ scope.row.fieldType }})
@@ -418,7 +423,8 @@
: hasDataPermission('manage', params.privileges)
"
@click="validaDatasource"
- >{{ $t('commons.validate') }}
+ >{{ $t("commons.validate") }}
{{ $t('commons.save') }}
+ >{{ $t("commons.save") }}
@@ -454,168 +463,168 @@