From 79f2032fde3d78b904ed082589d50849342a7398 Mon Sep 17 00:00:00 2001
From: odjbin <1042039504@qq.com>
Date: Wed, 15 May 2024 23:39:21 +0800
Subject: [PATCH] =?UTF-8?q?feat=20:=20=E9=A1=B9=E7=9B=AE=E5=BD=92=E6=A1=A3?=
=?UTF-8?q?=E5=92=8C=E5=88=86=E6=91=8A=E9=A1=B5=E9=9D=A2=E5=88=9D=E5=A7=8B?=
=?UTF-8?q?=E5=8C=96?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/project-management/filing/index.vue | 191 +++++++++++++++++-
.../implementation/share.vue | 30 ++-
2 files changed, 206 insertions(+), 15 deletions(-)
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: ''}
]
})