Commit ecea3a29 authored by youjie's avatar youjie

no message

parent f8dd6aba
......@@ -17,7 +17,7 @@
show-overflow-tooltip>
<template slot-scope="scope">
<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>
</div>
</template>
......@@ -29,7 +29,7 @@
show-overflow-tooltip>
<template slot-scope="scope">
<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>
</div>
</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