8/31 dev 权限,sse,账单,bug

This commit is contained in:
Zy
2026-08-31 08:09:28 +08:00
parent bfdfa05cd7
commit e4417f35b1
82 changed files with 2327 additions and 1644 deletions

View File

@@ -17,11 +17,11 @@
<div class="tabbox1 flex flex-col flex-1 h-full">
<div class="tabsbox flex flex-col flex-1">
<div
class="topbox"
:class="{
quickbg: sideActive === 1,
todobg: sideActive === 2
}"
class="topbox"
>
<div
:class="{
@@ -105,7 +105,7 @@ function getVillageInfo() {
list.value[2].value = res.totalParking ?? 0;
list.value[3].value = res.totalDevice ?? 0;
list.value[4].value = res.totalComplaint ?? 0;
list.value[5].value = res.totalMaterial ?? 0;
// list.value[5].value = res.totalMaterial ?? 0;
});
getVillageByIdAPI(id).then((res) => {
villageinfo.value = {
@@ -146,7 +146,7 @@ enum SideList {
// ! 创建办事记录
</script>
<style scoped lang="scss">
<style lang="scss" scoped>
.scale-container {
background-color: #eaf2ff;
height: 100%;