组织管理调整

This commit is contained in:
fan 2022-12-26 14:05:18 +08:00
parent 8bbf5f5cff
commit 707393bcc2

View File

@ -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'; }
},
// {