[FIX]资源归属样式修改

This commit is contained in:
huweihang
2025-12-12 01:23:20 +08:00
parent a34f87410f
commit 89364b1aef

View File

@@ -181,7 +181,7 @@
<el-table-column label="资源归属" min-width="220" align="center" sortable>
<template slot-scope="scope">
<el-tooltip :content="scope.row.orgFullName || scope.row.orgName" placement="top" effect="dark">
<span class="org-name-cell">{{ scope.row.orgName }}</span>
<span class="common-cell">{{ scope.row.orgName }}</span>
</el-tooltip>
</template>
</el-table-column>