diff --git a/src/views/system/InformationCategory/index.vue b/src/views/system/InformationCategory/index.vue
index eeae849..1f6cf0c 100644
--- a/src/views/system/InformationCategory/index.vue
+++ b/src/views/system/InformationCategory/index.vue
@@ -123,7 +123,7 @@
>
{{
- scope.row.informationCategoryType == "HEALTH_NOUS" ? "健康咨询" : ""
+ scope.row.informationCategoryType == "HEALTH_NOUS" ? "健康常识" : ""
}}
@@ -315,7 +315,7 @@ export default {
options: [
{
value: "HEALTH_NOUS",
- label: "健康咨询",
+ label: "健康常识",
},
],
value: "",
diff --git a/src/views/system/poser/index.vue b/src/views/system/poser/index.vue
index 5eb6572..0c14a69 100644
--- a/src/views/system/poser/index.vue
+++ b/src/views/system/poser/index.vue
@@ -121,7 +121,7 @@
{{ scope.row.moduleType == "HOME_PAGE_MODULE" ? "首页模块" : "" }}
{{
scope.row.moduleType == "NURSE_AGENCY_INTRODUCE_MODULE"
- ? "护理机构简介模块"
+ ? "护理机构轮播图"
: ""
}}
@@ -584,7 +584,7 @@ export default {
},
{
value: "NURSE_AGENCY_INTRODUCE_MODULE",
- label: "护理机构简介模块"
+ label: "护理机构轮播图"
}
],
diff --git a/src/views/system/stationClassify/index.vue b/src/views/system/stationClassify/index.vue
index 901f8c7..6ac1a69 100644
--- a/src/views/system/stationClassify/index.vue
+++ b/src/views/system/stationClassify/index.vue
@@ -137,7 +137,7 @@
@@ -179,7 +179,7 @@
maxLength="5"
/>
-
-
+ -->