src/menu/components/table/edit-table/columns/editColumn/formconfig.jsx
@@ -25,13 +25,13 @@ let options = [{ value: 'text', text: Formdict['model.form.text'] text: '文本' }, { value: 'number', text: Formdict['model.form.number'] text: '数字' }, { value: 'textarea', text: Formdict['model.form.textarea'] text: '多行文本' }, { value: 'custom', text: '自定义列'