mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-24 10:12:54 +08:00
讲师管理bug
This commit is contained in:
@@ -77,7 +77,7 @@
|
||||
<template #bodyCell="{ record, column }">
|
||||
|
||||
<template v-if="column.key === 'orgName'">
|
||||
<a-space style="display:flex ;justify-content: space-around; ">
|
||||
<a-space style="display:flex ;justify-content: left; ">
|
||||
<!-- <a-popover>
|
||||
<template #content>
|
||||
<p>{{ record.orgName}}</p>
|
||||
@@ -791,7 +791,7 @@ export default {
|
||||
title: '所属组织 ',
|
||||
dataIndex: 'orgName',
|
||||
key: 'orgName',
|
||||
ellipsis: true, align: "center",
|
||||
ellipsis: true, align: "left",
|
||||
scopedSlots: { customRender: "orgName" },
|
||||
width: 200,
|
||||
// customRender: (value, record) => {
|
||||
@@ -806,7 +806,7 @@ export default {
|
||||
title: '讲师体系 ',
|
||||
dataIndex: 'tsystemName',
|
||||
key: 'tsystemName',
|
||||
ellipsis: true, align: "center",
|
||||
ellipsis: true, align: "left",
|
||||
width: 200,
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user