Commit 27c3ebea authored by TZW's avatar TZW

11

...@@ -15,7 +15,7 @@ function getcolumns(setDrawer, ifs, formRef) { ...@@ -15,7 +15,7 @@ function getcolumns(setDrawer, ifs, formRef) {
key: 'username', key: 'username',
formItemProps: { rules: [{ required: true, message: '此项为必填项' }] }, formItemProps: { rules: [{ required: true, message: '此项为必填项' }] },
fieldProps: { fieldProps: {
placeholder: '请输入用户名', placeholder: '请输入',
}, },
valueType: 'MyAutoComplete', valueType: 'MyAutoComplete',
onSelect: (value, option) => { 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