Browse Source

标红加粗

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

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

@ -63,9 +63,13 @@
</a-col> </a-col>
</a-row> </a-row>
<a-modal v-model:open="reportOpen" title="点位上报错误信息" :footer="null" :width="1000"> <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>
</PageWrapper> </PageWrapper>
</template> </template>

Loading…
Cancel
Save