This commit is contained in:
lcw
2025-07-28 10:47:50 +08:00
parent b3b30026c9
commit 81b2319acc
454 changed files with 181487 additions and 20708 deletions

View File

@ -1,8 +1,9 @@
<template>
<DialogDragger title="预警详情" top="150px" v-model="props.show" @close="close">
<ul class="warningList" ref="gjyjList">
<li v-for="item in props.data" :key="item.id">
<YjItem :data="item"/>
<YjItem :item="item"/>
</li>
<MOSTY.Empty :show="props.data.length <= 0" :imgSize="150"></MOSTY.Empty>
</ul>