新增在线更新功能

This commit is contained in:
gyq
2024-09-04 09:08:32 +08:00
parent 86c8ca6472
commit d57cecd91d
7 changed files with 16057 additions and 9 deletions

View File

@@ -8,7 +8,8 @@
<div class="t2">
<span>原价{{ formatDecimal(props.amount) }}</span>
<span style="margin-left: 20px;">优惠{{ formatDecimal(props.amount - money) }}</span>
<span style="margin-left: 20px;" v-if="props.discount" @click="cancelDiscount">折扣{{ formatDecimal(props.discount * 10, 1, true) }}
<span style="margin-left: 20px;" v-if="props.discount" @click="cancelDiscount">折扣{{
formatDecimal(props.discount * 10, 1, true) }}
<el-icon style="margin-left: 6px;">
<CircleClose />
</el-icon>
@@ -295,7 +296,8 @@ async function getMemberList() {
shopId: store.userInfo.shopId,
phone: tableData.phone,
page: tableData.page,
pageSize: tableData.size
pageSize: tableData.size,
isFlag: 1
})
tableData.loading = false
tableData.list = res.list