Commit 27c3ebea authored by TZW's avatar TZW

11

parent de031950
......@@ -15,7 +15,7 @@ function getcolumns(setDrawer, ifs, formRef) {
key: 'username',
formItemProps: { rules: [{ required: true, message: '此项为必填项' }] },
fieldProps: {
placeholder: '请输入用户名',
placeholder: '请输入',
},
valueType: 'MyAutoComplete',
onSelect: (value, option) => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment