增加:餐费积分管理

This commit is contained in:
wuhui_zzw 2024-06-20 13:38:06 +08:00
parent c6810e19c1
commit e898041258
1 changed files with 17 additions and 0 deletions

View File

@ -456,6 +456,23 @@
</el-col>
</el-form-item>
</el-col>
<el-col :span="24">
<el-form-item>
<span slot="label">赠送品牌额度</span>
<el-col :span="8">
<el-input v-model="config.delivery_give_title_quota" :precision="2" :step="0.01" :min="0" type="number" class="selWidth">
<template slot="prepend">赠送</template>
<template slot="append">冠名品牌额度</template>
</el-input>
</el-col>
<el-col :span="8">
<el-input v-model="config.delivery_give_other_quota" :precision="2" :step="0.01" :min="0" type="number" class="selWidth">
<template slot="prepend">赠送</template>
<template slot="append">其他品牌额度</template>
</el-input>
</el-col>
</el-form-item>
</el-col>
</el-row>
</el-tab-pane>
<el-tab-pane label="邀请限制" name="invite_limit">