Commit e36faa70202477098906010c1b9eda429b78877d
1 parent
bd1ad04f
fix: 导出错误
Showing
1 changed file
with
5 additions
and
5 deletions
src/views/project/order/ExportModal.vue
... | ... | @@ -44,11 +44,11 @@ |
44 | 44 | const orderStore = useOrderStoreWithOut(); |
45 | 45 | const { manualPreform, exchangeRate } = useOrderInfo(orderStore); |
46 | 46 | const checkedList = ref([ |
47 | - 'baseFields', | |
48 | - 'reportFields', | |
49 | - 'profitAnalysisFields', | |
50 | - 'trackStageFields', | |
51 | - 'inspectionStageFields', | |
47 | + // 'baseFields', | |
48 | + // 'reportFields', | |
49 | + // 'profitAnalysisFields', | |
50 | + // 'trackStageFields', | |
51 | + // 'inspectionStageFields', | |
52 | 52 | ]); |
53 | 53 | const loading = ref(true); |
54 | 54 | const activeUser = ref(); | ... | ... |