|
|
@ -139,46 +139,40 @@ export default { |
|
|
|
<div class="flex flex-1 items-center"> |
|
|
|
<div |
|
|
|
class="w-p-50 flex items-center p-2 r-b-border h-full" |
|
|
|
> |
|
|
|
这是问题说明说明这是问题说明说明这是问题说明说明这是问题说明说明说明说明这是问题说明说明 |
|
|
|
</div> |
|
|
|
></div> |
|
|
|
<div |
|
|
|
class="w-p-50 flex items-center p-2 r-b-border h-full" |
|
|
|
> |
|
|
|
2 |
|
|
|
</div> |
|
|
|
></div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<!-- 两级项目的问题 --> |
|
|
|
<div v-else class="flex flex-1 flex-col items-center"> |
|
|
|
<div |
|
|
|
class="flex flex-1 items-center" |
|
|
|
class="flex flex-1 items-center w-full" |
|
|
|
v-for="(rowItem, index4) in item.wCount" |
|
|
|
:key="index4" |
|
|
|
> |
|
|
|
<div |
|
|
|
class="w-p-50 flex items-center p-2 r-b-border h-full" |
|
|
|
> |
|
|
|
这是问题说明说明这是问题说明说明这是问题说明说明这是问题说明说明这是问题是问题说明说明 |
|
|
|
{{ rowItem }} |
|
|
|
</div> |
|
|
|
<div |
|
|
|
class="w-p-50 flex items-center p-2 r-b-border h-full" |
|
|
|
> |
|
|
|
2 |
|
|
|
</div> |
|
|
|
></div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<!-- 只有一级项目的问题 --> |
|
|
|
<div v-else class="flex flex-1 items-center"> |
|
|
|
<div class="w-p-50 flex items-center p-2 r-b-border h-full"> |
|
|
|
只有一级项目的问题只有一级项目的问题只有一级项目的问题只有一级项目的问题只有一级项目的问题只有一级项目的问题只有一级项目的问题只有一级项目的问题 |
|
|
|
</div> |
|
|
|
<div class="w-p-50 flex items-center p-2 r-b-border h-full"> |
|
|
|
2 |
|
|
|
</div> |
|
|
|
<div |
|
|
|
class="w-p-50 flex items-center p-2 r-b-border h-full" |
|
|
|
></div> |
|
|
|
<div |
|
|
|
class="w-p-50 flex items-center p-2 r-b-border h-full" |
|
|
|
></div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</el-col> |
|
|
|