Commit baf8504c authored by youjie's avatar youjie

优化我的订单

parent 3ea55118
...@@ -38,7 +38,9 @@ ...@@ -38,7 +38,9 @@
label="团号/单号" label="团号/单号"
show-overflow-tooltip> show-overflow-tooltip>
<template slot-scope="scope"> <template slot-scope="scope">
{{scope.row.TCNUM}} <el-tooltip class="item" effect="dark" :content="scope.row.TCNUM" placement="top">
<p style="max-width: 100px;overflow: hidden;text-overflow: ellipsis">{{scope.row.TCNUM}}</p>
</el-tooltip>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column <el-table-column
......
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