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