Commit 3ff65a61 authored by danfuman's avatar danfuman

修改

parent aafa0ffb
...@@ -226,6 +226,10 @@ ...@@ -226,6 +226,10 @@
<span>总投资:</span> <span>总投资:</span>
<span v-html="item.money+'万元'"></span> <span v-html="item.money+'万元'"></span>
</p> </p>
<p class="list-content-text"v-if="item.handleTime">
<span>最新审批日期:</span>
<span>{{item.handleTime}}</span>
</p>
<p class="list-content-text"v-if="item.planStartTime"> <p class="list-content-text"v-if="item.planStartTime">
<span>计划开工日期:</span> <span>计划开工日期:</span>
<span>{{item.planStartTime}}</span> <span>{{item.planStartTime}}</span>
...@@ -598,7 +602,7 @@ ...@@ -598,7 +602,7 @@
}else{ }else{
this.page = page; this.page = page;
this.search(page, this.limit); this.search(page, this.limit);
this.jump1(); window.scrollTo(0, 400);
} }
}, },
fieldCommand(command) { fieldCommand(command) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment