UI界面变更-法规月报

This commit is contained in:
刘彦泽
2022-12-29 09:04:14 +08:00
parent bdbe0ebb17
commit 1205f85d34
4 changed files with 23 additions and 23 deletions
@@ -165,56 +165,56 @@
columns: [
{
title: this.$t('firstLevelDirectory'),
align: 'center',
align: 'left',
dataIndex: 'memoriesChapterOneName',
ellipsis: true,
width: 170
},
{
title: this.$t('secondaryDirectory'),
align: 'center',
align: 'left',
dataIndex: 'memoriesChapterName',
ellipsis: true,
width: 170
},
{
title: this.$t('chineseTitle'),
align: 'center',
align: 'left',
dataIndex: 'titleCn',
ellipsis: true,
width: 170
},
{
title: this.$t('englishTitle'),
align: 'center',
align: 'left',
width: 170,
ellipsis: true,
dataIndex: 'titleEn'
},
{
title: this.$t('regulatoryContact'),
align: 'center',
align: 'left',
width: 170,
ellipsis: true,
dataIndex: 'lawsContactName'
},
{
title: this.$t('completedBy'),
align: 'center',
align: 'left',
ellipsis: true,
width: 170,
dataIndex: 'createBy'
},
{
title: this.$t('exportStatus'),
align: 'center',
align: 'left',
ellipsis: true,
width: 170,
dataIndex: 'exportStateName'
},
{
title: this.$t('operation'),
align: 'center',
align: 'left',
fixed: 'right',
width: 190,
scopedSlots: { customRender: 'operation' }
@@ -116,7 +116,7 @@
columns: [
{
title: this.$t('RegulationMonthlyName'),
align: 'center',
align: 'left',
dataIndex: 'name',
width: 190,
ellipsis: true,
@@ -124,7 +124,7 @@
},
{
title: this.$t('monthlyLanguage'),
align: 'center',
align: 'left',
dataIndex: 'language',
width: 170,
ellipsis: true,
@@ -132,28 +132,28 @@
},
{
title: this.$t('releaseStatus'),
align: 'center',
align: 'left',
width: 140,
ellipsis: true,
dataIndex: 'issueStatus_dictText'
},
{
title: this.$t('uploadTime'),
align: 'center',
align: 'left',
width: 170,
ellipsis: true,
dataIndex: 'createTime'
},
{
title: this.$t('uploadedBy'),
align: 'center',
align: 'left',
ellipsis: true,
width: 170,
dataIndex: 'createBy'
},
{
title: this.$t('operation'),
align: 'center',
align: 'left',
fixed: 'right',
width: 240,
scopedSlots: { customRender: 'operation' }
@@ -108,19 +108,19 @@
{
title: this.$t('standard'),
dataIndex: 'serial_number',
align: 'center',
align: 'left',
ellipsis: true
},
{
title: this.$t('title'),
dataIndex: 'title',
align: 'center',
align: 'left',
ellipsis: true
},
{
title: this.$t('zoneOfApplication'),
dataIndex: 'region',
align: 'center',
align: 'left',
ellipsis: true
},
// {
@@ -138,13 +138,13 @@
{
title: this.$t('ImplementationDate'),
dataIndex: 'xin1_che1_xing2_shi2_shi1_ri4_qi1',
align: 'center',
align: 'left',
ellipsis: true
},
{
title: this.$t('vehicleInProductionDate'),
dataIndex: 'implement_time',
align: 'center',
align: 'left',
ellipsis: true
}
// {
@@ -74,7 +74,7 @@
columns: [
{
title: this.$t('number'),
align: 'center',
align: 'left',
width: 70,
customRender: function(t, r, index) {
return parseInt(index) + 1
@@ -82,21 +82,21 @@
},
{
title: this.$t('chineseTitle'),
align: 'center',
align: 'left',
dataIndex: 'titleCn',
ellipsis: true,
width: 320
},
{
title: this.$t('englishTitle'),
align: 'center',
align: 'left',
width: 320,
ellipsis: true,
dataIndex: 'titleEn'
},
{
title: this.$t('operation'),
align: 'center',
align: 'left',
fixed: 'right',
width: 280,
scopedSlots: { customRender: 'operation' }