小区统计
This commit is contained in:
parent
24b169b6b6
commit
7b1590458b
|
@ -35,6 +35,11 @@ export const columns: BasicColumn[] = [
|
||||||
align: "center",
|
align: "center",
|
||||||
dataIndex: 'hyCount'
|
dataIndex: 'hyCount'
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
title: '投递次数',
|
||||||
|
align: "center",
|
||||||
|
dataIndex: 'tdcsCount'
|
||||||
|
},
|
||||||
];
|
];
|
||||||
|
|
||||||
// 高级查询数据
|
// 高级查询数据
|
||||||
|
|
Loading…
Reference in New Issue