配置管理

This commit is contained in:
cun-nan 2024-08-29 09:00:21 +08:00
parent a306c1a55c
commit 182b95d522
3 changed files with 837 additions and 614 deletions

View File

@ -68,3 +68,11 @@ export function delActiveNewlyweds(id) {
method: 'delete'
})
}
// 删除新人有礼活动
export function getInfoActiveNewlyweds() {
return request({
url: '/business/marketingActivity/activeNewlyweds/getInfo',
method: 'get'
})
}

View File

@ -681,7 +681,7 @@
type="date"
placeholder="开始日期">
</el-date-picker>
<span style="margin: 0 5px"></span>
<el-date-picker
v-model="ruleForm.activityTimeAfter"
style="width: 160px"
@ -858,7 +858,7 @@
<el-option label="实收金额" value="1"></el-option>
<el-option label="加油升数" value="2"></el-option>
</el-select>
<el-input placeholder="请输入赠送积分" style="width: 15%;margin: 0 10px" v-model="item.givePoints">
<el-input style="width: 15%;margin: 0 10px" v-model="item.givePoints">
<template slot="append"></template>
</el-input>
<img src="@/assets/images/ljt.png" style="width: 25px;height: 25px;"

File diff suppressed because it is too large Load Diff