From 4e0024a45c561f4c71294595bd5262a2ca8cbe86 Mon Sep 17 00:00:00 2001
From: asd <374367073@qq.com>
Date: Mon, 25 May 2020 16:19:39 +0800
Subject: [PATCH] qqqwwwww
---
src/App.vue | 15 +
src/components/HeaderNav.vue | 5 +-
src/views/InformationQuery.vue | 4 +-
src/views/excutes/Excute.vue | 59 +--
src/views/excutes/Over.vue | 62 ++--
src/views/excutes/Post_pro.vue | 568 ++++++++++++++++++-----------
src/views/excutes/Submit_mid.vue | 328 +++--------------
src/views/home/HomePage.vue | 36 +-
src/views/personal/Collection.vue | 35 +-
src/views/personal/Collection1.vue | 8 +-
src/views/project/Appcationnew.vue | 100 +++--
src/views/project/Project.vue | 36 +-
src/views/project/Schedule.vue | 444 +++++++++++++++-------
src/views/socialcredit.vue | 39 +-
static/img/btg.png | Bin 3295 -> 3832 bytes
static/img/dsh.png | Bin 3265 -> 3764 bytes
static/img/shz.png | Bin 8061 -> 4780 bytes
static/img/tg.png | Bin 3447 -> 3937 bytes
static/img/wtj.png | Bin 19352 -> 3779 bytes
static/img/yjx.png | Bin 2472 -> 19381 bytes
static/img/zxz.png | Bin 7620 -> 20693 bytes
21 files changed, 963 insertions(+), 776 deletions(-)
diff --git a/src/App.vue b/src/App.vue
index 40d4ebc..65cd8b4 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -23,6 +23,9 @@ export default {
diff --git a/src/components/HeaderNav.vue b/src/components/HeaderNav.vue
index 5aad505..bf173f5 100644
--- a/src/components/HeaderNav.vue
+++ b/src/components/HeaderNav.vue
@@ -119,14 +119,15 @@ export default {
cursor: pointer;
&:last-child {
- width: 120px;
+ // width: 120px;
+ width: 180px;
display: flex;
align-items: center;
.three {
text-align: right;
display: inline-block;
- width: 58px;
+ width: 115px;
overflow: hidden;
text-overflow: ellipsis;
word-break: keep-all;
diff --git a/src/views/InformationQuery.vue b/src/views/InformationQuery.vue
index 256dbf2..668046f 100644
--- a/src/views/InformationQuery.vue
+++ b/src/views/InformationQuery.vue
@@ -65,7 +65,7 @@
:class="index % 2 == 0 ? 'bgcbz' : 'bgcz'"
class="tr"
>
-
{{ info.name }} |
+ {{ info.name }} |
{{ info.unicode }} |
{{ info.society_type }} |
{{ info.legal_person }} |
@@ -313,7 +313,7 @@ export default {
},
handleSizeChange (val) {
this.pageSize = val
- this.getPackData()
+ this.getData()
},
handleCurrentChange (val) {
this.currentPage = val
diff --git a/src/views/excutes/Excute.vue b/src/views/excutes/Excute.vue
index 79a4d8c..60b1238 100644
--- a/src/views/excutes/Excute.vue
+++ b/src/views/excutes/Excute.vue
@@ -6,14 +6,16 @@
diff --git a/src/views/excutes/Over.vue b/src/views/excutes/Over.vue
index eca95a2..da81c0c 100644
--- a/src/views/excutes/Over.vue
+++ b/src/views/excutes/Over.vue
@@ -7,18 +7,21 @@
一、项目申报书
{{over.probook?over.probook.split('/')[8]:'未上传'}}
- 预览
+
+ {{over.probook.split('/')[8].split('.')[1] == 'pdf'||over.probook.split('/')[8].split('.')[1] == 'jpeg'||over.probook.split('/')[8].split('.')[1] == 'png'||over.probook.split('/')[8].split('.')[1] == 'jpg'?'预览':'下载'}}
二、立项批复文件
{{over.fangan?over.fangan.split('/')[8]:'未上传'}}
- 预览
+
+ {{over.fangan.split('/')[8].split('.')[1] == 'pdf'||over.fangan.split('/')[8].split('.')[1] == 'jpeg'||over.fangan.split('/')[8].split('.')[1] == 'png'||over.fangan.split('/')[8].split('.')[1] == 'jpg'?'预览':'下载'}}
三、实施方案
- {{over.fangan?over.fangan.split('/')[8]:'未上传'}}
- 预览
+ {{over.fangan?over.fangan.split('/')[8]:'未上传'}}
+
+ {{over.fangan.split('/')[8].split('.')[1] == 'pdf'||over.fangan.split('/')[8].split('.')[1] == 'jpeg'||over.fangan.split('/')[8].split('.')[1] == 'png'||over.fangan.split('/')[8].split('.')[1] == 'jpg'?'预览':'下载'}}
四、项目实施各阶段情况报告(月度报告)
+
- {{over.pro_condition?over.pro_condition.split('/')[8]:'未上传'}}
+
+
{{over.fina?over.fina.split('/')[8]:'未上传'}}
- 下载 |
- 预览
+ {{over.fina.split('/')[8].split('.')[1] == 'pdf'||over.fina.split('/')[8].split('.')[1] == 'jpeg'||over.fina.split('/')[8].split('.')[1] == 'png'||over.fina.split('/')[8].split('.')[1] == 'jpg'?'预览':'下载'}}
+
+
七、会议活动相关资料(通知、议程、参加人员名单及签到表、现场照片或视频、会议纪要、活动总结报告、媒体报道、满意度测评表及报告等)
{{item.elereport?item.elereport.split('/')[8]:'未上传'}}
- 下载 |
- 预览
+ {{item.elereport.split('/')[8].split('.')[1] == 'pdf'||item.elereport.split('/')[8].split('.')[1] == 'jpeg'||item.elereport.split('/')[8].split('.')[1] == 'png'||item.elereport.split('/')[8].split('.')[1] == 'jpg'?'预览':'下载'}}
+
diff --git a/src/views/excutes/Post_pro.vue b/src/views/excutes/Post_pro.vue
index 62aedc4..047338b 100644
--- a/src/views/excutes/Post_pro.vue
+++ b/src/views/excutes/Post_pro.vue
@@ -4,29 +4,47 @@
-
*一、项目申报书
+
+ *一、项目申报书
+
{{shili? shili.split('_')[0]+''+(shili.split('_')[0].includes('.')?'':'.'+shili.split('.')[1]):"未上传"}}
- 预览
+ {{getpros.probook.split('/')[8].split('.')[1] == 'pdf'||getpros.probook.split('/')[8].split('.')[1] == 'jpeg'||getpros.probook.split('/')[8].split('.')[1] == 'png'||getpros.probook.split('/')[8].split('.')[1] == 'jpg'?'预览':'下载'}}
-
*二、立项批复文件
+
+ *二、立项批复文件
+
{{shili1? shili1.split('_')[0]+''+(shili1.split('_')[0].includes('.')?'':'.'+shili1.split('.')[1]):"未上传"}}
- 预览
+ {{getpros.pifu.split('/')[8].split('.')[1] == 'pdf'||getpros.pifu.split('/')[8].split('.')[1] == 'jpeg'||getpros.pifu.split('/')[8].split('.')[1] == 'png'||getpros.probook.split('/')[8].split('.')[1] == 'jpg'?'预览':'下载'}}
-
*三、实施方案
+
+ *三、实施方案
+
{{shili2? shili2.split('_')[0]+''+(shili2.split('_')[0].includes('.')?'':'.'+shili2.split('.')[1]):"未上传"}}
- 预览
+ {{getpros.fangan.split('/')[8].split('.')[1] == 'pdf'||getpros.fangan.split('/')[8].split('.')[1] == 'jpeg'||getpros.fangan.split('/')[8].split('.')[1] == 'png'||getpros.fangan.split('/')[8].split('.')[1] == 'jpg'?'预览':'下载'}}
-
* 四、街道(地区办事处)关于2019年社会建设资金购买社会组织服务结项材料的说明
+
+ * 四、街道(地区办事处)关于2019年社会建设资金购买社会组织服务结项材料的说明
+
-
* 五、项目实施各阶段情况报告
+
+ * 五、项目实施各阶段情况报告
+
+月工作报表
-
+