Commit fd4f91e4ada18bf7a5e669767dcafac1be22eaa0
1 parent
04f7e655
feat: 测试支持导出基本信息
Showing
1 changed file
with
4 additions
and
1 deletions
src/views/project/order/ExportModal.vue
@@ -104,7 +104,10 @@ | @@ -104,7 +104,10 @@ | ||
104 | } | 104 | } |
105 | 105 | ||
106 | // 质检不能导出任何 | 106 | // 质检不能导出任何 |
107 | - return [{ label: '质检信息', value: 'inspectionStageFields' }]; | 107 | + return [ |
108 | + { label: '基本信息', value: 'baseFields' }, | ||
109 | + { label: '质检信息', value: 'inspectionStageFields' }, | ||
110 | + ]; | ||
108 | }); | 111 | }); |
109 | 112 | ||
110 | function handleShow(visible: boolean) { | 113 | function handleShow(visible: boolean) { |