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