修改
This commit is contained in:
parent
4e3ddcfc65
commit
ef78066b13
@ -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" ? "护士" : "" }}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user