From 0580fdf941154036fd6903d6c1eddc7e5a45e999 Mon Sep 17 00:00:00 2001 From: TsMask <340112800@qq.com> Date: Mon, 6 Nov 2023 17:28:57 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E9=85=8D=E7=BD=AE=E5=8F=82=E6=95=B0?= =?UTF-8?q?=E8=BE=93=E5=85=A5=E6=A1=86=E5=85=85=E6=BB=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 2 +- .env.production | 2 +- src/views/configManage/configParam/index.vue | 312 +++++++++--------- .../configManage/configParamTree/index.vue | 72 ++-- 4 files changed, 203 insertions(+), 185 deletions(-) diff --git a/.env.development b/.env.development index eea3dab2..ef5e5c0c 100644 --- a/.env.development +++ b/.env.development @@ -11,7 +11,7 @@ VITE_APP_NAME = "核心网管理平台" VITE_APP_CODE = "CoreNet" # 应用版本 -VITE_APP_VERSION = "1.23.0" +VITE_APP_VERSION = "2.2311.7" # 接口基础URL地址-不带/后缀 VITE_API_BASE_URL = "/omc-api" diff --git a/.env.production b/.env.production index c4f39ffd..71f0dfc5 100644 --- a/.env.production +++ b/.env.production @@ -11,7 +11,7 @@ VITE_APP_NAME = "核心网管理平台" VITE_APP_CODE = "CoreNet" # 应用版本 -VITE_APP_VERSION = "1.23.1101" +VITE_APP_VERSION = "2.2311.7.1106" # 接口基础URL地址-不带/后缀 VITE_API_BASE_URL = "/omc-api" diff --git a/src/views/configManage/configParam/index.vue b/src/views/configManage/configParam/index.vue index c6fdd601..862b726d 100644 --- a/src/views/configManage/configParam/index.vue +++ b/src/views/configManage/configParam/index.vue @@ -1148,54 +1148,62 @@ onMounted(() => { " class="editable-cell__input-wrapper" > - - - - - + + + + - - {{ k }} - - + {{ k }} + + + - + + + - + > + +
@@ -1269,18 +1277,23 @@ onMounted(() => { placement="left" @confirm="arrayEditOk()" > - + + + - + @click.prevent="arrayEditClose()" + > + + - + @@ -1312,51 +1325,49 @@ onMounted(() => { " class="editable-cell__input-wrapper" > - - - - - + + + + - - {{ k }} - - - + {{ k }} + +
{ placement="left" @confirm="arrayChildEditOk()" > - + + + - + @click.prevent="arrayChildEditClose()" + > + +
@@ -1479,64 +1498,58 @@ onMounted(() => { " class="editable-cell__input-wrapper" > - + + + - - - - - - {{ k }} - - - + {{ k }} + + { &__text-wrapper:hover &__icon { display: inline-block; } + &__input-wrapper { + display: flex; + justify-content: start; + align-items: center; + } } diff --git a/src/views/configManage/configParamTree/index.vue b/src/views/configManage/configParamTree/index.vue index a4bf8b1c..9258744e 100644 --- a/src/views/configManage/configParamTree/index.vue +++ b/src/views/configManage/configParamTree/index.vue @@ -1429,7 +1429,7 @@ let modalArrayChildState: ModalArrayChildStateType = reactive({
- {{ `${text}` || ' ' }} + {{ `${record.value}` || ' ' }} - - - - - + + + + - - {{ k }} - - - + {{ k }} + +