29346
This commit is contained in:
@@ -246,7 +246,7 @@
|
||||
</div>
|
||||
|
||||
<div class="footer-btn" v-if="info.status == 1">
|
||||
<div class="confirm-btn" @click="toRemove('您确认要解除此监测对象的风险吗?', 1)">消除风险</div>
|
||||
<div class="confirm-btn" @click="toAddView('您确认要解除此监测对象的风险吗?', 1)">消除风险</div>
|
||||
</div>
|
||||
|
||||
<div class="footer-btn" v-if="info.status == 2">
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
<template>
|
||||
<div class="MonitorAddView">
|
||||
<div class="containter">
|
||||
<div class="type" v-if="status == 0">
|
||||
<div><span style="color: #FF4466">*</span>监测对象类型</div>
|
||||
<div>
|
||||
@@ -22,6 +23,7 @@
|
||||
<AiUploader :def.sync="file" multiple placeholder="上传图片" :limit="9" action="/admin/file/add2"></AiUploader>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="btn" @click="submit">提交</div>
|
||||
</div>
|
||||
@@ -123,6 +125,10 @@ export default {
|
||||
|
||||
<style lang="scss" scoped>
|
||||
.MonitorAddView {
|
||||
.containter {
|
||||
padding-bottom: 112px;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
.type {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
|
||||
@@ -37,7 +37,7 @@
|
||||
|
||||
<div class="result">
|
||||
<div class="title">处理意见</div>
|
||||
<div class="check">
|
||||
<div class="check" v-if="info.status != 2">
|
||||
<div class="left">
|
||||
<span style="color: #FF4466;">*</span>
|
||||
<span>审核结果</span>
|
||||
@@ -111,10 +111,6 @@ export default {
|
||||
})
|
||||
},
|
||||
submit() {
|
||||
// if (!this.form.opinion) {
|
||||
// return this.$u.toast('请输入备注说明')
|
||||
// }
|
||||
|
||||
if (this.form.pass == 1) { // 申请纳入
|
||||
this.$http.post(`/app/apppreventionreturntopoverty/examine`,null,{
|
||||
params: {
|
||||
|
||||
Reference in New Issue
Block a user