pages/MJGL/Sc_OEEStatusReport/Sc_OEEStatusReport.vue
@@ -1,8 +1,8 @@ <template> <view> <view class="tabs" id="tabs"> <view :class="tabs == 0 ? 'on':''" @tap="switchTab(0)">待维修</view> <view :class="tabs == 1 ? 'on':''" @tap="switchTab(1)">已维修</view> <view :class="tabs == 0 ? 'on':''" @tap="switchTab(0)">缓存</view> <view :class="tabs == 1 ? 'on':''" @tap="switchTab(1)">报表</view> <!-- <view :class="tabs == 2 ? 'on':''" @tap="switchTab(2)">全部任务</view> --> </view>