Skip to content
  • This project
    • Loading...
  • Sign in

csbr-daop / fe-data-trusted-space

Go to a project
Toggle navigation
Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • fe-data-trusted-space
  • src
  • views
  • data_inventory
  • taskConfig.vue
  • lihua's avatar
    数据盘点分类标准 · c7acd525
    lihua committed 2024-12-02 17:01:30 +0800
    c7acd525 Browse Files
taskConfig.vue 258 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
<route lang="yaml">
  name: taskConfig //分类分级任务
  </route>
  
<script lang="ts" setup name="taskConfig">
import { ref ,onMounted} from "vue";

</script>

<template>
  <div>分类分级任务</div>
</template>

<style lang="scss" scoped>

</style>