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