Commit bf7731c41187832c2458625ff9f42619c1d8a331

Authored by fengtao
1 parent 17b4ed67

perf: 隐藏告警记录详情里的详情字段

... ... @@ -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({
... ...