Browse Source

feat: update 1

master
TengXF 4 months ago
parent
commit
a5345ffc56
  1. 1
      src/pages/mes/workScheduling/workScheduling.vue

1
src/pages/mes/workScheduling/workScheduling.vue

@ -148,6 +148,7 @@
<u-button v-if="(current==3||current==0) && item.status==1 && item.workingNode != 'endNode'" type="success" size="mini" <u-button v-if="(current==3||current==0) && item.status==1 && item.workingNode != 'endNode'" type="success" size="mini"
style="background-color:#888888" style="background-color:#888888"
@click="openOffLine(item)" class="btn">离线</u-button> @click="openOffLine(item)" class="btn">离线</u-button>
</view> </view>
</view> </view>
<view style="height: 94rpx;padding-top: 30rpx;"> <view style="height: 94rpx;padding-top: 30rpx;">

Loading…
Cancel
Save