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.
40 lines
654 B
40 lines
654 B
[
|
|
{
|
|
"label": "创建时间",
|
|
"prop": "create_at",
|
|
"type": "date"
|
|
},
|
|
{
|
|
"label": "更新时间",
|
|
"prop": "update_at",
|
|
"type": "date"
|
|
},
|
|
{
|
|
"label": "客户编号",
|
|
"prop": "usercode",
|
|
"type": "text",
|
|
"tableShow": true,
|
|
"formShow": true
|
|
},
|
|
{
|
|
"label": "简称",
|
|
"prop": "username",
|
|
"type": "text",
|
|
"tableShow": true,
|
|
"formShow": true
|
|
},
|
|
{
|
|
"label": "业务员",
|
|
"prop": "salesman",
|
|
"type": "text",
|
|
"tableShow": true,
|
|
"formShow": true
|
|
},
|
|
{
|
|
"label": "地址",
|
|
"prop": "address",
|
|
"type": "text",
|
|
"tableShow": true,
|
|
"formShow": true
|
|
}
|
|
]
|