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')}}
-
- - {{$t('viewFile')}} +
+ + {{$t('viewFile')}}
@@ -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 @@