1
This commit is contained in:
12
ems-frontend/ems-monitoring-system/src/views/TaskView.vue
Normal file
12
ems-frontend/ems-monitoring-system/src/views/TaskView.vue
Normal file
@@ -0,0 +1,12 @@
|
||||
<template>
|
||||
<div>
|
||||
<h1>任务管理</h1>
|
||||
<p>这里是任务管理页面。</p>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
</style>
|
||||
Reference in New Issue
Block a user