bug fixed
This commit is contained in:
@ -44,7 +44,7 @@
|
||||
v-if="queryParams.status == 1"
|
||||
size="small"
|
||||
type="text"
|
||||
icon="Download"
|
||||
:icon="row.shelfStatus == 1 ? `Download` : `Upload`"
|
||||
@click="handleShelf(row)"
|
||||
>{{ row.shelfStatus == 1 ? "下架" : "上架" }}</el-button
|
||||
>
|
||||
|
Reference in New Issue
Block a user