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.
31 lines
442 B
31 lines
442 B
export const tableOption = {
|
|
searchMenuSpan: 6,
|
|
columnBtn: false,
|
|
border: true,
|
|
index: true,
|
|
indexLabel: '序号',
|
|
stripe: true,
|
|
menuAlign: 'center',
|
|
align: 'center',
|
|
addBtn: false,
|
|
editBtn: false,
|
|
column: [
|
|
{
|
|
label: '',
|
|
prop: 'areaId'
|
|
},
|
|
{
|
|
label: '',
|
|
prop: 'areaName'
|
|
},
|
|
{
|
|
label: '',
|
|
prop: 'parentId'
|
|
},
|
|
{
|
|
label: '',
|
|
prop: 'level'
|
|
}
|
|
]
|
|
}
|