This commit is contained in:
曹辉 2023-04-13 15:36:10 +08:00
parent 133f9c78be
commit 37ab33f1da

View File

@ -310,7 +310,7 @@
<el-button v-if="scope.row.workStatus == 'OFFLINE'" type="info">离线</el-button>
</template>
</el-table-column>
<el-table-column property="evaluateStarCount" label="星级评价" align="center">
<el-table-column property="evaluateStarCount" label="星级评价" align="center" width="180">
<template slot-scope="scope">
<el-rate :value="scope.row.evaluateStarCount" disabled></el-rate>
</template>
@ -321,6 +321,13 @@
{{ scope.row.nursePersonType == "NURSE_TEACHER" ? "护理师" : "" }}
</template>
</el-table-column>
<el-table-column property="positionalTitleLevel" label="职称级别" align="center">
<template slot-scope="scope">
{{ scope.row.positionalTitleLevel == "PRIMARY_LEVEL" ? "初级" : "" }}
{{ scope.row.positionalTitleLevel == "MIDDLE_LEVEL" ? "中级" : "" }}
{{ scope.row.positionalTitleLevel == "HIGH_LEVEL" ? "高级" : "" }}
</template>
</el-table-column>
<el-table-column property="phone" label="手机号" align="center"></el-table-column>
<el-table-column label="性别" align="center" prop="sex">
<template slot-scope="scope">