法规清单责任确认截止时间回显
This commit is contained in:
@@ -379,7 +379,7 @@
|
|||||||
</span>
|
</span>
|
||||||
<div slot="CertificationProgress" slot-scope="text,result">
|
<div slot="CertificationProgress" slot-scope="text,result">
|
||||||
<span class="box-content-Progress box-content-cou"
|
<span class="box-content-Progress box-content-cou"
|
||||||
:style="{'width':long=='zh-cn'?'88px' : '108px'}"
|
:style="{'width':long=='zh-cn'?'116px' : '148px'}"
|
||||||
:class="CertificationColor[result.certificationProgress]"
|
:class="CertificationColor[result.certificationProgress]"
|
||||||
@click="CertificationProgressClick(result)"
|
@click="CertificationProgressClick(result)"
|
||||||
>
|
>
|
||||||
@@ -548,7 +548,10 @@
|
|||||||
'Test failed': 'nonConformityColor',
|
'Test failed': 'nonConformityColor',
|
||||||
'In progress': 'TrackedColor',
|
'In progress': 'TrackedColor',
|
||||||
'NA': 'notInvolvedColor',
|
'NA': 'notInvolvedColor',
|
||||||
'Not start': 'submittedColor'
|
'Not start': 'submittedColor',
|
||||||
|
'25181c5a4c044001b4beca539c77a5c8':'accordColor',
|
||||||
|
'0a384b5475554ae8886b950730a3bff7':'accordColor',
|
||||||
|
'7cba3c71fd24421eade54c685e3b4444':'TrackedColor',
|
||||||
},
|
},
|
||||||
fieldList: [
|
fieldList: [
|
||||||
{
|
{
|
||||||
@@ -767,7 +770,7 @@
|
|||||||
title: this.$t('CertificationProgress'),
|
title: this.$t('CertificationProgress'),
|
||||||
align: 'left',
|
align: 'left',
|
||||||
dataIndex: 'certificationProgress',
|
dataIndex: 'certificationProgress',
|
||||||
width: 180,
|
width: localStorage.getItem('language') == 'zh-cn' ? 180 : 200,
|
||||||
ellipsis: true,
|
ellipsis: true,
|
||||||
scopedSlots: { customRender: 'CertificationProgress' }
|
scopedSlots: { customRender: 'CertificationProgress' }
|
||||||
},
|
},
|
||||||
@@ -2312,6 +2315,10 @@
|
|||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
background: #f1f3f5;
|
background: #f1f3f5;
|
||||||
color: #919399;
|
color: #919399;
|
||||||
|
padding: 0 8px;
|
||||||
|
overflow: hidden;
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
.box-content-cou {
|
.box-content-cou {
|
||||||
|
|||||||
Reference in New Issue
Block a user