Browse Source

点位上报加条件

ops-management-platform-frontend-dev
wbc 1 day ago
parent
commit
0944badf7c
  1. 2
      src/views/property/point/index.vue

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

@ -43,7 +43,7 @@
</template>
<template #bodyCell="{ column, record }">
<template v-if="column && record && column.key === 'action'">
<a-button type="link" @click="showpointModal(record.id)">点位上报</a-button>
<a-button type="link" @click="showpointModal(record.id)" v-if="record.flag">点位上报</a-button>
<a-button type="link" @click="handleEdit(record.id)">编辑</a-button>
<a-popconfirm
title="确定要删除吗?"

Loading…
Cancel
Save