This commit is contained in:
曹辉 2023-04-13 15:08:49 +08:00
parent 4e3ddcfc65
commit ef78066b13

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="nursePersonName" label="星级评价" align="center"></el-table-column>
<el-table-column property="evaluateStarCount" label="星级评价" align="center"></el-table-column>
<el-table-column property="nursePersonType" label="护理人员类型" align="center">
<template slot-scope="scope">
{{ scope.row.nursePersonType == "NURSE" ? "护士" : "" }}