Quellcode durchsuchen

手机端宅基地调查

rongxin_prod
Xyq123* vor 2 Jahren
Ursprung
Commit
0856b0daf9
1 geänderte Dateien mit 7 neuen und 7 gelöschten Zeilen
  1. +7
    -7
      src/views/homesteadSurvey/list.vue

+ 7
- 7
src/views/homesteadSurvey/list.vue Datei anzeigen

@@ -78,7 +78,7 @@
box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.16); width:95%;margin:15px auto 0;">
<template #title>
<div style="display: flex;align-items: center;">
<p style="display: flex;align-items: center;">
<p style="display: flex;align-items: center;" >
<img src="../../assets/images/housesteadSurvey/list03.png" alt="" style="margin-right: 5px;">
<span style="line-height: 1;">{{limitWords(item.shyqrdbxm)}}</span>
</p>
@@ -123,10 +123,10 @@
<div style="display: flex;align-items: center;">
<p style="display: flex;align-items: center;">
<img src="../../assets/images/housesteadSurvey/list03.png" alt="" style="margin-right: 5px;">
<span style="line-height: 1;">{{limitWords(item.syqr)}}</span>
<span style="line-height: 1;">{{limitWords(item.shyqrdbxm)}}</span>
</p>
<p v-if="item.houseDataConfirmStatus=='CONFIRMED'" style="display: flex;align-items: center;color:#22B7F2;font-size:12px;margin-left: auto;margin-right: 10px;border-bottom: 1px dashed #22B7F2;" @click="setCookies(item)"><img src="../../assets/images/housesteadSurvey/list07.png" alt="" style="margin-right: 3px;">调查</p>
<p v-if="item.houseDataConfirmStatus!='CONFIRMED'" style="display: flex;align-items: center;color:#ee0a24;font-size:12px;margin-left: auto;margin-right: 10px;border-bottom: 1px dashed #ee0a24;" @click="deleteZjd(item,index)"><img src="../../assets/images/housesteadSurvey/list08.png" alt="" style="margin-right: 3px;">删除</p>
<p style="display: flex;align-items: center;color:#22B7F2;font-size:12px;margin-left: auto;margin-right: 10px;border-bottom: 1px dashed #22B7F2;" @click="setCookies(item)"><img src="../../assets/images/housesteadSurvey/list07.png" alt="" style="margin-right: 3px;">调查</p>
<p style="display: flex;align-items: center;color:#ee0a24;font-size:12px;margin-left: auto;margin-right: 10px;border-bottom: 1px dashed #ee0a24;" @click="deleteZjd(item,index)"><img src="../../assets/images/housesteadSurvey/list08.png" alt="" style="margin-right: 3px;">删除</p>
<p v-if="item.zjdAudit=='2'" style="color:#ee0a24;font-size:12px;">已驳回</p>
</div>
</template>
@@ -416,7 +416,7 @@
},
methods: {
getList(){
rhhcList({surveyStatus:"3"}).then(res => {
rhhcList({surveyStatus:"2,3,4,5"}).then(res => {
this.list1 = res.data.zjdzdxxList;
this.totalH = res.data.zjdzs;
this.totalR = res.data.shyqrs;
@@ -1228,7 +1228,7 @@
}else{
let params = {
"shyqrdbxm" : this.zjdvalue,
"surveyStatus":"3",
"surveyStatus":"2,3,4,5",
}
rhhcList(params).then((response) => {
if (response.code == 200) {
@@ -1415,7 +1415,7 @@
if(this.active === 0){
let params = {
"shyqrdbxm" : this.zjdvalue,
"surveyStatus":"3",
"surveyStatus":"2,3,4,5",
}
rhhcList(params).then((response) => {
if (response.code == 200) {


Laden…
Abbrechen
Speichern