Commit 6da591fb authored by “yiyousong”'s avatar “yiyousong”

perf: 优化

parent ac114fad
...@@ -100,7 +100,7 @@ export default { ...@@ -100,7 +100,7 @@ export default {
title: "取件人联系电话", title: "取件人联系电话",
dataIndex: "phone", dataIndex: "phone",
width: 150, width: 150,
customRender: (text) => text.phone || "--", customRender: (text) => text || "--",
}, },
{ {
title: "取件码", title: "取件码",
......
...@@ -83,7 +83,7 @@ export default { ...@@ -83,7 +83,7 @@ export default {
title: "联系电话", title: "联系电话",
dataIndex: "phone", dataIndex: "phone",
width: 150, width: 150,
customRender: (text) => text.phone || "--", customRender: (text) => text || "--",
}, },
{ {
title: "取件方式", title: "取件方式",
......
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