修改管理端bug

This commit is contained in:
mabo
2021-05-17 17:38:04 +08:00
parent eeb2e94d52
commit da5cc8335f
9 changed files with 79 additions and 49 deletions

View File

@@ -64,14 +64,19 @@
</template>
<template slot-scope="{ row }" slot="action">
<Button
v-if="
row.promotionStatus === 'NEW'
"
v-if="row.promotionStatus === 'NEW'"
type="primary"
size="small"
@click="manage(row)"
>管理</Button
>
<Button
v-else
type="info"
size="small"
@click="manage(row)"
>查看</Button
>
</template>
</Table>
</Row>