Commit f8e36a76 authored by liudong1993's avatar liudong1993
parents 1d7eda91 c28839db
...@@ -2807,7 +2807,7 @@ ...@@ -2807,7 +2807,7 @@
SetNoticeMsg.OutNotice == 1 ? "OK" : "暂定" SetNoticeMsg.OutNotice == 1 ? "OK" : "暂定"
}}) }})
</a> --> </a> -->
<a v-if="(item.outNotice == 1&&childItem.OrderGuestFlightList&&childItem.OrderGuestFlightList.length>1)||(uItem.TicketUnionId&&uItem.TicketUnionId>0)" <a v-if="(SetNoticeMsg.OutNotice == 1&&childItem.OrderGuestFlightList&&childItem.OrderGuestFlightList.length>1)||(uItem.TicketUnionId&&uItem.TicketUnionId>0)"
@click="toTrip(childItem,uItem.TicketUnionId,uItem.GuestIds)" @click="toTrip(childItem,uItem.TicketUnionId,uItem.GuestIds)"
style="cursor:pointer;text-decoration:underline;color:green;"> style="cursor:pointer;text-decoration:underline;color:green;">
{{ $t("Operation.Op_teamNotice") }}({{ {{ $t("Operation.Op_teamNotice") }}({{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment