受众新增在职人数显示

This commit is contained in:
zhangsir
2024-10-17 16:44:17 +08:00
parent 925ee7602b
commit 048c6d3cbf

View File

@@ -500,13 +500,21 @@ const audiColums = ref([
ellipsis: true,
},
{
title: "人数",
title: "人数",
dataIndex: "totalMember",
key: "totalMember",
width: 30,
align: "center",
className: "h",
},
{
title: "在职人数",
dataIndex: "workMember",
key: "workMember",
width: 30,
align: "center",
className: "h",
},
]);
const orgSelectKeys = ref([]);
const auditTableRef = ref();