8/31 dev 权限,sse,账单,bug
This commit is contained in:
@@ -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%;
|
||||
|
||||
Reference in New Issue
Block a user