新增预警页面
This commit is contained in:
@@ -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('图标颜色'),
|
||||||
|
|||||||
Reference in New Issue
Block a user