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.
41 lines
722 B
41 lines
722 B
export default [{
|
|
key: 'appId',
|
|
title: '应用id',
|
|
display: ['formA', 'formU', 'table', 'model'],
|
|
fixed: false,
|
|
block: true,
|
|
width: 100
|
|
},
|
|
{
|
|
key: 'appName',
|
|
title: '应用名称',
|
|
display: ['formA', 'formU', 'table', 'model'],
|
|
fixed: false,
|
|
block: true,
|
|
width: 100
|
|
},
|
|
{
|
|
key: 'customerName',
|
|
title: '所属客户',
|
|
display: ['formA', 'formU', 'table', 'model'],
|
|
fixed: false,
|
|
block: true,
|
|
width: 100
|
|
},
|
|
{
|
|
key: 'customerTypeName',
|
|
title: '客户类型',
|
|
display: ['formA', 'formU', 'table', 'model'],
|
|
fixed: false,
|
|
block: true,
|
|
width: 40
|
|
},
|
|
{
|
|
key: 'secret',
|
|
title: '秘钥',
|
|
display: ['formA', 'formU', 'table', 'model'],
|
|
fixed: false,
|
|
block: true,
|
|
width: 200
|
|
},
|
|
]
|