This commit is contained in:
2025-12-07 19:34:45 +08:00
parent e388613fc8
commit c6106ccef5
3 changed files with 10 additions and 6 deletions

View File

@@ -78,7 +78,7 @@
field: 'alertLevel',
component: 'Select',
componentProps: {
dictType: '',
dictType: 'alert_level',
allowClear: true,
},
},
@@ -97,7 +97,7 @@
field: 'alertStatus',
component: 'Select',
componentProps: {
dictType: '',
dictType: 'alert_status',
allowClear: true,
},
},
@@ -112,6 +112,7 @@
sorter: true,
width: 180,
align: 'left',
fixed: 'left'
},
{
title: t('预警编码'),