修改变更数据多出的展示字段

This commit is contained in:
yangjun 2025-07-11 14:44:13 +08:00
parent ef4c4b7cca
commit 06090b967a
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'
);
});