Merge branch 'master' of http://47.115.223.229:8888/yangjun/hldy_vue
This commit is contained in:
commit
231991eeee
|
@ -112,6 +112,16 @@ const filteredTableData = computed(() => {
|
||||||
&& item.d1 !== 'auditTime'
|
&& item.d1 !== 'auditTime'
|
||||||
&& item.d1 !== 'franchiseTime'
|
&& 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