mirror of
https://github.com/continew-org/continew-admin.git
synced 2025-09-13 02:57:13 +08:00
Merge branch '1.1.x' into dev
This commit is contained in:
@@ -135,8 +135,9 @@
|
||||
</a-table-column>
|
||||
<a-table-column title="状态" align="center">
|
||||
<template #cell="{ record }">
|
||||
<a-tag v-if="record.status === 1" color="green">已发布</a-tag>
|
||||
<a-tag v-else color="orangered">已过期</a-tag>
|
||||
<a-tag v-if="record.status === 1" color="blue">待发布</a-tag>
|
||||
<a-tag v-else-if="record.status === 2" color="green">已发布</a-tag>
|
||||
<a-tag v-else color="red">已过期</a-tag>
|
||||
</template>
|
||||
</a-table-column>
|
||||
<a-table-column title="生效时间">
|
||||
|
Reference in New Issue
Block a user