Showing
1 changed file
with
5 additions
and
5 deletions
... | ... | @@ -247,11 +247,11 @@ export const alarmSchemasForm: FormSchema[] = [ |
247 | 247 | disabled: true, |
248 | 248 | }, |
249 | 249 | }, |
250 | - { | |
251 | - field: 'details', | |
252 | - label: '详情', | |
253 | - component: 'InputTextArea', | |
254 | - }, | |
250 | + // { | |
251 | + // field: 'details', | |
252 | + // label: '详情', | |
253 | + // component: 'InputTextArea', | |
254 | + // }, | |
255 | 255 | ]; |
256 | 256 | |
257 | 257 | export function getAlarmStatus({ | ... | ... |