Commit b45aea55 authored by jingnan's avatar jingnan 👀

看板首页“已开工“改为”实施中“

parent cf7844eb
......@@ -12,7 +12,7 @@
总数<span>{{ info.aircraftSorties.carryCount || 0 }}</span>
</p>
<p>
已开工<span>{{ info.aircraftSorties.startCount || 0 }}</span>
实施中<span>{{ info.aircraftSorties.startCount || 0 }}</span>
</p>
<p>
已完工<span>{{ info.aircraftSorties.completeCount || 0 }}</span>
......
......@@ -13,7 +13,7 @@
总数<span>{{ info.carryCount || 0 }}</span>
</p>
<p>
已开工<span>{{ info.startCount || 0 }}</span>
实施中<span>{{ info.startCount || 0 }}</span>
</p>
<p>
已完工<span>{{ info.completeCount || 0 }}</span>
......
......@@ -73,7 +73,7 @@
</div>
<p class="count">
<label>总数: <span @click="routerJobPlanExecutionSummary('架次总数')">{{ sortiesRow.aircraftSorties.carryCount || 0 }}</span></label>
<label>已开工: <span @click="routerJobPlanExecutionSummary('架次已开工')">{{ sortiesRow.aircraftSorties.startCount || 0 }}</span></label>
<label>实施中: <span @click="routerJobPlanExecutionSummary('架次已开工')">{{ sortiesRow.aircraftSorties.startCount || 0 }}</span></label>
<label>已完工:<span @click="routerJobPlanExecutionSummary('架次已完工')">{{ sortiesRow.aircraftSorties.completeCount || 0 }}</span>
</label>
</p>
......@@ -95,7 +95,7 @@
</div>
<div class="buttom">
<span>总数</span>
<span>已开工</span>
<span>实施中</span>
<span>已完工</span>
</div>
<el-slider v-model="stationRow.progress" disabled />
......
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