This commit is contained in:
bb_pan 2025-10-27 14:25:14 +08:00
parent b4c8a27fac
commit 0c538c8e5f
1 changed files with 1 additions and 1 deletions

View File

@ -232,7 +232,7 @@
<template slot-scope="{ row }">
<el-tag v-if="row.entryStatus == 0" size="small" type="warning">待审批</el-tag>
<el-tag v-if="row.entryStatus == 1" size="small" type="success">已通过</el-tag>
<el-tag v-if="row.entryStatus == 2" size="small" type="success">已驳回</el-tag>
<el-tag v-if="row.entryStatus == 2" size="small" type="danger">已驳回</el-tag>
<el-tag v-if="row.entryStatus == 3" size="small" type="info">草稿</el-tag>
</template>
</el-table-column>