Commit 3b6eda99 authored by 牛虎林's avatar 牛虎林

修复部分bug

parent eb56e3d1
......@@ -9,7 +9,7 @@
<Tag color="warning" v-if="record.status == '0'"> 未审核 </Tag>
</template>
<template v-if="column.key === 'status'">
<Tag color="warning" v-if="record.status == '1'"> 已审核 </Tag>
<Tag color="success" v-if="record.status == '1'"> 已审核 </Tag>
</template>
<template v-if="column.key === 'action'">
<TableAction v-if="record.status == '0'"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment