Browse Source

no message

linwenxin 5 tháng trước cách đây
mục cha
commit
a70fbaa1ba
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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="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>
               </view>