Commit 4fc85b30 authored by “yiyousong”'s avatar “yiyousong”

pref:修改取件报表展示

parent c1e75da4
......@@ -121,13 +121,7 @@ export default {
(this.current - 1) * this.size + index + 1,
},
{
title: "邮递员",
align: "center",
dataIndex: "courier",
customRender: (text, record, index) => text.courier || "--",
},
{
title: "联系电话",
title: "邮递员电话",
align: "center",
dataIndex: "usersign",
},
......@@ -137,9 +131,9 @@ export default {
dataIndex: "create_time",
},
{
title: "取件柜名称",
title: "取件柜编号",
align: "center",
customRender: (text, record, index) => text.qjg_name || "--",
customRender: (text, record, index) => text.number || "--",
},
{
title: "箱号",
......
......@@ -149,9 +149,9 @@ export default {
dataIndex: "boxNo",
},
{
title: "取件柜名称",
title: "取件柜编号",
align: "center",
customRender: (text, record, index) => text.qjg_name || "--",
customRender: (text, record, index) => text.number || "--",
},
{
title: "操作时间",
......
......@@ -133,6 +133,11 @@ export default {
dataIndex: "name",
customRender: (text, record, index) => text.name || "--",
},
{
title: "联系电话",
align: "center",
customRender: (text, record, index) => text.phone || "--",
},
{
title: "取件方式",
align: "center",
......@@ -141,20 +146,15 @@ export default {
},
},
{
title: "取件柜名称",
title: "取件柜编号",
align: "center",
customRender: (text, record, index) => text.qjg_name || "--",
customRender: (text, record, index) => text.number || "--",
},
{
title: "箱号",
align: "center",
dataIndex: "boxNo",
},
{
title: "联系电话",
align: "center",
customRender: (text, record, index) => text.phone || "--",
},
{
title: "取件时间",
align: "center",
......@@ -163,7 +163,7 @@ export default {
},
},
{
title: "邮递员",
title: "操作人身份",
align: "center",
customRender: (text, record, index) => text.courier || "--",
},
......
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