From 3817737f042c154b987f66c56130a8d420047087 Mon Sep 17 00:00:00 2001 From: "851673013@qq.com" <851673013@qq.com> Date: Wed, 3 Aug 2022 14:47:02 +0800 Subject: [PATCH] bug796 --- back/src/views/modules/sys/user.vue | 120 ++++++++++-------- .../Algorithm/AlgorithmAssociatedAbility.vue | 2 +- .../Algorithm/AlgorithmNavigation.vue | 12 +- .../Application/ApplicationNavigation.vue | 4 +- .../Business/BusinessAssociatedAbility.vue | 2 +- .../Business/BusinessNavigation.vue | 24 ++-- .../Developer/DeveloperAssociatedAbility.vue | 2 +- .../Developer/DeveloperNavigation.vue | 20 +-- .../LayerServiceAssociatedAbility.vue | 2 +- .../LayerService/LayerServiceNavigation.vue | 14 +- 10 files changed, 108 insertions(+), 94 deletions(-) diff --git a/back/src/views/modules/sys/user.vue b/back/src/views/modules/sys/user.vue index bd4a4be4..5fbacc01 100644 --- a/back/src/views/modules/sys/user.vue +++ b/back/src/views/modules/sys/user.vue @@ -9,7 +9,14 @@ + + + @@ -44,7 +51,7 @@ {{ - $t("query") + $t('query') }} @@ -52,7 +59,7 @@ v-if="$hasPermission('sys:user:save')" type="primary" @click="addOrUpdateHandle()" - >{{ $t("add") }}{{ $t('add') }} @@ -60,7 +67,7 @@ v-if="$hasPermission('sys:user:delete')" type="danger" @click="deleteHandle()" - >{{ $t("deleteBatch") }}{{ $t('deleteBatch') }} @@ -68,7 +75,7 @@ v-if="$hasPermission('sys:user:export')" type="info" @click="exportHandle()" - >{{ $t("export") }}{{ $t('export') }} @@ -96,6 +103,12 @@ header-align="center" align="center" > + @@ -163,14 +176,14 @@ type="text" size="small" @click="addOrUpdateHandle(scope.row.id)" - >{{ $t("update") }}{{ $t('update') }} {{ $t("delete") }}{{ $t('delete') }} @@ -196,86 +209,87 @@ diff --git a/front/src/views/detailsAll/components/Algorithm/AlgorithmAssociatedAbility.vue b/front/src/views/detailsAll/components/Algorithm/AlgorithmAssociatedAbility.vue index a5af8482..1a4d7749 100644 --- a/front/src/views/detailsAll/components/Algorithm/AlgorithmAssociatedAbility.vue +++ b/front/src/views/detailsAll/components/Algorithm/AlgorithmAssociatedAbility.vue @@ -1,6 +1,6 @@