Files
one-pipe-system/src/views/asset-management/export-task-management/export-package/index.vue
luo 2706c52a47
All checks were successful
构建并部署前端到测试环境 / build-and-deploy (push) Successful in 4m21s
feat: 7月迭代
2026-07-28 14:00:22 +08:00

10 lines
193 B
Vue

<template>
<ExportTaskList />
</template>
<script setup lang="ts">
import ExportTaskList from '../export-task-list/index.vue'
defineOptions({ name: 'ExportPackageTaskList' })
</script>