Commit 1c7a75d5 by zhuxiaomei

抽样任务 抽样进度字段

parent 9288e561
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
@load="_load"> @load="_load">
<div class="result-item" v-for="item in resultList" :key="item.name" @click="_goto(item.id)"> <div class="result-item" v-for="item in resultList" :key="item.name" @click="_goto(item.id)">
<div>计划名称:{{item.name}}</div> <div>计划名称:{{item.name}}</div>
<div>抽样进度:{{item.completionRatio}}</div> <div>抽样进度:{{item.summaryCount+'/'+item.samplingQuantity}}</div>
<div>状态:{{item.progress}}</div> <div>状态:{{item.progress}}</div>
</div> </div>
</van-list> </van-list>
......
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