29307
This commit is contained in:
@@ -159,7 +159,7 @@
|
|||||||
<h2>收支情况</h2>
|
<h2>收支情况</h2>
|
||||||
<i :style="{color: isIncome ? '#2EA222' : '#FF4466'}">({{ isIncome ? '已填写' : '未填写' }})</i>
|
<i :style="{color: isIncome ? '#2EA222' : '#FF4466'}">({{ isIncome ? '已填写' : '未填写' }})</i>
|
||||||
</div>
|
</div>
|
||||||
<span @click="linkTo(`./MonitorIncome?id=${info.id}&girdId=${girdInfo.girdId}&girdName=${girdInfo.girdName}`)" v-if="info.status == 1">编辑</span>
|
<span @click="linkTo(`./MonitorIncome?id=${info.id}&girdId=${girdInfo.girdId}&girdName=${girdInfo.girdName}`)">编辑</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="item-info">
|
<div class="item-info">
|
||||||
<label>家庭纯收入</label>
|
<label>家庭纯收入</label>
|
||||||
@@ -436,10 +436,8 @@ export default {
|
|||||||
},
|
},
|
||||||
|
|
||||||
toAddView(text, pass) {
|
toAddView(text, pass) {
|
||||||
// console.log(111);
|
|
||||||
this.$confirm('', text).then(() => {
|
this.$confirm('', text).then(() => {
|
||||||
uni.navigateTo({url: `./MonitorAddView?pass=${pass}&id=${this.info.id}&status=${this.info.status}`})
|
uni.navigateTo({url: `./MonitorAddView?pass=${pass}&id=${this.info.id}&status=${this.info.status}`})
|
||||||
// console.log(222);
|
|
||||||
// this.$http.post(`/app/apppreventionreturntopoverty/examine?id=${this.id}&pass=${pass}`).then(res => {
|
// this.$http.post(`/app/apppreventionreturntopoverty/examine?id=${this.id}&pass=${pass}`).then(res => {
|
||||||
// if (res.code === 0) {
|
// if (res.code === 0) {
|
||||||
// this.$u.toast('操作成功')
|
// this.$u.toast('操作成功')
|
||||||
|
|||||||
Reference in New Issue
Block a user