修改技术监督问题

This commit is contained in:
GGJ
2024-07-18 14:25:53 +08:00
parent 4a6eaf50e8
commit 049d0c1132
11 changed files with 373 additions and 18 deletions

View File

@@ -10,6 +10,9 @@
<el-tab-pane label='我发起的' name='3'>
<MyInstance v-if="activeName == '3'" />
</el-tab-pane>
<el-tab-pane label='预告警单任务' name='4'>
<AlarmTask v-if="activeName == '4'" />
</el-tab-pane>
</el-tabs>
</div>
</template>
@@ -19,6 +22,7 @@ import { ref } from 'vue'
import TodoTask from './todo/index.vue'
import DoneTask from './done/index.vue'
import MyInstance from './myInstance/index.vue'
import AlarmTask from './alarmTask/index.vue'
import { mainHeight } from '@/utils/layout'
defineOptions({