♻️ refactor: 营销计划编号限制为16位

This commit is contained in:
wangsongsole 2024-03-11 16:35:52 +08:00
parent 9113631658
commit df986b0465
1 changed files with 1 additions and 1 deletions

View File

@ -322,7 +322,7 @@ export default class accList extends React.Component {
countShow={false}
placeholder={"字段为空自动生成ID"}
labelWidth={"0px"}
maxLength={12}
maxLength={16}
height={"36px"}
width={"520px"}
alignment={"left"}