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

pref:修改取件报表展示

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