bug fixed

This commit is contained in:
cxc
2022-11-25 17:30:39 +08:00
parent 28808f6024
commit d4778207c7
38 changed files with 1623 additions and 623 deletions

View File

@ -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
>