@@ -71,7 +71,7 @@
</scroll-view>
<!-- 接单按钮 -->
- <view class="accept-button-container" v-if="checkPermi(orderType == '2' ? ['gxt:maintenance:order:suspend'] : ['gxt:repairOrder:suspend'])">
+ <view class="accept-button-container" v-if="checkPermi(orderType == '2' ? ['gxt:maintenance:order:shutdown'] : ['gxt:repairOrder:shutdown'])">
<button class="accept-button" @click="handleShutdownOrder">{{ isDealing ? '停机中...' : '停 机' }}</button>
</view>