mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-09 10:56:46 +08:00
讲师组织倒排
This commit is contained in:
@@ -147,7 +147,7 @@
|
||||
<template #trainOrg="{ record }">
|
||||
<a-space style="display:flex ;justify-content: space-around;">
|
||||
<div style="max-width: 180px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;"
|
||||
:title="record.orgName">{{ orgSplit(record.orgName) }}</div>
|
||||
:title="orgSplit(record.orgName)">{{ orgSplit(record.orgName) }}</div>
|
||||
</a-space>
|
||||
</template>
|
||||
</a-table>
|
||||
|
||||
Reference in New Issue
Block a user