@ued_fpi/data-visual 1.4.7 → 1.4.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -90,10 +90,10 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
|
90
90
|
// 访客
|
|
91
91
|
});
|
|
92
92
|
const commitmentInfos = vue.ref([
|
|
93
|
-
{ title: "
|
|
94
|
-
{ title: "
|
|
95
|
-
{ title: "
|
|
96
|
-
{ title: "
|
|
93
|
+
{ title: "管委会人员", key: "managePeopleNum" },
|
|
94
|
+
{ title: "企业人员", key: "companyPeopleNum" },
|
|
95
|
+
{ title: "社区居民", key: "thirdPeopleNum" },
|
|
96
|
+
{ title: "其他人员", key: "visitorNum" }
|
|
97
97
|
]);
|
|
98
98
|
async function getData() {
|
|
99
99
|
try {
|