This commit is contained in:
1378012178@qq.com 2025-07-11 15:43:24 +08:00
commit 231991eeee
1 changed files with 10 additions and 0 deletions

View File

@ -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'
);
});