fanzherong_v hai 2 días
pai
achega
121a08b7be
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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>