@@ -48,7 +48,7 @@ export const levelColumns: BasicColumn[] = [
},
{
title: '是否语音报警',
- width: 100,
+ width: 110,
editRow: true,
dataIndex: 'isVoice',
editComponent: 'Switch',
@@ -58,7 +58,7 @@ export const levelColumns: BasicColumn[] = [
title: '语音播报频率(s)',
+ width: 120,
dataIndex: 'voiceFre',
editComponent: 'InputNumber',