@ -62,7 +62,7 @@
<pointModal ref="pointModalRef" />
</a-col>
</a-row>
<a-modal v-model:open="reportOpen" title="点位上报错误信息" :footer="null">
<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>