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

View File

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

View File

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