Commit ffca394d authored by 康振飞's avatar 康振飞

数据

parent b393a7a1
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
</p> </p>
<div class="dispatch_part_body" :style="{height:byheight}"> <div class="dispatch_part_body" :style="{height:byheight}">
<!-- {{ids}} --> <!-- {{ids}} -->
<Row :gutter="15" class="card_body"> <Row :gutter="15" class="card_body01">
<Col span="8" class="dispatch_card" v-for="(item,index) in listTask" :key="index"> <Col span="8" class="dispatch_card" v-for="(item,index) in listTask" :key="index">
<Card> <Card>
<p slot="title" class="card_top"> <p slot="title" class="card_top">
......
...@@ -268,13 +268,12 @@ export default { ...@@ -268,13 +268,12 @@ export default {
content="开工" content="开工"
}else if(params.row.status==13||params.row.status==14) }else if(params.row.status==13||params.row.status==14)
{ {
content="查看" content="查看"
}else if(params.row.status==6) }else if(params.row.status==6)
{ {
content="继续" content="继续"
}else{ }else{
content="查看";
content="查看";
} }
return h('div', { class: 'action' },[ return h('div', { class: 'action' },[
...@@ -310,8 +309,8 @@ content="查看"; ...@@ -310,8 +309,8 @@ content="查看";
"skipCount":0, "skipCount":0,
"maxResultCount": 10 "maxResultCount": 10
}).then(res => { }).then(res => {
this.mDatas = res.data.result.items this.mDatas = res.result.items
this.search.total = res.data.result.totalCount this.search.total = res.result.totalCount
}); });
}, },
// 分页 // 分页
......
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