fix:修改设备告警 配置字段

This commit is contained in:
zhaohy
2024-07-22 15:25:47 +08:00
parent 55f98f9e56
commit f4d01d65d0
9 changed files with 45 additions and 27 deletions

View File

@@ -8,6 +8,7 @@ const tableKeyMap = [
{
title: '序号',
dataIndex: 'address',
width: 80,
customRender: (text: any) => {
return text.index + 1;
},