Commit f8dd6aba authored by youjie's avatar youjie

no message

parent ceb76bb5
...@@ -11,22 +11,25 @@ ...@@ -11,22 +11,25 @@
row-class-name="font-size-12" row-class-name="font-size-12"
:default-sort = "{prop: 'date', order: 'descending'}"> :default-sort = "{prop: 'date', order: 'descending'}">
<el-table-column <el-table-column
label="商品类型" width="200"
prop="CreateTimeStr"
label="订单"
show-overflow-tooltip> show-overflow-tooltip>
<template slot-scope="scope"> <template slot-scope="scope">
<el-tag size="mini">{{scope.row.OrderTypeName}}</el-tag> <div>
<p style="font-size: 18px;color: #2961fe;">{{scope.row.OrderId}} <el-tag style="margin-left: 5px;" size="mini">{{scope.row.OrderTypeName}}</el-tag></p>
<p>下单日期:{{scope.row.CreateTimeStr}}</p>
</div>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column <el-table-column
width="200" width="200"
prop="CreateTimeStr" prop="CreateTimeStr"
label="订单id" label="团号"
show-overflow-tooltip> show-overflow-tooltip>
<template slot-scope="scope"> <template slot-scope="scope">
<div style="max-width: 100px;overflow: hidden;text-overflow: ellipsis"> <div>
<p style="font-size: 18px;color: #2961fe;">{{scope.row.OrderId}}</p> <p style="font-size: 14px;color: #2961fe;">{{scope.row.TCNUM}}</p>
<p>团号:{{scope.row.TCNUM}}</p>
<p>下单日期:{{scope.row.CreateTimeStr}}</p>
<p>出发日期:{{scope.row.StartDate}}</p> <p>出发日期:{{scope.row.StartDate}}</p>
</div> </div>
</template> </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