占用备注,主工作列表显示医嘱作废

dev
鹿和sa0ChunLuyu 1 day ago
parent f4a30745f7
commit 7ffa755eb1

@ -108,7 +108,7 @@
</el-table-column>
<el-table-column prop="list_status" label="状态" width="80" sortable="custom">
<template #default="scope">
<el-tag v-if="scope.row.is_nullify===1" class="ml-2" type="info"></el-tag>
<el-tag v-if="scope.row.is_nullify===1" class="ml-2" type="danger"></el-tag>
<template v-else>
<el-tag v-if="scope.row.list_status===0" class="ml-2" type="info"></el-tag>
<el-tag v-if="scope.row.list_status===1" class="ml-2" type="success"></el-tag>

Loading…
Cancel
Save