src/menu/components/table/normal-table/columns/editColumn/formconfig.jsx
@@ -40,19 +40,19 @@ let options = [{ value: 'text', text: Formdict['model.form.text'] text: '文本' }, { value: 'number', text: Formdict['model.form.number'] text: '数字' }, { value: 'picture', text: Formdict['model.form.picture'] text: '图片' }, { value: 'link', text: Formdict['model.form.href'] text: '链接' }, { value: 'textarea', text: Formdict['model.form.textarea'] text: '多行文本' }, { value: 'custom', text: '自定义列'