✏️ typos: 取消商户编号校验符
This commit is contained in:
parent
1616860da0
commit
d123b6076f
|
@ -77,7 +77,7 @@ export default function Merchant() {
|
|||
<Card style={{ width: "100%" }} title={"更新信息"}>
|
||||
<div className="adddistributor merchantForm">
|
||||
<Form model={state} rules={rules} ref={fromRef}>
|
||||
<FormItem labelname="商户编号">
|
||||
<FormItem labelname="商户编号" required="">
|
||||
<Ipt
|
||||
onChange={(value) => setState({ ...state, merchant_id: value })}
|
||||
onClearItem={() => setState({ ...state, merchant_id: "" })}
|
||||
|
|
Loading…
Reference in New Issue