From b5b214099f009fe7f4878d779e1c246aab742b56 Mon Sep 17 00:00:00 2001
From: sunFlower <787203167@qq.com>
Date: Fri, 13 Jan 2023 14:09:23 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=AF=84=E4=BC=B0=E7=BB=93?=
=?UTF-8?q?=E6=9E=9C=E7=9A=84=E9=A1=B5=E9=9D=A2=E5=B8=83=E5=B1=80?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../components/evaluationResultsList.vue | 31 ++++++++++++-------
.../views/documentManage/collection/index.vue | 25 +++++++++------
.../regulationsKanban/components/addModel.vue | 12 +++++--
3 files changed, 44 insertions(+), 24 deletions(-)
diff --git a/jero-web/src/views/businessSupport/collectionOfRegulatoryOpinions/components/evaluationResultsList.vue b/jero-web/src/views/businessSupport/collectionOfRegulatoryOpinions/components/evaluationResultsList.vue
index 674fb5c81..18c98e03a 100644
--- a/jero-web/src/views/businessSupport/collectionOfRegulatoryOpinions/components/evaluationResultsList.vue
+++ b/jero-web/src/views/businessSupport/collectionOfRegulatoryOpinions/components/evaluationResultsList.vue
@@ -56,14 +56,14 @@
{{$t('filingExternalOpinions')}}:
-
- {{$t('clickUpload')}}
+ v-if="formInline.createBy == this.userInfoQuery.username" class="operator-text-index">
+
+ {{$t('clickUpload')}}
-
@@ -94,10 +94,10 @@
total: 0,
pageSize: 10,
pageNo: 1,
- flag:false,
+ flag: false,
dataSource: [],
formInline: {},
- administrators:false,
+ administrators: false,
userInfoQuery: {},
columns: [
{
@@ -164,8 +164,11 @@
}
})
}
- getAction('/project/projectUserPermission/hasProcessControlButton', {type: 'LawsOpinionGather',id : this.$route.query.id}).then((res) => {
- this.flag = res
+ getAction('/project/projectUserPermission/hasProcessControlButton', {
+ type: 'LawsOpinionGather',
+ id: this.$route.query.id
+ }).then((res) => {
+ this.flag = res
})
},
methods: {
@@ -215,7 +218,7 @@
actiProcInstId: this.actiProcInstId
}
downloadFile('/lawsOpinionGather/lawsOpinionAssessmentResultEO/exportXls',
- this.$route.query.serialNumber+ ' ' +this.$t('evaluationResults') + '.zip', query)
+ this.$route.query.serialNumber + ' ' + this.$t('evaluationResults') + '.zip', query)
},
getData() {
this.formInline = JSON.parse(JSON.stringify(this.$route.query))
@@ -381,4 +384,10 @@
overflow: hidden;
text-align: right;
}
+
+ .operator-text-index {
+ display: inline-block;
+ /*margin-right: 16px;*/
+ margin-left: 16px;
+ }
\ No newline at end of file
diff --git a/jero-web/src/views/documentManage/collection/index.vue b/jero-web/src/views/documentManage/collection/index.vue
index 5d9532bcd..ead524a18 100644
--- a/jero-web/src/views/documentManage/collection/index.vue
+++ b/jero-web/src/views/documentManage/collection/index.vue
@@ -102,15 +102,16 @@