postdischarge-ui/src/views/system/ManuallyCreatingTasks/index.vue

17 lines
227 B
Vue
Raw Normal View History

2024-04-08 17:21:26 +08:00
<template>
<div class="app-container">
</div>
</template>
<script>
export default {
name: "ManuallyCreatingTasks",
data() {
return {
};
},
created() {
},
methods: {}
};
</script>