Min 1 year ago
parent
commit
f06a6a6991

+ 2 - 1
fhKeeper/formulahousekeeper/timesheet-workshop-h5/src/views/planView/component/planComponent.vue

@@ -49,7 +49,8 @@
                     {{ jisuanDate(item.startDate)>30 ? '隐藏' : ''}}
                   </span>
                   <span class="text" @click="stopPlan(item.id,item.hideState)">
-                    {{ item.progress==null||item.progress==0 ? '中止计划' : ''}}
+                    <!-- {{ item.progress==null||item.progress==0 ? '中止计划' : ''}} -->
+                    {{'中止计划'}}
                   </span>
                   <van-button type="info" size="small" @click="toDistribution(item)">派工单</van-button>
                   <van-button v-if="item.hasAllocation==0" type="info" size="small" @click="allocationUser(item)">下发</van-button>