const budgetList = () => { return [{ type: 'count', id: '', budgetId: '', budgetName: '一、来源预算合计', totalBudget: 0.00, govBudget: 0.00, unitBudget: 0.00, remark: '', // 数据总和来源 source: [1,2], disabled: '' }, { type: 'ins', id: '', budgetId: '', budgetName: '(一)市卫健委科技经费', totalBudget: 0.00, govBudget: 0.00, unitBudget: 0.00, remark: '', // 数据总和来源 source: [], disabled: 'govBudget' }, { type: 'ins', id: '', budgetId: '', budgetName: '(二)单位自筹经费', totalBudget: 0.00, govBudget: 0.00, unitBudget: 0.00, remark: '', // 数据总和来源 source: [], disabled: 'unitBudget' }, { type: 'count', id: '', budgetId: '', budgetName: '二、支出预算合计', totalBudget: 0.00, govBudget: 0.00, unitBudget: 0.00, remark: '', // 数据总和来源 source: [4, 5, 6, 7, 8, 9, 10, 11, 12, 13], disabled: '' }, { type: 'ins', id: '', budgetId: '', budgetName: '(一)材料费', totalBudget: 0.00, govBudget: 0.00, unitBudget: 0.00, remark: '', // 数据总和来源 source: [], disabled: '' }, { type: 'ins', id: '', budgetId: '', budgetName: '(二)测试化验加工费', totalBudget: 0.00, govBudget: 0.00, unitBudget: 0.00, remark: '', // 数据总和来源 source: [], disabled: '' }, { type: 'ins', id: '', budgetId: '', budgetName: '(三)差旅费', totalBudget: 0.00, govBudget: 0.00, unitBudget: 0.00, remark: '', // 数据总和来源 source: [], disabled: '' }, { type: 'ins', id: '', budgetId: '', budgetName: '(四)会议费', totalBudget: 0.00, govBudget: 0.00, unitBudget: 0.00, remark: '', // 数据总和来源 source: [], disabled: '' }, { type: 'ins', id: '', budgetId: '', budgetName: '(五)培训费', totalBudget: 0.00, govBudget: 0.00, unitBudget: 0.00, remark: '', // 数据总和来源 source: [], disabled: '' }, { type: 'ins', id: '', budgetId: '', budgetName: '(六)出版/文献/信息传播/知识产权事务费及翻译费', totalBudget: 0.00, govBudget: 0.00, unitBudget: 0.00, remark: '', // 数据总和来源 source: [], disabled: '' }, { type: 'ins', id: '', budgetId: '', budgetName: '(七)专家咨询费', totalBudget: 0.00, govBudget: 0.00, unitBudget: 0.00, remark: '', // 数据总和来源 source: [], disabled: '' }, { type: 'ins', id: '', budgetId: '', budgetName: '(八)劳务费', totalBudget: 0.00, govBudget: 0.00, unitBudget: 0.00, remark: '', // 数据总和来源 source: [], disabled: '' }, { type: 'ins', id: '', budgetId: '', budgetName: '(九)管理费', totalBudget: 0.00, govBudget: 0.00, unitBudget: 0.00, remark: '', // 数据总和来源 source: [], disabled: '' }, { type: 'ins', id: '', budgetId: '', budgetName: '(十)其他费用', totalBudget: 0.00, govBudget: 0.00, unitBudget: 0.00, remark: '', // 数据总和来源 source: [], disabled: '' }] } export { budgetList }