feat : 项目归档和分摊页面初始化
This commit is contained in:
@@ -60,29 +60,49 @@ const tableConfig = reactive({
|
||||
},
|
||||
{
|
||||
prop: 'projectType',
|
||||
label: '项目费用',
|
||||
label: '研发人员',
|
||||
align: 'center'
|
||||
},
|
||||
{
|
||||
prop: 'productMainBody',
|
||||
label: '研发阶段',
|
||||
label: '应发工资',
|
||||
align: 'center'
|
||||
},
|
||||
{
|
||||
prop: 'projectEffect',
|
||||
label: '摘要',
|
||||
label: '绩效',
|
||||
align: 'center'
|
||||
},
|
||||
{
|
||||
prop: 'survey',
|
||||
label: '税后余额(元)',
|
||||
label: '公积金',
|
||||
align: 'center'
|
||||
},{
|
||||
prop: 'survey',
|
||||
label: '社保',
|
||||
align: 'center'
|
||||
},{
|
||||
prop: 'survey',
|
||||
label: '年金',
|
||||
align: 'center'
|
||||
},{
|
||||
prop: 'survey',
|
||||
label: '工作日(天)',
|
||||
align: 'center'
|
||||
},{
|
||||
prop: 'survey',
|
||||
label: '研发工时(天)',
|
||||
align: 'center'
|
||||
},{
|
||||
prop: 'survey',
|
||||
label: '小计',
|
||||
align: 'center'
|
||||
}
|
||||
],
|
||||
api: '',
|
||||
params: {},
|
||||
btns: [
|
||||
{name: '生成分摊报表', key: '_export', color: '#DED0B2',auth: ''}
|
||||
{name: '上传分摊', key: '_export', color: '#DED0B2',auth: ''}
|
||||
]
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user