| 1234567891011121314151617181920212223242526272829303132333435363738 |
- export default {
- height: 'auto',
- calcHeight: 30,
- tip: false,
- searchShow: true,
- searchMenuSpan: 6,
- border: true,
- index: true,
- selection: true,
- editBtn: false,
- searchLabelWidth: 140,
- labelWidth: 100,
- menuWidth: 140,
- menu: true,
- dialogClickModal: false,
- dialogWidth: 500,
- dialogType: "drawer",
- column: [
- {
- label: '研发项目编号',
- prop: 'xmbh',
- span: 24,
- minWidth: 160,
- align: 'center',
- showOverflowTooltip: true,
- },
- {
- label: '研发项目名称',
- prop: 'xmmc',
- span: 24,
- minWidth: 160,
- align: 'center',
- search: true,
- showOverflowTooltip: true,
- },
- ],
- };
|