mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-11 11:56:46 +08:00
Merge branch '250427-bugfix-shl' into test20250220
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