Commit ecea3a29 authored by youjie's avatar youjie

no message

parent f8dd6aba
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
show-overflow-tooltip> show-overflow-tooltip>
<template slot-scope="scope"> <template slot-scope="scope">
<div> <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 style="font-size: 18px;color: #409eff;">{{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>
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
show-overflow-tooltip> show-overflow-tooltip>
<template slot-scope="scope"> <template slot-scope="scope">
<div> <div>
<p style="font-size: 14px;color: #2961fe;">{{scope.row.TCNUM}}</p> <p style="font-size: 14px;">{{scope.row.TCNUM}}</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