mirror of
https://github.com/certd/certd.git
synced 2026-05-18 22:57:31 +08:00
fix: 免费套餐支持购买
This commit is contained in:
@@ -155,7 +155,8 @@ export default function ({ crudExpose, context }: CreateCrudOptionsProps): Creat
|
||||
component: {
|
||||
name: DurationValue,
|
||||
vModel: "modelValue"
|
||||
}
|
||||
},
|
||||
align: "center"
|
||||
}
|
||||
},
|
||||
amount: {
|
||||
@@ -182,7 +183,8 @@ export default function ({ crudExpose, context }: CreateCrudOptionsProps): Creat
|
||||
]
|
||||
}),
|
||||
column: {
|
||||
width: 100
|
||||
width: 100,
|
||||
align: "center"
|
||||
}
|
||||
},
|
||||
payType: {
|
||||
@@ -193,14 +195,16 @@ export default function ({ crudExpose, context }: CreateCrudOptionsProps): Creat
|
||||
data: [
|
||||
{ label: "聚合支付", value: "yizhifu" },
|
||||
{ label: "支付宝", value: "alipay" },
|
||||
{ label: "微信", value: "wxpay" }
|
||||
{ label: "微信", value: "wxpay" },
|
||||
{ label: "免费", value: "free" }
|
||||
]
|
||||
}),
|
||||
column: {
|
||||
width: 100,
|
||||
component: {
|
||||
color: "auto"
|
||||
}
|
||||
},
|
||||
align: "center"
|
||||
}
|
||||
},
|
||||
payTime: {
|
||||
|
||||
Reference in New Issue
Block a user