|
@@ -127,7 +127,7 @@ function formConfig(props: { paragraphList?: any[], enumList?: { [key: string]:
|
|
|
},
|
|
|
],
|
|
|
},
|
|
|
- hideInForm: paymentType[0] == 0 || isGlobalConfig,
|
|
|
+ hideInForm: paymentType[0] == 0,
|
|
|
valueEnum: () => {
|
|
|
let arr = enumList?.VIP_FREE?.values
|
|
|
return new Map(arr?.map(({ value, description }: any) => [value, description]))
|