1.修改三期优化点

This commit is contained in:
sunFlower
2022-09-27 15:17:54 +08:00
parent ae30f93f8a
commit 87ab49edd1
2 changed files with 96 additions and 21 deletions
@@ -8,15 +8,21 @@
<!-- </span>--> <!-- </span>-->
{{$route.query.serialNumber +' '+$t('regulatoryTechnicalEvaluationResults')}} {{$route.query.serialNumber +' '+$t('regulatoryTechnicalEvaluationResults')}}
</div> </div>
<div class="doc-detail-right">
<div @click="CurrentStandard" class="operator-text-text" :title="$t('initiateSupplementaryProcess')">
<a-icon type="profile" />
{{$t('initiateSupplementaryProcess')}}
</div>
</div>
</div> </div>
<div style="padding-top: 68px;background: #fff"> <div style="padding-top: 68px;background: #fff">
<div class="detail-content"> <div class="detail-content">
<div class="content-box"> <div class="content-box">
<div class="header-text"> <!-- <div class="header-text">-->
<a-button class="box-button-top" type="primary" @click="CurrentStandard"> <!-- <a-button class="box-button-top" type="primary" @click="CurrentStandard">-->
{{$t('initiateSupplementaryProcess')}} <!-- {{$t('initiateSupplementaryProcess')}}-->
</a-button> <!-- </a-button>-->
</div> <!-- </div>-->
<div class="processBackground-text"> <div class="processBackground-text">
<span style="font-size: 16px;font-weight: 400;color: #000F16;"> {{$t('processBackground')}}:</span> <span style="font-size: 16px;font-weight: 400;color: #000F16;"> {{$t('processBackground')}}:</span>
{{$route.query.processBackground}} {{$route.query.processBackground}}
@@ -327,7 +333,7 @@
} }
.doc-detail-right { .doc-detail-right {
width: 800px; /*width: 800px;*/
line-height: 68px; line-height: 68px;
display: flex; display: flex;
@@ -353,6 +359,7 @@
.processBackground-text { .processBackground-text {
font-size: 16px; font-size: 16px;
color: #000F16; color: #000F16;
margin-top: 16px;
} }
} }
} }
@@ -432,6 +439,18 @@
::v-deep .ant-table-body { ::v-deep .ant-table-body {
background: transparent !important; background: transparent !important;
} }
.operator-text-text {
cursor: pointer;
margin-right: 23px;
font-size: 14px;
font-weight: 400;
color: #040B29;
display: inline-block;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
text-align: right;
}
</style> </style>
<style> <style>
.box-clause .ant-card-body { .box-clause .ant-card-body {
@@ -8,15 +8,21 @@
<!-- </span>--> <!-- </span>-->
{{$route.query.serialNumber +' '+$t('regulatoryTechnicalEvaluationResults')}} {{$route.query.serialNumber +' '+$t('regulatoryTechnicalEvaluationResults')}}
</div> </div>
<div class="doc-detail-right">
<div @click="CurrentStandard" class="operator-text-text" :title="$t('initiateSupplementaryProcess')">
<a-icon type="profile"/>
{{$t('initiateSupplementaryProcess')}}
</div>
</div>
</div> </div>
<div style="padding-top: 68px;background: #fff"> <div style="padding-top: 68px;background: #fff">
<div class="detail-content"> <div class="detail-content">
<div class="content-box"> <div class="content-box">
<div class="header-text"> <!-- <div class="header-text">-->
<a-button class="box-button-top" type="primary" @click="CurrentStandard"> <!-- <a-button class="box-button-top" type="primary" @click="CurrentStandard">-->
{{$t('initiateSupplementaryProcess')}} <!-- {{$t('initiateSupplementaryProcess')}}-->
</a-button> <!-- </a-button>-->
</div> <!-- </div>-->
<div class="processBackground-text"> <div class="processBackground-text">
<span style="font-size: 16px;font-weight: 400;color: #000F16;"> {{$t('processBackground')}}:</span> <span style="font-size: 16px;font-weight: 400;color: #000F16;"> {{$t('processBackground')}}:</span>
{{$route.query.processBackground}} {{$route.query.processBackground}}
@@ -24,18 +30,24 @@
<!-- <div class="header-text">--> <!-- <div class="header-text">-->
<!-- {{$t('engineerFeedbackResults')}}--> <!-- {{$t('engineerFeedbackResults')}}-->
<!-- </div>--> <!-- </div>-->
<a-card :bordered="false" class="box-clause" style="margin-top: 20px" v-for="(item,index) in dataSource"> <a-card :bordered="false" class="box-clause" style="margin-top: 20px"
<div class="table-operator" v-if="item.id"> v-for="(item,index) in dataSource">
<div class="operator-text" style="float: left;font-size: 16px"> <div class="table-operator-admin">
<div class="operator-text" v-if="item.id" :class="{'operator-text-feed':index == 0 ? true:false}"
style="font-size: 16px">
{{$t('engineer')+item.createBy+$t('feedbackResults')}} {{$t('engineer')+item.createBy+$t('feedbackResults')}}
</div> </div>
<div @click="fileExportClick" v-if="index == 0" class="operator-text"> <div class="text-results" v-if="item.id">
{{$t('complianceResults')}}{{item.complianceResultName}}
</div>
</div>
<div class="table-operator-admin-right">
<div @click="fileExportClick" v-if="index == 0" class="operator-text-index">
<a-icon type="export" :rotate="-90"/> <a-icon type="export" :rotate="-90"/>
{{$t('fileExport')}} {{$t('fileExport')}}
</div> </div>
</div>
<div>
<a-table <a-table
style="margin-left: 18px"
ref="table" ref="table"
size="middle" size="middle"
:loading="loading" :loading="loading"
@@ -52,9 +64,6 @@
</span> </span>
</a-table> </a-table>
</div> </div>
<div class="text-results">
{{$t('complianceResults')}}{{item.complianceResultName}}
</div>
</a-card> </a-card>
</div> </div>
</div> </div>
@@ -91,6 +100,7 @@
title: this.$t('relevantSections'), title: this.$t('relevantSections'),
dataIndex: 'relatedSection', dataIndex: 'relatedSection',
align: 'center', align: 'center',
width: 160,
ellipsis: true ellipsis: true
}, },
{ {
@@ -103,6 +113,7 @@
title: this.$t('enclosure'), title: this.$t('enclosure'),
dataIndex: 'accessoryFile', dataIndex: 'accessoryFile',
align: 'center', align: 'center',
width: 160,
ellipsis: true, ellipsis: true,
scopedSlots: { customRender: 'accessoryFile' } scopedSlots: { customRender: 'accessoryFile' }
} }
@@ -197,7 +208,7 @@
} }
.doc-detail-right { .doc-detail-right {
width: 800px; /*width: 800px;*/
line-height: 68px; line-height: 68px;
display: flex; display: flex;
@@ -223,6 +234,7 @@
.processBackground-text { .processBackground-text {
font-size: 16px; font-size: 16px;
color: #000F16; color: #000F16;
margin-top: 16px;
} }
} }
} }
@@ -284,6 +296,50 @@
.text-results { .text-results {
font-size: 14px; font-size: 14px;
margin-top: 10px; margin-top: 10px;
display: inline-block;
}
.operator-text-text {
cursor: pointer;
margin-right: 23px;
font-size: 14px;
font-weight: 400;
color: #040B29;
display: inline-block;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
text-align: right;
}
.table-operator-admin {
width: 240px;
float: left;
padding: 0.1px;
}
.table-operator-admin-right {
float: left;
width: calc(100% - 240px);
text-align: right;
border-left: 1px solid #e8e8e8;
}
.operator-text-index {
cursor: pointer;
margin-right: 13px;
font-size: 14px;
font-weight: 400;
color: #040B29;
display: inline-block;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
text-align: right;
}
.operator-text-feed {
margin-top: 27px;
} }
</style> </style>
<style> <style>