fanzherong_v 2 days ago
parent
commit
121a08b7be
1 changed files with 1 additions and 1 deletions
  1. 1 1
      snowy-admin-web/src/views/biz/bizotherappoint/index.vue

+ 1 - 1
snowy-admin-web/src/views/biz/bizotherappoint/index.vue

@@ -140,7 +140,7 @@
 									|| record.status=='8' || record.status=='9' || record.status=='16' || record.status=='17'  )">
 										<a style="color:green"  @click="cancel(record)" >强制结束</a>
 									</a-menu-item>
-									<a-menu-item v-if="hasPerm('bizOtherAppointmentAuthorize') && (record.status=='5' )">
+									<a-menu-item v-if="hasPerm('bizOtherAppointmentAuthorize') && (record.isWeigh == '2' && record.status=='5' )">
 										<a style="color:orange"  @click="exit(record)" >授权离场</a>
 									</a-menu-item>