修改科室信息
This commit is contained in:
parent
b6e1703f66
commit
0257b20085
@ -156,7 +156,7 @@
|
||||
align="center"
|
||||
prop="departmentType"
|
||||
>
|
||||
<template slot-scope="scope">
|
||||
<!-- <template slot-scope="scope">
|
||||
{{
|
||||
scope.row.departmentType == "ADMINISTRATION_LOGISTICS"
|
||||
? "行政后勤类"
|
||||
@ -177,14 +177,14 @@
|
||||
? "临床服务类"
|
||||
: ""
|
||||
}}
|
||||
</template>
|
||||
</template> -->
|
||||
</el-table-column>
|
||||
<el-table-column
|
||||
label="提供服务类别"
|
||||
align="center"
|
||||
prop="provideServiceCategory"
|
||||
>
|
||||
<template slot-scope="scope"
|
||||
<!-- <template slot-scope="scope"
|
||||
>{{
|
||||
scope.row.provideServiceCategory == "OUTPATIENT_SERVICE"
|
||||
? "门诊"
|
||||
@ -228,7 +228,8 @@
|
||||
? "公卫"
|
||||
: ""
|
||||
}}
|
||||
</template></el-table-column
|
||||
</template> -->
|
||||
</el-table-column
|
||||
>
|
||||
<el-table-column
|
||||
label="科室电话"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user