监测对象
This commit is contained in:
@@ -212,6 +212,13 @@
|
||||
<div @click="cancel">驳回申请</div>
|
||||
<div class="confirm-btn" @click="confirm">纳入监测</div>
|
||||
</div>
|
||||
<!-- <div class="footer-btn">
|
||||
<div @click="del">删除人员</div>
|
||||
<div class="confirm-btn" @click="remove">消除风险</div>
|
||||
</div>
|
||||
<div class="footer-btn">
|
||||
<div class="confirm-btn" @click="submitRemove">申请解除风险</div>
|
||||
</div> -->
|
||||
</AiFixedBtn>
|
||||
</div>
|
||||
</template>
|
||||
@@ -381,6 +388,24 @@ export default {
|
||||
confirm() {
|
||||
this.$confirm('', '您确认要将此居民纳入监测对象吗?').then(() => {
|
||||
|
||||
})
|
||||
},
|
||||
|
||||
del() {
|
||||
this.$confirm('', '您确认要要删除此监测对象的信息吗?').then(() => {
|
||||
|
||||
})
|
||||
},
|
||||
|
||||
remove() {
|
||||
this.$confirm('', '您确认要解除此监测对象的风险吗?').then(() => {
|
||||
|
||||
})
|
||||
},
|
||||
|
||||
submitRemove() {
|
||||
this.$confirm('', '您确认要申请解除此监测对象的风险吗?').then(() => {
|
||||
|
||||
})
|
||||
}
|
||||
}
|
||||
|
||||
@@ -80,7 +80,7 @@
|
||||
<div class="addBtn iconfont iconfont-iconfangda" @tap="toAdd"></div>
|
||||
</AiFixedBtn>
|
||||
<div class="no-more" v-if="!list.length">
|
||||
<image src="/static/images/empty.png"/>
|
||||
<image src="https://cdn.cunwuyun.cn/dvcp/h5/no-admin.png"/>
|
||||
<div>
|
||||
<span>您还未添加过家庭成员点击</span>
|
||||
<i>新增按钮</i>
|
||||
|
||||
Reference in New Issue
Block a user