美的项目前端代码
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.

42 lines
845 B

2 months ago
export default {
searchFields: [
{
name: '附加编码',
value: 'additionalCode',
type: 'input',
isFixed: true,
span: 3
},
{
name: '语言类别',
value: 'cultureCode',
type: 'select',
optionsKey: 'GLOBAL_TARIFF_LANGUAGE_TYPE',
isFixed: true,
span: 3
}
],
columns:[
{
label: '附加编码',
prop: 'additionalCode',
'width': 130,
},
{
label: '附加编码类型',
prop: 'additionalCodeType',
'width': 130,
},
{
label: '附加编码说明',
prop: 'codeDescription',
'min-width': 160,
},
{
label: '语言类别',
prop: 'cultureCode',
'width': 130,
},
]
}