Commit 5aaed176 authored by XieZhiXiong's avatar XieZhiXiong

chore: 删除默认值

parent f79db54e
/*
* @Author: XieZhiXiong
* @Date: 2020-12-30 14:49:11
* @LastEditors: XieZhiXiong
* @LastEditTime: 2020-12-30 14:56:41
* @Description:
*/
import { ISchema } from '@formily/antd'; import { ISchema } from '@formily/antd';
import { UPLOAD_TYPE } from '@/constants'; import { UPLOAD_TYPE } from '@/constants';
...@@ -62,21 +69,7 @@ export const repaymentModalSchema: ISchema = { ...@@ -62,21 +69,7 @@ export const repaymentModalSchema: ISchema = {
tradeChannel: { tradeChannel: {
type: 'string', type: 'string',
title: '选择支付渠道', title: '选择支付渠道',
enum: [ enum: [],
{
label: '微信',
value: 1,
},
{
label: '支付宝',
value: 2,
},
{
label: '银联',
value: 3,
},
],
default: 1,
'x-component-props': { 'x-component-props': {
placeholder: '请选择', placeholder: '请选择',
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment