export default { height: 'auto', calcHeight: 30, tip: false, searchShow: true, searchMenuSpan: 6, border: true, index: true, addBtn: false, menu: false, selection: false, searchLabelWidth: 140, labelWidth: 140, menuWidth: 220, dialogClickModal: false, dialogWidth: 760, dialogType: "drawer", column: [ { label: '研发项目编号', prop: 'xmbh', type: 'input', width: 100, align: 'center', search: true, showOverflowTooltip: true, }, { label: '研发项目名称', prop: 'xmmc', type: 'input', width: 160, search: true, showOverflowTooltip: true, }, { label: '项目开始时间', prop: 'xmkssj', type: 'date', valueFormat: 'yyyy-MM-dd', width: 120, align: 'center', showOverflowTooltip: true, }, { label: '项目结束时间', prop: 'xmjssj', type: 'date', valueFormat: 'yyyy-MM-dd', width: 120, align: 'center', showOverflowTooltip: true, }, { label: '项目负责人', prop: 'xmfzrxm', type: 'input', width: 100, align: 'center', search: true, showOverflowTooltip: true, }, { label: '项目申请单位', prop: 'xmsqdw', width: 120, align: 'center', search: true, showOverflowTooltip: true, }, { label: '项目状态', prop: 'status', type: 'select', width: 90, align: 'center', search: true, showOverflowTooltip: true, dicUrl: '/api/kd-system/dict/dictionary?code=project_state_all', props: { label: 'dictValue', value: 'dictKey', }, // dicFormatter: res => { // let list = res.data; // list.unshift({ dictKey: 0, dictValue: '草稿' }); // return list; // } }, { label: '项目报告进度', align: 'center', display: false, children: [{ label: '立项报告', prop: 'lxbg', type: 'number', width: 90, align: 'center', showOverflowTooltip: true, }, { label: '阶段性报告', prop: 'jdxbg', type: 'number', width: 105, align: 'center', showOverflowTooltip: true, }, { label: '验收报告', prop: 'ysbg', type: 'number', width: 90, align: 'center', showOverflowTooltip: true, }] }, { label: '项目费用进度', align: 'center', display: false, children: [{ label: '全周期', align: 'center', display: false, children: [{ label: '总预算(万元)', prop: 'xmysze', type: 'number', width: 100, align: 'center', showOverflowTooltip: true, }, { label: '全周期已归集(万元)', prop: 'qzqygj', type: 'number', width: 130, align: 'center', showOverflowTooltip: true, }, { label: '总预算完成率(%)', prop: 'zyswcl', type: 'number', width: 120, align: 'center', showOverflowTooltip: true, }] }, { label: '本年度', align: 'center', display: false, children: [{ label: '年度预算(万元)', prop: 'xmyszeCurrentYear', type: 'number', width: 105, align: 'center', showOverflowTooltip: true, }, { label: '年度已归集研发费用(万元)', prop: 'ndygjyffy', type: 'number', width: 165, align: 'center', showOverflowTooltip: true, }] }] }, { label: '项目成果情况(数量)', align: 'center', display: false, children: [{ label: '专利', align: 'center', display: false, children: [{ label: '发明专利', prop: 'fmzlCount', type: 'number', width: 70, align: 'center', showOverflowTooltip: true, }, { label: '实用新型专利', prop: 'syxxzlCount', type: 'number', width: 100, align: 'center', showOverflowTooltip: true, }] }, { label: '软著', prop: 'rzCount', type: 'number', width: 50, align: 'center', showOverflowTooltip: true, }, { label: '标准', prop: 'bzCount', type: 'number', width: 50, align: 'center', showOverflowTooltip: true, }, { label: '论文', prop: 'lwCount', type: 'number', width: 50, align: 'center', showOverflowTooltip: true, }, { label: '其他', prop: 'qtCount', type: 'number', width: 50, align: 'center', showOverflowTooltip: true, }] }, { label: '委外支出金额(万元)', prop: 'wwAmount', type: 'number', width: 100, align: 'center', showOverflowTooltip: true, } ], };