维修详情隐藏状态字段
This commit is contained in:
parent
2fe150308f
commit
bba91d423e
|
|
@ -93,7 +93,8 @@
|
|||
</div>
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column v-if="routerParams.isEdit" label="状态" align="center" prop="status" width="90">
|
||||
<!-- 详情里不显示状态了 -->
|
||||
<el-table-column v-if="false" label="状态" align="center" prop="status" width="90">
|
||||
<template #default="scope">
|
||||
<el-tag
|
||||
:type="scope.row.status === '通过' ? 'success' : scope.row.status === '驳回' ? 'danger' : 'warning'"
|
||||
|
|
|
|||
Loading…
Reference in New Issue