|
@@ -30,7 +30,7 @@
|
|
|
approveItem.Transportation }}
|
|
|
</el-form-item>
|
|
|
<el-form-item label="行程说明">
|
|
|
- <el-tooltip popper-class="item-top-intro" effect="dark" :content="approveItem.Itinerary" placement="top">
|
|
|
+ <el-tooltip popper-class="item-top-intro" :disabled="approveItem.Itinerary&&approveItem.Itinerary.length<51" effect="dark" :content="approveItem.Itinerary" placement="top">
|
|
|
<div class="itinerary-text">
|
|
|
{{ approveItem.Itinerary }}
|
|
|
</div>
|
|
@@ -125,7 +125,7 @@ import {businessTripInterence} from "api/api.js"
|
|
|
|
|
|
<style lang="scss" scoped>
|
|
|
.itinerary-text{
|
|
|
- width:100%;
|
|
|
+ width: 100%;
|
|
|
overflow:hidden;
|
|
|
text-overflow:ellipsis;
|
|
|
display:-webkit-box;
|