11.18
This commit is contained in:
parent
ef9c7611af
commit
6098ff0c6c
@ -151,7 +151,7 @@
|
|||||||
<el-form-item label="可使用支付方式" prop="paymentType">
|
<el-form-item label="可使用支付方式" prop="paymentType">
|
||||||
<el-checkbox-group v-model="ruleForm.paymentType">
|
<el-checkbox-group v-model="ruleForm.paymentType">
|
||||||
<el-checkbox
|
<el-checkbox
|
||||||
v-for="dict in dict.type.payment_type"
|
v-for="dict in dict.type.pay_type"
|
||||||
v-if="dict.value!='APPLET_CODE'"
|
v-if="dict.value!='APPLET_CODE'"
|
||||||
:key="dict.value"
|
:key="dict.value"
|
||||||
:label="dict.value"
|
:label="dict.value"
|
||||||
@ -348,7 +348,7 @@ import {addActiveSubPrice, editActiveSubPrice, getActiveSubPrice} from "@/api/Ev
|
|||||||
|
|
||||||
export default {
|
export default {
|
||||||
name: "LiJianMarketing",
|
name: "LiJianMarketing",
|
||||||
dicts: ['payment_type'],
|
dicts: ['pay_type'],
|
||||||
props: ['activeId'],
|
props: ['activeId'],
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
|
Loading…
Reference in New Issue
Block a user