删除所有 as any.

This commit is contained in:
lijiahang
2023-09-21 17:08:33 +08:00
parent d236e57f85
commit 3e55276a13
14 changed files with 40 additions and 45 deletions

View File

@@ -12,6 +12,8 @@ const columns = [
title: '主机名称',
dataIndex: 'name',
slotName: 'name',
ellipsis: true,
tooltip: true
}, {
title: '主机编码',
dataIndex: 'code',
@@ -20,6 +22,7 @@ const columns = [
title: '主机地址',
dataIndex: 'address',
slotName: 'address',
width: 260
}, {
title: '标签',
dataIndex: 'tag',