修改科室信息

This commit is contained in:
shidongli 2025-01-09 09:31:39 +08:00
parent b6e1703f66
commit 0257b20085

View File

@ -156,7 +156,7 @@
align="center" align="center"
prop="departmentType" prop="departmentType"
> >
<template slot-scope="scope"> <!-- <template slot-scope="scope">
{{ {{
scope.row.departmentType == "ADMINISTRATION_LOGISTICS" scope.row.departmentType == "ADMINISTRATION_LOGISTICS"
? "行政后勤类" ? "行政后勤类"
@ -177,14 +177,14 @@
? "临床服务类" ? "临床服务类"
: "" : ""
}} }}
</template> </template> -->
</el-table-column> </el-table-column>
<el-table-column <el-table-column
label="提供服务类别" label="提供服务类别"
align="center" align="center"
prop="provideServiceCategory" prop="provideServiceCategory"
> >
<template slot-scope="scope" <!-- <template slot-scope="scope"
>{{ >{{
scope.row.provideServiceCategory == "OUTPATIENT_SERVICE" scope.row.provideServiceCategory == "OUTPATIENT_SERVICE"
? "门诊" ? "门诊"
@ -228,7 +228,8 @@
? "公卫" ? "公卫"
: "" : ""
}} }}
</template></el-table-column </template> -->
</el-table-column
> >
<el-table-column <el-table-column
label="科室电话" label="科室电话"