feat(custom):
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-04-09 19:20:01 +08:00
parent f191298dea
commit 1be0710a82
5 changed files with 454 additions and 21 deletions

View File

@@ -128,7 +128,7 @@
<n-form-item label="手续费比例:" path="scale">
<n-input-number v-model:value="formValue.scale" placeholder="请输入手续费比例" />
</n-form-item>
<n-form-item label="聚合积分额度:" path="quota">
<!-- <n-form-item label="聚合积分额度:" path="quota">
<n-input-number v-model:value="formValue.quota" placeholder="请输入聚合积分额度" />
</n-form-item>
<n-form-item label="聚合兑换比例:" path="ratio">
@@ -137,7 +137,7 @@
placeholder="请输入聚合兑换比例"
:precision="2"
/>
</n-form-item>
</n-form-item> -->
<!-- <n-form-item label="聚合appid:" path="appid">
<n-input v-model:value="formValue.appid" placeholder="请输入聚合appid" />
</n-form-item>
@@ -322,24 +322,24 @@ const columns = ref([
),
[[vPerms, ['/admin/store/edit']]]
),
withDirectives(
h(
NButton,
{
class: 'ml-10',
type: 'primary',
text: true,
size: 'small',
onClick: () => {
model.value.name = row.name
model.value.bid = row.bid
showModalJf.value = true
},
},
() => '退积分'
),
[[vPerms, ['/admin/store/set/integral']]]
),
// withDirectives(
// h(
// NButton,
// {
// class: 'ml-10',
// type: 'primary',
// text: true,
// size: 'small',
// onClick: () => {
// model.value.name = row.name
// model.value.bid = row.bid
// showModalJf.value = true
// },
// },
// () => '退积分'
// ),
// [[vPerms, ['/admin/store/set/integral']]]
// ),
withDirectives(
h(
NButton,