|
|
@ -9,17 +9,17 @@ |
|
|
|
</div> |
|
|
|
<a-row :gutter="16"> |
|
|
|
<!-- 左侧目录树 --> |
|
|
|
<a-col :span="6"> |
|
|
|
<a-col :span="4"> |
|
|
|
<a-card class="tree-card"> |
|
|
|
<template #title> |
|
|
|
<span class="card-title"> <folder-outlined /> 问题工单目录 </span> |
|
|
|
</template> |
|
|
|
<a-spin :spinning="loading"> |
|
|
|
<!-- :defaultExpandAll="expandAll" --> |
|
|
|
<a-tree |
|
|
|
v-if="expandAll" |
|
|
|
v-model:selectedKeys="selectedKeys" |
|
|
|
:tree-data="treeData" |
|
|
|
:defaultExpandAll="expandAll" |
|
|
|
@select="onSelect" |
|
|
|
> |
|
|
|
<template #switcherIcon="{ switcherCls }" |
|
|
@ -43,7 +43,7 @@ |
|
|
|
</a-col> |
|
|
|
|
|
|
|
<!-- 右侧内容区 --> |
|
|
|
<a-col :span="18"> |
|
|
|
<a-col :span="20"> |
|
|
|
<a-card class="content-card"> |
|
|
|
<template #title> |
|
|
|
<div class="flex justify-between items-start"> |
|
|
|