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

push
鹿和sa0ChunLuyu 2 days ago
parent 1741d1592a
commit a753e536dd

@ -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