UI界面变更-未符合项跟踪-法规符合性看板

This commit is contained in:
刘彦泽
2022-12-28 17:34:35 +08:00
parent e618da8108
commit c1a32e7ef8
6 changed files with 60 additions and 46 deletions
@@ -156,7 +156,7 @@ export default {
columns: [
{
title: this.$t('NiONumber'),
align: 'center',
align: 'left',
width: 130,
dataIndex: 'nioNumber',
sorter: true,
@@ -164,35 +164,35 @@ export default {
},
{
title: this.$t('ParameterName'),
align: 'center',
align: 'left',
dataIndex: 'paramsName',
width: 160,
ellipsis: true,
},
{
title: this.$t('ParameterDescription'),
align: 'center',
align: 'left',
dataIndex: 'description',
ellipsis: true,
// scopedSlots: { customRender: 'titleName' }
},
{
title: this.$t('areaOfResponsibility'),
align: 'center',
align: 'left',
dataIndex: 'dutyTerritory_dictText',
width: 150,
ellipsis: true,
},
{
title: this.$t('created'),
align: 'center',
align: 'left',
dataIndex: 'createTime',
width: 180,
ellipsis: true,
},
{
title: this.$t('operation'),
align: 'center',
align: 'left',
fixed: 'right',
width: 120,
scopedSlots: { customRender: 'operation' }
@@ -202,55 +202,55 @@
columns: [
{
title: this.$t('standard'),
align: 'center',
align: 'left',
dataIndex: 'serialNumber',
width: 170,
scopedSlots: { customRender: 'standard' }
},
{
title: this.$t('title'),
align: 'center',
align: 'left',
dataIndex: 'title',
width: 170,
scopedSlots: { customRender: 'standard' }
},
{
title: this.$t('ProcessType'),
align: 'center',
align: 'left',
dataIndex: 'flowType',
width: 180,
ellipsis: true
},
{
title: this.$t('areaOfResponsibility'),
align: 'center',
align: 'left',
dataIndex: 'dutyTerritory',
width: 180,
ellipsis: true
},
{
title: this.$t('RelatedItems'),
align: 'center',
align: 'left',
dataIndex: 'projectName',
width: 180,
ellipsis: true
},
{
title: this.$t('problemType'),
align: 'center',
align: 'left',
dataIndex: 'problemType',
width: 140,
ellipsis: true
},
{
title: this.$t('Sponsor'),
align: 'center',
align: 'left',
dataIndex: 'initiator',
width: 140
},
{
title: this.$t('personLiable'),
align: 'center',
align: 'left',
dataIndex: 'duty',
width: 140
}
@@ -67,61 +67,61 @@
columns: [
{
title: this.$t('entryName'),
align: 'center',
align: 'left',
dataIndex: 'projectName',
width: 180,
ellipsis: true
},
{
title: this.$t('targetMarket'),
align: 'center',
align: 'left',
dataIndex: 'targetMarket',
width: 180,
ellipsis: true
},
{
align: 'center',
align: 'left',
dataIndex: 'projectStatus',
scopedSlots: { title: 'projectStatusTitle' },
width: 240,
ellipsis: true
},
{
align: 'center',
align: 'left',
dataIndex: 'certificationProgress',
width: 380,
ellipsis: true,
scopedSlots: { title: 'CertificationProgressTitle' }
},
{
align: 'center',
align: 'left',
dataIndex: 'inventory',
width: 340,
ellipsis: true,
scopedSlots: { title: 'listConfirmationStatusTitle' }
},
{
align: 'center',
align: 'left',
dataIndex: 'task',
width: 340,
ellipsis: true,
scopedSlots: { title: 'taskAffirmStatusTitle' }
},
{
align: 'center',
align: 'left',
dataIndex: 'design',
width: 440,
scopedSlots: { title: 'designComplianceReviewTitle' }
},
{
dataIndex: 'pre',
align: 'center',
align: 'left',
width: 440,
scopedSlots: { title: 'preHomeConfirmationTitle' }
},
{
dataIndex: 'verify',
align: 'center',
align: 'left',
width: 440,
scopedSlots: { title: 'verificationComplianceReviewTitle' }
}
@@ -229,4 +229,8 @@
::v-deep .ant-table-body {
background: transparent!important;
}
/deep/.ant-table-column-title{
font-weight: bold!important;
}
</style>
@@ -23,7 +23,7 @@
:triggerChange="false" :dictCode="'region'"/>
</div>
</a-col>
<span style="float: right;overflow: hidden;margin-right: 11px" class="table-page-search-submitButtons">
<span style="float: right;overflow: hidden;" class="table-page-search-submitButtons">
<a-col :md="6" :sm="24">
<a-button class="box-button" type="primary" @click="searchQuery">{{$t('query')}}</a-button>
<a-button class="box-button" style="margin-left: 8px" @click="searchReset">{{$t('reset')}}</a-button>
@@ -174,7 +174,7 @@
columns: [
{
title: this.$t('entryName'),
align: 'center',
align: 'left',
dataIndex: 'projectName',
scopedSlots: { customRender: 'projectName' },
width: 180,
@@ -182,54 +182,54 @@
},
{
title: this.$t('targetMarket'),
align: 'center',
align: 'left',
dataIndex: 'targetMarket',
width: 180,
ellipsis: true
},
{
align: 'center',
align: 'left',
dataIndex: 'projectStatus',
scopedSlots: { title: 'projectStatusTitle' },
width: 240,
ellipsis: true
},
{
align: 'center',
align: 'left',
dataIndex: 'certificationProgress',
width: 380,
ellipsis: true,
scopedSlots: { title: 'CertificationProgressTitle' }
},
{
align: 'center',
align: 'left',
dataIndex: 'inventory',
width: 340,
ellipsis: true,
scopedSlots: { title: 'listConfirmationStatusTitle' }
},
{
align: 'center',
align: 'left',
dataIndex: 'task',
width: 340,
ellipsis: true,
scopedSlots: { title: 'taskAffirmStatusTitle' }
},
{
align: 'center',
align: 'left',
dataIndex: 'design',
width: 440,
scopedSlots: { title: 'designComplianceReviewTitle' }
},
{
dataIndex: 'pre',
align: 'center',
align: 'left',
width: 440,
scopedSlots: { title: 'preHomeConfirmationTitle' }
},
{
dataIndex: 'verify',
align: 'center',
align: 'left',
width: 440,
scopedSlots: { title: 'verificationComplianceReviewTitle' }
}
@@ -721,4 +721,8 @@
width: 100px;
z-index: 101;
}
/deep/.ant-table-column-title{
font-weight: bold!important;
}
</style>
@@ -180,19 +180,19 @@
title: this.$t('areaOfResponsibility'),
dataIndex: 'dutyTerritory_dicText',
width: 120,
align: 'center',
align: 'left',
ellipsis: true
},
{
title: this.$t('RelatedItems'),
align: 'center',
align: 'left',
width: 120,
dataIndex: 'projectName',
ellipsis: true
},
{
title: this.$t('designComplianceReview'),
align: 'center',
align: 'left',
width: 250,
dataIndex: 'designFlowTaskStatus_dicText',
scopedSlots: { customRender: 'status' },
@@ -200,7 +200,7 @@
},
{
title: this.$t('preHomeConfirmation'),
align: 'center',
align: 'left',
width: 270,
dataIndex: 'prehomoFlowTaskStatus_dicText',
scopedSlots: { customRender: 'statusprehomo' },
@@ -208,7 +208,7 @@
},
{
title: this.$t('verificationComplianceReview'),
align: 'center',
align: 'left',
width: 270,
dataIndex: 'verifyFlowTaskStatus_dicText',
scopedSlots: { customRender: 'filstatuse' },
+14 -8
View File
@@ -32,6 +32,7 @@
:triggerChange="false" :dictCode="'state'"/>
</div>
</a-col>
<template v-if="toggleSearchStatus">
<a-col :md="6" :sm="8">
<div class="box-title-text tree-select">
<div class="title-text" :title="$t('technicalField')">
@@ -50,14 +51,19 @@
/>
</div>
</a-col>
<span style="float: right;overflow: hidden;margin-right: 11px" class="table-page-search-submitButtons">
</template>
<span style="float: right;overflow: hidden;margin-right: 0px" class="table-page-search-submitButtons">
<a-col :md="6" :sm="24">
<globalAdvancedQuery ref="globalAdvancedQueryRef"
@handleSuperQuery="handleSuperQuery"
:fieldList="fieldList"/>
:fieldList="fieldList" MarginRight='2px'/>
<a-button class="box-button" type="primary" @click="searchQuery">{{ $t('query') }}</a-button>
<a-button class="box-button" style="margin-left: 8px"
<a-button class="box-button" style="margin-left: 2px"
@click="searchReset">{{ $t('reset') }}</a-button>
<a @click="handleToggleSearch" style="margin-left: 1px">
{{ !toggleSearchStatus ? $t('open') : $t('away') }}
<a-icon :type="toggleSearchStatus ? 'up' : 'down'"/>
</a>
</a-col>
</span>
</a-row>
@@ -168,7 +174,7 @@ export default {
columns: [
{
title: this.$t('standard'),
align: 'center',
align: 'left',
dataIndex: 'serialNumber',
width: 300,
ellipsis: true,
@@ -176,7 +182,7 @@ export default {
},
{
title: this.$t('title'),
align: 'center',
align: 'left',
dataIndex: 'title',
width: 300,
ellipsis: true,
@@ -184,7 +190,7 @@ export default {
},
{
title: this.$t('status'),
align: 'center',
align: 'left',
ellipsis: true,
dataIndex: 'state_dicText',
width: 120
@@ -196,7 +202,7 @@ export default {
// },
{
title: this.$t('technicalField'),
align: 'center',
align: 'left',
dataIndex: 'technologyTerritory_dicText',
width: 250,
ellipsis: true,
@@ -204,7 +210,7 @@ export default {
},
{
title: this.$t('evaluationResults'),
align: 'center',
align: 'left',
fixed: 'right',
width: 180,
scopedSlots: { customRender: 'operation' }