Ver Fonte

停机权限

HD_wangm há 2 meses atrás
pai
commit
0f3412a8e1
1 ficheiros alterados com 1 adições e 1 exclusões
  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>