tft-fe/src/views/productionScheduling/taskDcheduling.vue
2023-01-03 09:33:30 +08:00

11 lines
157 B
Vue
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<template>
<div>
<span>任务调度该功能暂未开放</span>
</div>
</template>
<script>
export default {
name: 'TaskDcheduling'
}
</script>