|
@@ -10,6 +10,10 @@
|
|
|
<el-input v-model="form.autoCloseOrder" type="number" placeholder="请输入自动关闭订单时间"></el-input>
|
|
|
<p style="color: #999">关闭订单时间小于等于0时不自动关闭</p>
|
|
|
</template>
|
|
|
+ <template #reward_day>
|
|
|
+ <el-input v-model="form.reward_day" type="number" placeholder="请输入提现日期"></el-input>
|
|
|
+ <p style="color: #999">该天数是 从 收货后开始计算 x 天后 可提取</p>
|
|
|
+ </template>
|
|
|
<template #agree>
|
|
|
<editor v-model="form.agree" url="/files/point/config/upload" />
|
|
|
</template>
|
|
@@ -56,7 +60,7 @@ export default {
|
|
|
{ label: 'logo', model: 'logo', type: 'upload', limit: 1, url: '/files/point/config/upload' },
|
|
|
{ label: '购物赠送积分', model: 'buyPoint', custom: true },
|
|
|
{ label: '自动关闭订单时间', model: 'autoCloseOrder', custom: true },
|
|
|
- { label: '提现日期', model: 'reward_day', type: 'Number' },
|
|
|
+ { label: '提现日期', model: 'reward_day', custom: true },
|
|
|
{ label: '底部文字', model: 'bottom_title' },
|
|
|
{ label: '底部菜单', model: 'bottom_menu', custom: true },
|
|
|
{ label: '分享图片', model: 'share', type: 'upload', limit: 1, url: '/files/point/config/upload' },
|