This commit is contained in:
曹辉 2023-02-23 14:06:11 +08:00
parent bf334de587
commit 19ebc99ede
3 changed files with 7 additions and 7 deletions

View File

@ -123,7 +123,7 @@
>
<template slot-scope="scope">
{{
scope.row.informationCategoryType == "HEALTH_NOUS" ? "健康咨询" : ""
scope.row.informationCategoryType == "HEALTH_NOUS" ? "健康常识" : ""
}}
<!-- {{ scope.row.informationCategoryType == "OTHER" ? "其他" : "" }} -->
</template>
@ -315,7 +315,7 @@ export default {
options: [
{
value: "HEALTH_NOUS",
label: "健康咨询",
label: "健康常识",
},
],
value: "",

View File

@ -121,7 +121,7 @@
{{ scope.row.moduleType == "HOME_PAGE_MODULE" ? "首页模块" : "" }}
{{
scope.row.moduleType == "NURSE_AGENCY_INTRODUCE_MODULE"
? "护理机构简介模块"
? "护理机构轮播图"
: ""
}}
</template>
@ -584,7 +584,7 @@ export default {
},
{
value: "NURSE_AGENCY_INTRODUCE_MODULE",
label: "护理机构简介模块"
label: "护理机构轮播图"
}
],

View File

@ -137,7 +137,7 @@
<el-dialog
:title="title"
:visible.sync="open"
width="1000px"
width="800px"
append-to-body
:before-close="cancel"
>
@ -179,7 +179,7 @@
maxLength="5"
/>
</el-form-item>
<el-form-item
<!-- <el-form-item
label="分类图标"
:rules="rules.nurseClassifyInfoList.classifyPictureUrl"
:prop="`nurseClassifyInfoList.${index}.classifyPictureUrl`"
@ -192,7 +192,7 @@
:type="'nurseStationClassifyUrl'"
:item="item"
/>
</el-form-item>
</el-form-item> -->
<el-button
type="primary"
plain