feat: 打款新增2个状态
This commit is contained in:
parent
b301439644
commit
db405ea142
|
@ -34,6 +34,12 @@
|
||||||
}, {
|
}, {
|
||||||
label: '已驳回',
|
label: '已驳回',
|
||||||
value: 3,
|
value: 3,
|
||||||
|
}, {
|
||||||
|
label: '等待银行打款',
|
||||||
|
value: 4,
|
||||||
|
}, {
|
||||||
|
label: '支付失败',
|
||||||
|
value: 5,
|
||||||
}]" :placeholder="'请选择交易类型'" />
|
}]" :placeholder="'请选择交易类型'" />
|
||||||
</a-form-item>
|
</a-form-item>
|
||||||
</a-col>
|
</a-col>
|
||||||
|
|
Loading…
Reference in New Issue