Browse Source

都加保修范围

ops-management-platform-frontend-dev
wbc 2 days ago
parent
commit
19ee63a59e
  1. 8
      src/views/property/point/index.vue

8
src/views/property/point/index.vue

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

Loading…
Cancel
Save