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

数据

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