Browse Source

都加保修范围

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

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

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

Loading…
Cancel
Save