Commit 872f3e6e authored by 高滢's avatar 高滢

分配诊室

parent 9858551c
...@@ -426,12 +426,12 @@ ...@@ -426,12 +426,12 @@
</el-table-column> </el-table-column>
<el-table-column align="left" label="治疗时长"> <el-table-column align="left" label="治疗时长">
<template slot-scope="scope"> <template slot-scope="scope">
<span>{{ scope.row.useTimeRange || '-' }}</span> <span>{{ scope.row.duration + 'h'|| '-' }}</span>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column prop="userName" align="left" label="治疗负责人"> <el-table-column prop="userName" align="left" label="治疗负责人">
<template slot-scope="scope"> <template slot-scope="scope">
<span>{{ scope.row.duration + 'h'|| '-' }}</span> <span>{{ scope.row.person_name }}</span>
</template> </template>
</el-table-column> </el-table-column>
</el-table> </el-table>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment