From 0d44d736d6933743c30f0081f22e1196f7f59e14 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=97=AB=E6=99=93=E8=8C=B9?= <1935832701@qq.com> Date: Mon, 20 Feb 2023 16:12:05 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/poser/index.vue | 48 ++++++++++++++++---------- src/views/system/stationItem/index.vue | 2 +- 2 files changed, 30 insertions(+), 20 deletions(-) diff --git a/src/views/system/poser/index.vue b/src/views/system/poser/index.vue index 004e6a2..205c888 100644 --- a/src/views/system/poser/index.vue +++ b/src/views/system/poser/index.vue @@ -9,7 +9,7 @@ label-width="110px" > - {{ + {{ queryParams.nurseStationName }} @@ -146,7 +146,11 @@ : "" }} {{ scope.row.moduleType == "HOME_PAGE_MODULE" ? "首页模块" : "" }} - {{ scope.row.moduleType == "NURSE_AGENCY_INTRODUCE_MODULE" ? "护理机构简介模块" : "" }} + {{ + scope.row.moduleType == "NURSE_AGENCY_INTRODUCE_MODULE" + ? "护理机构简介模块" + : "" + }} @@ -184,7 +188,7 @@ /> - + {{ form.nurseStationName }} @@ -271,10 +278,12 @@