代码调整

This commit is contained in:
dong 2022-12-09 16:54:58 +08:00
parent 2589141b4b
commit cb236000e1

View File

@ -42,9 +42,9 @@ export default {
}, },
{ {
title: '组织', title: '组织',
prop: 'orgId', prop: 'orgName',
type: 'tag', type: 'tag',
columnValue: (row) => { return this.getCompanyName(row.orgId); }, columnValue: (row) => { return row.orgName || this.getCompanyName(row.orgId); },
tagType: (row) => { return 'success'; } tagType: (row) => { return 'success'; }
}, },
{ {