HD_wangm il y a 2 mois
Parent
commit
0f3412a8e1
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      pages/order/detail/shutdownIndex.uvue

+ 1 - 1
pages/order/detail/shutdownIndex.uvue

@@ -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>