修改变更数据多出的展示字段
This commit is contained in:
parent
ef4c4b7cca
commit
06090b967a
|
@ -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'
|
||||
|
||||
);
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue