Commit 50b07331 authored by 沈良进's avatar 沈良进

save

parent 8ac34617
......@@ -47,9 +47,9 @@
<div class="TC_Content">
<div class="TC-MyList">
<div class="TravelTclList" v-loading="queryMsg.loading">
<el-pagination background @current-change="handleCurrentChange" :current-page.sync="queryMsg.currentPage"
<!-- <el-pagination background @current-change="handleCurrentChange" :current-page.sync="queryMsg.currentPage"
layout="total,prev, pager, next, jumper" :page-size="queryMsg.pageSize" :total="queryMsg.total">
</el-pagination>
</el-pagination> -->
<div class="flex q-py-md">
<div class="col-1">合作伙伴</div>
......@@ -81,9 +81,9 @@
</div>
<div v-if="!queryDataObj.dataList.length" class="none">暂无数据</div>
<div class="noData" v-show="queryMsg.noData">{{$t('system.content_noData')}}</div>
<el-pagination background @current-change="handleCurrentChange" :current-page.sync="queryMsg.currentPage"
<!-- <el-pagination background @current-change="handleCurrentChange" :current-page.sync="queryMsg.currentPage"
layout="total,prev, pager, next, jumper" :page-size="queryMsg.pageSize" :total="queryMsg.total">
</el-pagination>
</el-pagination> -->
</div>
</div>
<el-dialog class="app-attachment-dialog" width="900" :title="dialogTitle" :visible.sync="isShowEditTeamDialog"
......
......@@ -324,8 +324,7 @@
<template v-for="(subItem,subIndex) in item.TravelTeamPartnerList">
<el-popover :key="subIndex+10000"
trigger="hover"
v-if="subItem.SaleInfoList && subItem.SaleInfoList.length"
:content="subItem.SaleInfoList[0].EmName">
:content="subItem.SaleInfoList && subItem.SaleInfoList.length ?subItem.SaleInfoList[0].EmName : ''">
<el-tag size="mini" slot="reference" style="margin-right:10px;margin-bottom: 10px">{{subItem.CustomerName}}</el-tag>
</el-popover>
</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