Commit e9690919 authored by youjie's avatar youjie

no message

parent ecea3a29
...@@ -13,11 +13,11 @@ ...@@ -13,11 +13,11 @@
<el-table-column <el-table-column
width="200" width="200"
prop="CreateTimeStr" prop="CreateTimeStr"
label="订单" label="订单Id"
show-overflow-tooltip> show-overflow-tooltip>
<template slot-scope="scope"> <template slot-scope="scope">
<div> <div>
<p style="font-size: 18px;color: #409eff;">{{scope.row.OrderId}} <el-tag style="margin-left: 5px;" size="mini">{{scope.row.OrderTypeName}}</el-tag></p> <p style="font-size: 18px;">{{scope.row.OrderId}} <el-tag style="margin-left: 5px;" size="mini">{{scope.row.OrderTypeName}}</el-tag></p>
<p>下单日期:{{scope.row.CreateTimeStr}}</p> <p>下单日期:{{scope.row.CreateTimeStr}}</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