pages/index.vue
@@ -15,7 +15,7 @@ 刀具管理 </view> <view class="tab-item" :class="{ active: currentTab === 4 }" @click="changeTab(4)"> 打码报工 生产报工 </view> <view class="tab-item" :class="{ active: currentTab === 1 }" @click="changeTab(1)"> 开工完工 @@ -654,7 +654,7 @@ this.engineeringNo = null; this.tableData = []; // 下拉框只显示工单状态 this.engineeringNoMapList = ['待开工', '未开工', '完工', '暂停']; this.engineeringNoMapList = ['待开工', '未开工', '开工', '暂停','完工']; // 默认显示全部工单 this.getWomdaa(); },