mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-16 14:26:43 +08:00
[FIX]资源归属样式修改
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user