Commit b5d8d964 authored by 沈良进's avatar 沈良进

save

parent ac2c3c56
...@@ -51,7 +51,12 @@ ...@@ -51,7 +51,12 @@
cursor: pointer; cursor: pointer;
text-align: center; text-align: center;
} }
.line1 {
width: 240px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
</style> </style>
<template> <template>
<div class="flexOne quoTation"> <div class="flexOne quoTation">
...@@ -111,9 +116,16 @@ ...@@ -111,9 +116,16 @@
<li v-for="item in dataList" :key="item.subCode" :data-id="item.ID" style="padding:0 10px;"> <li v-for="item in dataList" :key="item.subCode" :data-id="item.ID" style="padding:0 10px;">
<div class="_left" style="padding:0;display:flex;"> <div class="_left" style="padding:0;display:flex;">
<div class="QT_CodeNum"> <div class="QT_CodeNum">
<div v-if="item.TCNUMS"> <el-popover
placement="top-start"
title=""
width="200"
trigger="hover"
:content="item.TCNUMS">
<div slot="reference" v-if="item.TCNUMS" class="line1">
团号:{{item.TCNUMS}} 团号:{{item.TCNUMS}}
</div> </div>
</el-popover>
{{$t('hotel.hotel_SerialNumber')}}{{item.ID}} {{$t('hotel.hotel_SerialNumber')}}{{item.ID}}
<div> <div>
类型:{{item.TeamTypeName}} 类型:{{item.TeamTypeName}}
......
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