export default { height: 'auto', calcHeight: 30, tip: false, searchShow: true, searchMenuSpan: 6, border: true, index: true, addBtn: false, menu: false, selection: true, searchLabelWidth: 140, labelWidth: 140, menuWidth: 290, dialogClickModal: false, dialogWidth: 500, dialogType: "drawer", column: [ { label: '月份', prop: 'yearAndMonth', span: 24, width: 60, align: 'center', showOverflowTooltip: true, }, { label: '研发项目编号', prop: 'xmbh', span: 24, width: 100, align: 'center', showOverflowTooltip: true, }, { label: '研发项目名称', prop: 'xmbh', span: 24, width: 120, search: true, showOverflowTooltip: true, }, { label: '资产编号', prop: 'zcbm', type: 'input', span: 24, width: 100, align: 'center', showOverflowTooltip: true, }, { label: '无形资产名称', prop: 'zcmc', type: 'input', span: 24, minWidth: 120, search: true, showOverflowTooltip: true, }, { label: '资产类别', prop: 'zclb', type: 'select', dicUrl: '/api/kd-system/dict-biz/dictionary?code=zclb', props: { label: 'dictValue', value: 'dictKey', }, span: 24, width: 90, align: 'center', showOverflowTooltip: true, search: true, }, { label: '功率', prop: 'gl', type: 'number', span: 24, width: 60, align: 'center', showOverflowTooltip: true, display: true }, { label: '用途', prop: 'yt', type: 'select', dicUrl: '/api/kd-system/dict-biz/dictionary?code=zcyt', props: { label: 'dictValue', value: 'dictKey', }, search: true, span: 24, width: 65, align: 'center', showOverflowTooltip: true, }, { label: '资产原值(元)', prop: 'zcyz', type: 'number', span: 24, width: 90, align: 'center', search: true, showOverflowTooltip: true, }, { label: '净残值(%)', prop: 'jcz', type: 'number', span: 24, width: 70, align: 'center', search: true, showOverflowTooltip: true, }, { label: '月摊销额(每节点/套)(K)', prop: 'ytxe', type: 'number', span: 24, minWidth: 110, align: 'center', search: true, showOverflowTooltip: true, }, { label: '月使用工时(L)', prop: 'ysygs', type: 'number', span: 24, minWidth: 90, align: 'center', search: true, showOverflowTooltip: true, }, { label: '月研发工时(M)', prop: 'yyfgs', type: 'number', span: 24, minWidth: 90, align: 'center', search: true, showOverflowTooltip: true, }, { label: '研发分摊率(%)(N)', prop: 'yzje', type: 'number', span: 24, minWidth: 90, align: 'center', showOverflowTooltip: true, }, { label: '研发摊销', prop: 'yzje', type: 'number', span: 24, minWidth: 90, align: 'center', showOverflowTooltip: true, }, ], };