|
@@ -128,10 +128,10 @@
|
|
|
{{ scope.row.orderType | orderTypeFilter }}
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column align="left" label="制单日期" prop="createTime" min-width="160" show-overflow-tooltip>
|
|
|
- </el-table-column>
|
|
|
<el-table-column align="left" label="发货日期" prop="orderTime" min-width="160" show-overflow-tooltip>
|
|
|
</el-table-column>
|
|
|
+ <el-table-column align="left" label="订单日期" prop="theTime" min-width="160" show-overflow-tooltip>
|
|
|
+ </el-table-column>
|
|
|
<el-table-column align="left" label="发货单号" prop="id" min-width="130" show-overflow-tooltip>
|
|
|
<template slot-scope="scope">
|
|
|
<CopyButton :copyText="scope.row.id" />
|