Compare commits

...

2 Commits

1 changed files with 17 additions and 1 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">
@ -552,7 +569,6 @@
</template>
<script>
import {getAgentConfig, setAgentConfig} from "@/api/marketing";
export default {