mirror of
https://gitee.com/log4j/pig-ui.git
synced 2025-01-03 23:42:23 +08:00
15 lines
230 B
JavaScript
15 lines
230 B
JavaScript
export default {
|
|
maxHeight: 500,
|
|
index: true,
|
|
border: true,
|
|
stripe: true,
|
|
selection: true,
|
|
menuWidth: 300,
|
|
menuAlign: 'center',
|
|
editBtn: false,
|
|
delBtn: false,
|
|
align: 'center',
|
|
dic: '{{dic}}',
|
|
column: []
|
|
};
|