代码修复

This commit is contained in:
BianLzhaoMin 2025-01-22 18:11:48 +08:00
parent 5b0dac6722
commit 926fdb1872
1 changed files with 2 additions and 2 deletions

View File

@ -102,10 +102,10 @@
待审核
</el-tag>
<el-tag size="mini" type="success" v-if="row.status == 1">
审核
通过
</el-tag>
<el-tag size="mini" type="danger" v-if="row.status == 2">
驳回
驳回
</el-tag>
</template>
</el-table-column>