From 2e27d39ef4d5d42274524af5acd4ab38ef8ffbba Mon Sep 17 00:00:00 2001 From: yangjun <1173114630@qq.com> Date: Thu, 19 Mar 2026 14:12:09 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../bizSuppliers/components/NuBizSuppliersApplyHistoryForm.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/views/admin/bizSuppliers/components/NuBizSuppliersApplyHistoryForm.vue b/src/views/admin/bizSuppliers/components/NuBizSuppliersApplyHistoryForm.vue index fcebc90..f103e3c 100644 --- a/src/views/admin/bizSuppliers/components/NuBizSuppliersApplyHistoryForm.vue +++ b/src/views/admin/bizSuppliers/components/NuBizSuppliersApplyHistoryForm.vue @@ -140,6 +140,9 @@ const filteredTableData = computed(() => { && item.d1 !== 'optType' && item.d1 !== 'openId' && item.d1 !== 'izRejected' + && item.d1 !== 'headPath' + && item.d1 !== 'applyBy' + && item.d1 !== 'applyTime' ); });