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 @@