Commit 3b093efc authored by youjie's avatar youjie

no message

parent f83c4374
......@@ -633,9 +633,10 @@
@click="goUrl2('VisapassengerList',item.id,'旅客名单')">{{ x.userName }}</span>
</div>
</div>
<div v-if="(pagesTitle=='OP'&&!item.remark)||item.remark">
{{$t('pub.pubRemark')}}{{ item.remark }}
<el-tooltip v-if="pagesTitle=='OP'" class="item" effect="dark" :content="$t('salesModule.UpRemarks')"
<!-- v-if="(pagesTitle=='OP'&&!item.remark)||item.remark" -->
<div>
{{$t('pub.pubRemark')}}{{ item.remark?item.remark:'-' }}
<el-tooltip v-if="pagesTitle=='OP'||pagesTitle=='销售'" 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>
......
......@@ -7,7 +7,14 @@
</li>
</ul>
</div>
<v-table v-if="isReady" is-horizontal-resize column-width-drag style="width:100%" :columns="columns" :table-data="dataList" :filter-method="filterMethod" :total="total" :pageSize="msg.pageSize" :pageIndex="msg.pageIndex" :handleCurrentChange="handleCurrentChange" :multiple-sort="multipleSort" :is-loading="loading" sort-always @sort-change="sortChange" @on-custom-comp="customCompFunc"></v-table>
<template v-if="isReady">
<v-table is-horizontal-resize column-width-drag
style="width:100%" :columns="columns" :table-data="dataList"
:filter-method="filterMethod" :total="total" :pageSize="msg.pageSize"
:pageIndex="msg.pageIndex" :handleCurrentChange="handleCurrentChange"
:multiple-sort="multipleSort" :is-loading="loading" sort-always
@sort-change="sortChange" @on-custom-comp="customCompFunc"></v-table>
</template>
<div style="height:20px;"> </div>
</div>
</template>
......
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