♻️ refactor: 营销计划编号限制为16位
This commit is contained in:
parent
9113631658
commit
df986b0465
|
@ -322,7 +322,7 @@ export default class accList extends React.Component {
|
||||||
countShow={false}
|
countShow={false}
|
||||||
placeholder={"字段为空自动生成ID"}
|
placeholder={"字段为空自动生成ID"}
|
||||||
labelWidth={"0px"}
|
labelWidth={"0px"}
|
||||||
maxLength={12}
|
maxLength={16}
|
||||||
height={"36px"}
|
height={"36px"}
|
||||||
width={"520px"}
|
width={"520px"}
|
||||||
alignment={"left"}
|
alignment={"left"}
|
||||||
|
|
Loading…
Reference in New Issue