组织管理调整
This commit is contained in:
parent
8bbf5f5cff
commit
707393bcc2
@ -52,7 +52,7 @@ export default {
|
||||
title: '关联项目',
|
||||
prop: 'projectCodes',
|
||||
type: 'tagMore',
|
||||
columnValue: (row) => { return this.$convertField(row.projectCodes, this.projectListNew, ['value', 'label'], true); },
|
||||
columnValue: (row) => { return this.$convertField(row.projectCodes || [], this.projectListNew, ['value', 'label'], true); },
|
||||
tagType: (row) => { return 'success'; }
|
||||
},
|
||||
// {
|
||||
|
Loading…
Reference in New Issue
Block a user