Showing
1 changed file
with
5 additions
and
5 deletions
@@ -247,11 +247,11 @@ export const alarmSchemasForm: FormSchema[] = [ | @@ -247,11 +247,11 @@ export const alarmSchemasForm: FormSchema[] = [ | ||
247 | disabled: true, | 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 | export function getAlarmStatus({ | 257 | export function getAlarmStatus({ |