@@ -183,27 +194,38 @@
{
title: this.$t('standard'),
align: 'center',
- dataIndex: 'serialNumber'
+ dataIndex: 'serialNumber',
+ ellipsis: true
},
{
title: this.$t('title'),
align: 'center',
- dataIndex: 'title'
+ dataIndex: 'title',
+ ellipsis: true
+ },
+ {
+ title: this.$t('areaOfResponsibility'),
+ align: 'center',
+ dataIndex: 'dutyTerritory_dictText',
+ ellipsis: true
},
{
title: this.$t('ProcessType'),
align: 'center',
- dataIndex: 'flowType'
+ dataIndex: 'flowType',
+ ellipsis: true
},
{
title: this.$t('RelatedItems'),
align: 'center',
- dataIndex: 'projectName'
+ dataIndex: 'projectName',
+ ellipsis: true
},
{
title: this.$t('problemType'),
align: 'center',
- dataIndex: 'problemType'
+ dataIndex: 'problemType',
+ ellipsis: true
},
{
title: this.$t('Sponsor'),
@@ -221,7 +243,7 @@
pageNo: 1,
url: {
page: '/project/ncrTrackController/queryPage',
- exportData: ''
+ exportData: '/project/ncrTrackController/exportData'
}
}
},
@@ -287,7 +309,10 @@
...this.queryParam,
ids: selectedRowKeys.join(',')
}
- downloadFile(this.url.exportData, this.$route.query.projectName + this.$t('listOfRegulations') + '.zip', query, this.Deselect)
+ downloadFile(this.url.exportData, this.$t('NonConformance') + '.xls', query, this.Deselect)
+ },
+ Deselect() {
+ this.selectedRowKeys = []
},
PersonnelSelectionChange(value, id) {
this.queryParam[value] = id