<template>
|
<DashboardLayout>
|
<template #leftBlock1>任务筛选tabs</template>
|
<template #leftBlock2>
|
<div style="height: 1500px">通道任务</div>
|
</template>
|
<template #middleBlock1>标题</template>
|
<template #middleBlock2>主看板</template>
|
<template #middleBlock3>任务详情</template>
|
<template #middleBlock4>人员信息</template>
|
<template #rightBlock1>时间</template>
|
<template #rightBlock2>状态面板</template>
|
<template #rightBlock3>知识库</template>
|
</DashboardLayout>
|
</template>
|
<script setup lang="ts">
|
defineOptions({
|
name: 'DashboardView'
|
})
|
</script>
|
|
<style scoped></style>
|