From 06090b967aa7b873781157f4bd19d9eef6e859ce Mon Sep 17 00:00:00 2001 From: yangjun <1173114630@qq.com> Date: Fri, 11 Jul 2025 14:44:13 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=8F=98=E6=9B=B4=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E5=A4=9A=E5=87=BA=E7=9A=84=E5=B1=95=E7=A4=BA=E5=AD=97?= =?UTF-8?q?=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../admin/orgmodifyinfo/components/OrgHistoryForm.vue | 10 ++++++++++ 1 file changed, 10 insertions(+) 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' ); });