✏️ typos: 取消商户编号校验符

This commit is contained in:
wangsongsole 2023-10-19 19:12:23 +08:00
parent 1616860da0
commit d123b6076f
1 changed files with 1 additions and 1 deletions

View File

@ -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: "" })}