diff --git a/src/views/modules/project/projectInfo/projectInfo.vue b/src/views/modules/project/projectInfo/projectInfo.vue index bd0b197..86a99d3 100644 --- a/src/views/modules/project/projectInfo/projectInfo.vue +++ b/src/views/modules/project/projectInfo/projectInfo.vue @@ -327,7 +327,7 @@ :close-on-click-modal="false" :visible.sync="contactChooseFlag"> @@ -706,6 +706,24 @@ }, ], columnList2: [ + { + userId: this.$store.state.user.name, + functionId: 101002001, + serialNumber: '101002001Table2ContactName', + tableId: '101002001Table2', + tableName: '项目联系人表', + columnProp: 'contactId', + headerAlign: 'center', + align: 'center', + columnLabel: '联系人编码', + columnHidden: false, + columnImage: false, + columnSortable: false, + sortLv: 0, + status: true, + fixed: '', + columnWidth: 80 + }, { userId: this.$store.state.user.name, functionId: 101002001,