Browse Source

no message

linwenxin 5 months ago
parent
commit
a70fbaa1ba
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/packageMine/pages/masterGroup/index.vue

+ 1 - 1
src/packageMine/pages/masterGroup/index.vue

@@ -50,7 +50,7 @@
               <view class="neironghengxin" v-if="tab"></view>
               <view class="neironghengxin" v-if="tab"></view>
               <view
               <view
                 class="neironganniuqu"
                 class="neironganniuqu"
-                v-if="tab && ['WAIT'].includes(item.status) && item.masterWorkerId !== userInfo.workerNumber"
+                v-if="tab && ['WAIT'].includes(item.status) && item.masterWorkerId !== userInfo.userId"
               >
               >
                 <u-button type="primary" text="确认" @click="queding(item, index)"></u-button>
                 <u-button type="primary" text="确认" @click="queding(item, index)"></u-button>
               </view>
               </view>