mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-09 10:56:46 +08:00
Merge branch '250507-bugfix-shl' into test20250220
This commit is contained in:
@@ -76,18 +76,18 @@
|
||||
:pagination="false">
|
||||
<template #bodyCell="{ record, column }">
|
||||
|
||||
<template v-if="column.key === 'orgName'">
|
||||
<!-- <template v-if="column.key === 'orgName'">
|
||||
<a-space style="display:flex ;justify-content: left;">
|
||||
<!-- <a-popover>
|
||||
<!– <a-popover>
|
||||
<template #content>
|
||||
<p>{{ record.orgName}}</p>
|
||||
</template> -->
|
||||
</template> –>
|
||||
<div
|
||||
style="max-width: 180px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;user-select:text"
|
||||
>{{ record.orgName }}</div>
|
||||
<!-- </a-popover> -->
|
||||
<!– </a-popover> –>
|
||||
</a-space>
|
||||
</template>
|
||||
</template>-->
|
||||
<template v-if="column.key === 'operation'">
|
||||
<a-space>
|
||||
<a-button type="link" @click="() => handleLook(record, String(record.courseform))">查看</a-button>
|
||||
@@ -814,8 +814,9 @@ export default {
|
||||
title: '所属组织 ',
|
||||
dataIndex: 'orgName',
|
||||
key: 'orgName',
|
||||
ellipsis: true, align: "left",
|
||||
scopedSlots: { customRender: "orgName" },
|
||||
ellipsis: true,
|
||||
align: "left",
|
||||
// scopedSlots: { customRender: "orgName" },
|
||||
width: 200,
|
||||
// customRender: (value, record) => {
|
||||
// return (
|
||||
|
||||
@@ -144,12 +144,12 @@
|
||||
</a-space>
|
||||
</template>
|
||||
</template>
|
||||
<template #trainOrg="{ record }">
|
||||
<!-- <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;"
|
||||
>{{ record.orgName }}</div>
|
||||
</a-space>
|
||||
</template>
|
||||
</template>-->
|
||||
</a-table>
|
||||
</div>
|
||||
|
||||
@@ -1141,7 +1141,7 @@ export default {
|
||||
ellipsis: true,
|
||||
align: "center",
|
||||
width: 200,
|
||||
slots: { customRender: "trainOrg" },
|
||||
// slots: { customRender: "trainOrg" },
|
||||
},
|
||||
{
|
||||
title: '操作 ',
|
||||
|
||||
Reference in New Issue
Block a user