|
@ -152,7 +152,7 @@ export default { |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
{ prop: 'renewalDate', label: '发换证日期', align: 'center', width: 50 }, |
|
|
{ prop: 'renewalDate', label: '发换证日期', align: 'center', width: 50 }, |
|
|
{ prop: 'remarks', label: '备注', align: 'center', width: 60,formatter: this.formatterDicDataRemark }, |
|
|
{ prop: 'remarks', label: '备注', align: 'center', width: 60, formatter: this.formatterDicDataRemark }, |
|
|
{ slot: 'operation' } |
|
|
{ slot: 'operation' } |
|
|
], |
|
|
], |
|
|
permission: { |
|
|
permission: { |
|
@ -333,7 +333,7 @@ export default { |
|
|
} |
|
|
} |
|
|
return null |
|
|
return null |
|
|
}, |
|
|
}, |
|
|
formatterDicDataRemark(cellValue){ |
|
|
formatterDicDataRemark(cellValue) { |
|
|
if (cellValue != null) { |
|
|
if (cellValue != null) { |
|
|
let label = '' |
|
|
let label = '' |
|
|
this.remarksDicList.filter(dicData => dicData.code === cellValue.remarks).forEach(dicData => { |
|
|
this.remarksDicList.filter(dicData => dicData.code === cellValue.remarks).forEach(dicData => { |
|
|