Commit 952edfca authored by youjie's avatar youjie

no message

parent 2185de5d
......@@ -332,7 +332,7 @@
import orderList from "./orderList";
export default {
components: {
orderList,
orderList
},
props:['pagesTitle'],
data() {
......
......@@ -57,18 +57,14 @@
label="商品名称"
show-overflow-tooltip>
<template slot-scope="scope">
<el-tooltip class="item" effect="dark" :content="scope.row.Name" placement="top">
<span style="max-width: 100px;overflow: hidden;text-overflow: ellipsis">{{scope.row.Name}}</span>
</el-tooltip>
<div style="width: 50px;overflow: hidden;">{{scope.row.Name}}</div>
</template>
</el-table-column>
<el-table-column
label="商品详情"
show-overflow-tooltip>
<template slot-scope="scope">
<el-tooltip class="item" effect="dark" :content="scope.row.Description" placement="top">
<span style="max-width: 100px;overflow: hidden;text-overflow: ellipsis">{{scope.row.Description}}</span>
</el-tooltip>
<div style="width: 50px;overflow: hidden;">{{scope.row.Description}}</div>
</template>
</el-table-column>
<el-table-column
......@@ -286,6 +282,7 @@ export default {
}
else if (row.OrderType == 7) {//jalan酒店
this.$message.info('jalan酒店暂不支持查看')
// if(this.pagesTitle=='销售'){
// data[0].path = 'CharterOrderList'
// }else{
......
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