You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
492 B
30 lines
492 B
|
7 months ago
|
export const exportColumn = [
|
||
|
|
{
|
||
|
|
title: "公司名称",
|
||
|
|
key: "companyName"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
title: "公司电话",
|
||
|
|
key: "companyTel"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
title: "公司邮箱",
|
||
|
|
key: "companyEmail"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
title: "所属地区",
|
||
|
|
key: "companyAddress"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
title: "详细地址",
|
||
|
|
key: "companyStreet"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
title: "联系人",
|
||
|
|
key: "contacts"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
title: "手机号",
|
||
|
|
key: "mobile"
|
||
|
|
}
|
||
|
|
]
|