提交 6cd44de5 编写于 作者: 沐夕花开's avatar 沐夕花开

add: 字段映射示例增加图片列

上级 b3255c7f
......@@ -321,6 +321,12 @@ export const enumColumns = [{
"title": "姓名",
"dataIndex": "姓名"
},
{
"title": '头像',
"dataIndex": 'avatar',
isImage: true,
"noSum": true,
},
{
"title": "销售",
"dataIndex": "销售",
......@@ -337,12 +343,12 @@ export const enumColumns = [{
0: '',
1: ''
}
}
},
]
// 字段映射示例 tableData
export const enumTableData = [
{ "key": 11, "姓名": "张三", "销售": 201, "sex": '1' },
{ "key": 12, "姓名": "李四", "销售": 210, "sex": 1 },
{ "key": 13, "姓名": "王姐", "销售": 310, "sex": 0 },
{ "key": 11, "姓名": "张三", "销售": 201, "sex": '1', 'avatar': "https://gimg2.baidu.com/image_search/src=http%3A%2F%2Fup.enterdesk.com%2F2021%2Fedpic%2F01%2F4b%2F7d%2F014b7d465ef76e7a3477e749f7be6fc2_1.jpg&refer=http%3A%2F%2Fup.enterdesk.com&app=2002&size=f9999,10000&q=a80&n=0&g=0n&fmt=auto?sec=1653533091&t=c06b2552f8265b8f5cac34d35a59def3" },
{ "key": 12, "姓名": "李四", "销售": 210, "sex": 1, 'avatar': "" },
{ "key": 13, "姓名": "王姐", "销售": 310, "sex": 0, 'avatar': "https://gimg2.baidu.com/image_search/src=http%3A%2F%2Fup.enterdesk.com%2Fedpic_source%2F95%2Fe2%2F09%2F95e20960f6bcb6d444dfa59d142e9300.jpg&refer=http%3A%2F%2Fup.enterdesk.com&app=2002&size=f9999,10000&q=a80&n=0&g=0n&fmt=auto?sec=1653533091&t=606f0bd3b767723b4741f2dcc809d26e" },
]
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册