无人机管理后台前端(已迁走)
chenyao
2025-11-22 71bd417a0d713a8e2201a8e615d2432b053a68e8
src/views/tickets/orderLog.vue
@@ -110,6 +110,9 @@
import { cloneDeep } from 'lodash';
import { computed, onMounted } from 'vue';
import { ElMessage, ElMessageBox } from 'element-plus'
import dayjs from 'dayjs'
import 'dayjs/locale/zh-cn' // 导入中文语言包
import weekday from 'dayjs/plugin/weekday'
import { aiImagesPage } from '@/api/dataCenter/dataCenter';
const store = useStore()
@@ -332,7 +335,7 @@
      ...cloneDeep(orderListParams.searchParams)
    }
    const res = await orderLogExport(apiParams)
    console.log(res, '导出')
    downloadXls(res.data, `智飞工单${dayjs().format('YYYY-MM-DD')}.xlsx`)
    ElMessage.success('导出成功')