This commit is contained in:
2025-02-26 09:48:06 +08:00
parent 787039b71f
commit 64e105e047
3 changed files with 3 additions and 3 deletions

View File

@@ -53,7 +53,7 @@
header-align="center"
align="center"
label="状态">
<template scope="scope">
<template slot-scope="scope">
<span v-if="scope.row.state == 0"> 发布</span>
<span v-if="scope.row.state == 1"> 下架</span>
</template>

View File

@@ -44,7 +44,7 @@
header-align="center"
align="center"
label="状态">
<template scope="scoped">
<template slot-scope="scoped">
<span v-if="scoped.row.suupensionState">挂起</span>
<span v-else>正常</span>
</template>

View File

@@ -45,7 +45,7 @@
header-align="center"
align="center"
label="状态">
<template scope="scope">
<template slot-scope="scope">
<span v-if="scope.row.state == 0"> 发布</span>
<span v-if="scope.row.state == 1"> 下架</span>
</template>