|
|
@@ -460,7 +460,7 @@ const { ZmTable, ZmTableColumn } = useTableComponents()
|
|
|
|
|
|
<template>
|
|
|
<div
|
|
|
- class="grid grid-cols-[auto_1fr] grid-rows-[62px_164px_1fr] gap-4 h-[calc(100vh-20px-var(--top-tool-height)-var(--tags-view-height)-var(--app-footer-height))]"
|
|
|
+ class="grid grid-cols-[auto_1fr] grid-rows-[62px_128px_1fr] gap-4 h-[calc(100vh-20px-var(--top-tool-height)-var(--tags-view-height)-var(--app-footer-height))]"
|
|
|
>
|
|
|
<DeptTreeSelect
|
|
|
:deptId="id"
|
|
|
@@ -529,8 +529,9 @@ const { ZmTable, ZmTableColumn } = useTableComponents()
|
|
|
>
|
|
|
<span class="text-xs leading-8 text-[var(--el-text-color-regular)]">暂无数据</span>
|
|
|
</count-to>
|
|
|
- <div class="text-xs font-medium text-[var(--el-text-color-regular)]">{{ info[1] }}</div>
|
|
|
- <div class="text-sm font-medium text-[var(--el-text-color-regular)]">{{ info[2] }}</div>
|
|
|
+ <div class="text-sm font-medium text-[var(--el-text-color-regular)] whitespace-nowrap">
|
|
|
+ {{ info[1] ? info[2] + '(' + info[1] + ')' : info[2] }}
|
|
|
+ </div>
|
|
|
</div>
|
|
|
</div>
|
|
|
|