Commit 06cccc36 authored by 赵茹林's avatar 赵茹林

增加 一次性物流信息 最后更新时间

修复 一次性物流信息 导出无效
parent d29b945e
......@@ -69,6 +69,7 @@
{{scope.row.goods_type == 0 ? '订单货品' : (scope.row.goods_type == 1 ? '赠品' : '')}}
</template>
</el-table-column>
<el-table-column prop="updated_at" label="最后更新" width="95px"></el-table-column>
<el-table-column prop="deliver_at" label="发货时间" width="100px"></el-table-column>
<el-table-column prop="status" label="物流状态">
<template slot-scope="scope">
......@@ -102,7 +103,7 @@
import receiveInfoDialog from "./receiveInfoDialog";
import Cookie from '../../util/cookie'
import CommonJs from '../../util/common';
import { getDisposableApi, putDisposableApi } from "../../service/api";
import { getDisposableApi, exportExcelApi } from "../../service/api";
import {LogisticsStatus, GOODSTYPE} from "../../util/wordbook";
export default {
......
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