Commit be115b06 authored by youjie's avatar youjie

no message

parent a2c54e0e
...@@ -525,8 +525,8 @@ ...@@ -525,8 +525,8 @@
class="mx5" class="mx5"
:class="{ :class="{
'el-icon-alarm-clock c20C997': item.OrderStatus == 1, 'el-icon-alarm-clock c20C997': item.OrderStatus == 1,
'el-icon-check cblack': item.OrderStatus == 2, 'el-icon-warning cff9800': item.OrderStatus == 2,
'el-icon-warning cff9800': item.OrderStatus == 3, 'el-icon-check cblack': item.OrderStatus == 3,
'el-icon-coin cF1416C': item.OrderStatus == 4, 'el-icon-coin cF1416C': item.OrderStatus == 4,
'el-icon-refresh cF1416C': item.OrderStatus == 5, 'el-icon-refresh cF1416C': item.OrderStatus == 5,
'el-icon-refresh cF1416C': item.OrderStatus == 6 'el-icon-refresh cF1416C': item.OrderStatus == 6
......
...@@ -438,7 +438,7 @@ ...@@ -438,7 +438,7 @@
item.CustomerTel item.CustomerTel
}})</span> }})</span>
<span>下单时间:</span> <span>下单时间:</span>
<span class="mr">{{ item.OrderDate }}</span> <span class="mr">{{ item.CreateTime }}</span>
<div class=""> <div class="">
<i <i
class="mx5" class="mx5"
...@@ -466,14 +466,14 @@ ...@@ -466,14 +466,14 @@
<div class="mb"> <div class="mb">
<el-table :data="[item]" style="width:100%" border> <el-table :data="[item]" style="width:100%" border>
<el-table-column <el-table-column
label="产品名称(下单日期)" label="产品名称(出发日期)"
min-width="100" min-width="100"
style="background:#EAEAEA" style="background:#EAEAEA"
> >
<template slot-scope="scope"> <template slot-scope="scope">
<template> <template>
<div>{{ scope.row.ProductName }}</div> <div>{{ scope.row.ProductName }}</div>
<span style="color: #999999;">{{scope.row.CreateTime}}</span> <span style="color: #999999;">{{scope.row.OrderDate}}</span>
</template> </template>
</template> </template>
</el-table-column> </el-table-column>
......
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