Showing
1 changed file
with
1 additions
and
1 deletions
... | ... | @@ -221,7 +221,7 @@ export const formDetailSchema: DescItem[] = [ |
221 | 221 | //处理表单 |
222 | 222 | export const formHandleSchema: FormSchema[] = [ |
223 | 223 | { |
224 | - field: 'description', | |
224 | + field: 'remark', | |
225 | 225 | label: '备注', |
226 | 226 | colProps: { span: 24 }, |
227 | 227 | component: 'InputTextArea', | ... | ... |