Commit 75dc2461 authored by youjie's avatar youjie

no message

parent 87de1409
......@@ -620,9 +620,9 @@
@click="goUrl2('VisapassengerList',item.id,'旅客名单')">{{ x.userName }}</span>
</div>
</div>
<div v-if="item.remark">
<div v-if="(pagesTitle=='OP'&&!item.remark)||item.remark">
{{$t('pub.pubRemark')}}{{ item.remark }}
<el-tooltip class="item" effect="dark" :content="$t('salesModule.UpRemarks')"
<el-tooltip v-if="pagesTitle=='OP'" class="item" effect="dark" :content="$t('salesModule.UpRemarks')"
placement="top-start">
<i class="el-icon-edit cursor-pointer c059FF6 mx" @click='getDetail(item,true)'></i>
</el-tooltip>
......
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