统计图修改
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
</span>
|
||||
<span slot="detailText" slot-scope="text,record">
|
||||
<span class="text" :title="text">
|
||||
{{text && text.length > 40?text.slice(0,39)+'...':text}}
|
||||
{{text && text.length > 30?text.slice(0,29)+'...':text}}
|
||||
</span>
|
||||
</span>
|
||||
</a-table>
|
||||
|
||||
@@ -34,7 +34,7 @@
|
||||
<a-row :gutter="24">
|
||||
<a-col :span="24">
|
||||
<div class='detail-box'>
|
||||
<span class='detail-text'>{{$t('authenticationimpact')}}</span>
|
||||
<span class='detail-text' style='width:300px'>{{$t('authenticationimpact')}}</span>
|
||||
<span class="title-text-text" :title="form.homologationImpact">
|
||||
{{form.homologationImpact}}</span>
|
||||
</div>
|
||||
|
||||
@@ -37,53 +37,54 @@
|
||||
<div class="box-content">
|
||||
<div class="box-content-left">
|
||||
<div id="main-top-Collect"></div>
|
||||
<div class='main-table'>
|
||||
<table border="1" cellspacing="0" class="table">
|
||||
<tr>
|
||||
<td width="150px" height="50px" align="center">{{$t('tobematched')}}</td>
|
||||
<td width="150px" height="50px" align="center">{{$t('Pendingapproval')}}</td>
|
||||
<td width="150px" height="50px" align="center">{{$t('lock')}}</td>
|
||||
<td width="150px" height="50px" align="center">{{$t('sendBack')}}</td>
|
||||
<!-- <td width="150px" height="50px" align="center">{{$t('notInvolved')}}</td>-->
|
||||
</tr>
|
||||
<tr>
|
||||
<td height="80px" align="center"><span style='color: #5087EC'>{{matchForm.to_be_matched}}</span></td>
|
||||
<td height="80px" align="center"><span style='color: #68BBC4'>{{matchForm.to_be_approved}}</span></td>
|
||||
<td height="80px" align="center"><span style='color: #58A55C'>{{matchForm.locked}}</span></td>
|
||||
<td height="80px" align="center"><span style='color: #F2BD42'>{{matchForm.rejected}}</span></td>
|
||||
<!--/* <td height="80px" align="center"><span style='color: #BBBBBB'>{{matchForm.a}}</span></td>*/-->
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="box-content">
|
||||
<div class="box-content-left">
|
||||
<div id="main-end-Collect"></div>
|
||||
<div class='main-table' style='padding:10% 0;margin-left: -61px;'>
|
||||
<table border="1" cellspacing="0" class="table">
|
||||
<tr>
|
||||
<td width="150px" height="50px" align="center">{{$t('Notatthe')}}</td>
|
||||
<td width="150px" height="50px" align="center">{{$t('inProgress')}}</td>
|
||||
<td width="150px" height="50px" align="center">{{$t('experimentPassed')}}</td>
|
||||
<td width="150px" height="50px" align="center">{{$t('experimentFailed')}}</td>
|
||||
<td width="190px" height="50px" align="center">{{$t('componentReportNotSubmitted')}}</td>
|
||||
<td width="190px" height="50px" align="center">{{$t('componentReportSubmitted')}}</td>
|
||||
<td width="190px" height="50px" align="center">{{$t('componentReportHasBeenStored')}}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td height="80px" align="center"><span style='color: #BBBBBB'>{{authenticationForm.Not_start}}</span></td>
|
||||
<td height="80px" align="center"><span style='color: #F2BD42'>{{authenticationForm.In_progress}}</span></td>
|
||||
<td height="80px" align="center"><span style='color: #68BBC4'>{{authenticationForm.Test_passed}}</span></td>
|
||||
<td height="80px" align="center"><span style='color: #D95040'>{{authenticationForm.Test_failed}}</span></td>
|
||||
<td height="80px" align="center"><span style='color: #BBBBBB'>{{authenticationForm.Component_report_not_submitted}}</span></td>
|
||||
<td height="80px" align="center"><span style='color: #68BBC4'>{{authenticationForm.Component_report_submitted}}</span></td>
|
||||
<td height="80px" align="center"><span style='color: #58A55C'>{{authenticationForm.Component_report_has_been_stored}}</span></td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
<!-- <div class='main-table'>-->
|
||||
<!-- <table border="1" cellspacing="0" class="table">-->
|
||||
<!-- <tr>-->
|
||||
<!-- <td width="150px" height="50px" align="center">{{$t('tobematched')}}</td>-->
|
||||
<!-- <td width="150px" height="50px" align="center">{{$t('Pendingapproval')}}</td>-->
|
||||
<!-- <td width="150px" height="50px" align="center">{{$t('lock')}}</td>-->
|
||||
<!-- <td width="150px" height="50px" align="center">{{$t('sendBack')}}</td>-->
|
||||
<!--<!– <td width="150px" height="50px" align="center">{{$t('notInvolved')}}</td>–>-->
|
||||
<!-- </tr>-->
|
||||
<!-- <tr>-->
|
||||
<!-- <td height="80px" align="center"><span style='color: #5087EC'>{{matchForm.to_be_matched}}</span></td>-->
|
||||
<!-- <td height="80px" align="center"><span style='color: #68BBC4'>{{matchForm.to_be_approved}}</span></td>-->
|
||||
<!-- <td height="80px" align="center"><span style='color: #58A55C'>{{matchForm.locked}}</span></td>-->
|
||||
<!-- <td height="80px" align="center"><span style='color: #F2BD42'>{{matchForm.rejected}}</span></td>-->
|
||||
<!--<!–/* <td height="80px" align="center"><span style='color: #BBBBBB'>{{matchForm.a}}</span></td>*/–>-->
|
||||
<!-- </tr>-->
|
||||
<!-- </table>-->
|
||||
<!-- </div>-->
|
||||
</div>
|
||||
</div>
|
||||
<!-- <div class="box-content">-->
|
||||
<!-- <div class="box-content-left">-->
|
||||
|
||||
<!-- <div class='main-table' style='padding:10% 0;margin-left: -61px;'>-->
|
||||
<!-- <table border="1" cellspacing="0" class="table">-->
|
||||
<!-- <tr>-->
|
||||
<!-- <td width="150px" height="50px" align="center">{{$t('Notatthe')}}</td>-->
|
||||
<!-- <td width="150px" height="50px" align="center">{{$t('inProgress')}}</td>-->
|
||||
<!-- <td width="150px" height="50px" align="center">{{$t('experimentPassed')}}</td>-->
|
||||
<!-- <td width="150px" height="50px" align="center">{{$t('experimentFailed')}}</td>-->
|
||||
<!-- <td width="190px" height="50px" align="center">{{$t('componentReportNotSubmitted')}}</td>-->
|
||||
<!-- <td width="190px" height="50px" align="center">{{$t('componentReportSubmitted')}}</td>-->
|
||||
<!-- <td width="190px" height="50px" align="center">{{$t('componentReportHasBeenStored')}}</td>-->
|
||||
<!-- </tr>-->
|
||||
<!-- <tr>-->
|
||||
<!-- <td height="80px" align="center"><span style='color: #BBBBBB'>{{authenticationForm.Not_start}}</span></td>-->
|
||||
<!-- <td height="80px" align="center"><span style='color: #F2BD42'>{{authenticationForm.In_progress}}</span></td>-->
|
||||
<!-- <td height="80px" align="center"><span style='color: #68BBC4'>{{authenticationForm.Test_passed}}</span></td>-->
|
||||
<!-- <td height="80px" align="center"><span style='color: #D95040'>{{authenticationForm.Test_failed}}</span></td>-->
|
||||
<!-- <td height="80px" align="center"><span style='color: #BBBBBB'>{{authenticationForm.Component_report_not_submitted}}</span></td>-->
|
||||
<!-- <td height="80px" align="center"><span style='color: #68BBC4'>{{authenticationForm.Component_report_submitted}}</span></td>-->
|
||||
<!-- <td height="80px" align="center"><span style='color: #58A55C'>{{authenticationForm.Component_report_has_been_stored}}</span></td>-->
|
||||
<!-- </tr>-->
|
||||
<!-- </table>-->
|
||||
<!-- </div>-->
|
||||
<!-- </div>-->
|
||||
<!-- </div>-->
|
||||
<!-- <responsibilityList @responsibility="responsibility" ref="responsibilityListRef"/>-->
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user