@ -63,9 +63,13 @@
</a-col>
</a-row>
<a-modal v-model:open="reportOpen" title="点位上报错误信息" :footer="null" :width="1000">
<div v-for="(item, index) in errorList" :key="index" style="margin-top: 10px">
{{ item }}
</div>
<div
v-for="(item, index) in errorList"
:key="index"
style="margin-top: 10px; color: red; font-weight: bold;"
>
</a-modal>
</PageWrapper>
</template>