代码调整
This commit is contained in:
parent
2589141b4b
commit
cb236000e1
@ -42,9 +42,9 @@ export default {
|
||||
},
|
||||
{
|
||||
title: '组织',
|
||||
prop: 'orgId',
|
||||
prop: 'orgName',
|
||||
type: 'tag',
|
||||
columnValue: (row) => { return this.getCompanyName(row.orgId); },
|
||||
columnValue: (row) => { return row.orgName || this.getCompanyName(row.orgId); },
|
||||
tagType: (row) => { return 'success'; }
|
||||
},
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user