新增预警页面

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