报备修改

This commit is contained in:
2025-11-25 16:27:15 +08:00
parent ed324d1140
commit ff0e25cfd0
2 changed files with 73 additions and 3 deletions

View File

@@ -2,7 +2,7 @@
<div class="bottom_wrap">
<div class="report_item" v-for="(item, index) in reportList" @click="goReportHandler(item)" :key="index">
<img class="report_icon" :src="item?.iconUrl" alt="">
<div class="report_title">{{item.name}}</div>
<!-- <div class="report_title">{{item.name}}</div>-->
</div>
</div>
</template>