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