Commit 62e742d1 authored by “yiyousong”'s avatar “yiyousong”

pref:修改取件记录取件人姓名展示

parent 8b2efac0
...@@ -113,9 +113,7 @@ export default { ...@@ -113,9 +113,7 @@ export default {
tableHeaders: [ tableHeaders: [
{ {
title: "序号", title: "序号",
dataIndex: "index",
width: "60px", width: "60px",
key: "index",
align: "center", align: "center",
customRender: (text, record, index) => customRender: (text, record, index) =>
(this.current - 1) * this.size + index + 1, (this.current - 1) * this.size + index + 1,
......
...@@ -112,9 +112,7 @@ export default { ...@@ -112,9 +112,7 @@ export default {
let tableHeaders = [ let tableHeaders = [
{ {
title: "序号", title: "序号",
dataIndex: "index",
width: "60px", width: "60px",
key: "index",
align: "center", align: "center",
customRender: (text, record, index) => customRender: (text, record, index) =>
(this.current - 1) * this.size + index + 1, (this.current - 1) * this.size + index + 1,
......
...@@ -130,7 +130,6 @@ export default { ...@@ -130,7 +130,6 @@ export default {
{ {
title: "取件人", title: "取件人",
align: "center", align: "center",
dataIndex: "name",
customRender: (text, record, index) => text.name || "--", customRender: (text, record, index) => text.name || "--",
}, },
{ {
......
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