@ -63,7 +63,11 @@
</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">
<div
v-for="(item, index) in errorList"
:key="index"
style="margin-top: 10px; color: red; font-weight: bold;"
>
{{ item }}
</div>
</a-modal>