diff --git a/src/views/project-management/filing/index.vue b/src/views/project-management/filing/index.vue
index 54146d9..8fb2d83 100644
--- a/src/views/project-management/filing/index.vue
+++ b/src/views/project-management/filing/index.vue
@@ -1,15 +1,186 @@
-
- 项目归档
-
+
+
+
+
+
+
-
-
-
diff --git a/src/views/project-management/implementation/share.vue b/src/views/project-management/implementation/share.vue
index ea2988c..9a896d2 100644
--- a/src/views/project-management/implementation/share.vue
+++ b/src/views/project-management/implementation/share.vue
@@ -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: ''}
]
})