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 @@
{
if (valid) {
- this.form.poserSort=parseInt(this.form.poserSort)
+ this.form.poserSort = parseInt(this.form.poserSort);
if (this.form.id != null) {
updatePoser(this.form).then((response) => {
var obj = { pictureUrlList: [] };
@@ -1024,11 +1034,11 @@ export default {
},
/** 删除按钮操作 */
handleDelete(row) {
- console.log(row)
- const ids = row. id || this. ids;
+ console.log(row);
+ const ids = row.id || this.ids;
const nurseStationIds = row.nurseStationId || this.nurseStationIds;
- const moduleTypes = row.moduleType||this.moduleTypes;
- const nurseItemIds =row.nurseItemId||this.nurseItemIds;
+ const moduleTypes = row.moduleType || this.moduleTypes;
+ const nurseItemIds = row.nurseItemId || this.nurseItemIds;
this.$modal
.confirm(
'是否确认删除泉医到家系统海报模块信息(包含咨询简介信息)编号为"' +
@@ -1036,7 +1046,7 @@ export default {
'"的数据项?'
)
.then(function () {
- return delPoser(nurseStationIds,moduleTypes,nurseItemIds);
+ return delPoser(nurseStationIds, moduleTypes, nurseItemIds);
})
.then(() => {
this.getList();
diff --git a/src/views/system/stationItem/index.vue b/src/views/system/stationItem/index.vue
index d7a3411..9e6bd2f 100644
--- a/src/views/system/stationItem/index.vue
+++ b/src/views/system/stationItem/index.vue
@@ -198,7 +198,7 @@
label-width="130px"
:inline="true"
>
-
+