新增预警页面

This commit is contained in:
2025-12-07 22:50:44 +08:00
parent 118a1bd7f1
commit daeca7b5d7

View File

@@ -20,6 +20,9 @@
{{ record.systemName }}
</a>
</template>
<template #slotBizIcon="{ record }">
<img :src="record.iconClass" style="width: 30px; height: 24px; object-fit: contain;" />
</template>
</BasicTable>
<InputForm @register="registerDrawer" @success="handleSuccess" />
</div>
@@ -111,6 +114,7 @@
sorter: true,
width: 130,
align: 'left',
slot: 'slotBizIcon',
},
{
title: t('图标颜色'),