瀏覽代碼

no message

linwenxin 5 月之前
父節點
當前提交
a70fbaa1ba
共有 1 個文件被更改,包括 1 次插入1 次删除
  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>