diff --git a/src/views/admin/orgmodifyinfo/components/OrgHistoryForm.vue b/src/views/admin/orgmodifyinfo/components/OrgHistoryForm.vue index 565b48d..053f757 100644 --- a/src/views/admin/orgmodifyinfo/components/OrgHistoryForm.vue +++ b/src/views/admin/orgmodifyinfo/components/OrgHistoryForm.vue @@ -111,6 +111,16 @@ const filteredTableData = computed(() => { && item.d1 !== 'commitTime' && item.d1 !== 'auditTime' && item.d1 !== 'franchiseTime' + + && item.d1 !== 'buildStatus' + && item.d1 !== 'contract' + && item.d1 !== 'contractNote' + && item.d1 !== 'replyContent' + && item.d1 !== 'replyFile' + && item.d1 !== 'replyTime' + && item.d1 !== 'handleBy' + && item.d1 !== 'workOrderStatus' + && item.d1 !== 'workOrderId' ); });