mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-11 20:06:47 +08:00
讲师管理bug
This commit is contained in:
@@ -270,7 +270,7 @@ export default {
|
||||
width: 180,
|
||||
customRender: (value)=>{
|
||||
return (
|
||||
<div>{value.record.name} / {value.record.userNo}</div>
|
||||
<div style="user-select:text">{value.record.name} / {value.record.userNo}</div>
|
||||
)
|
||||
}
|
||||
},
|
||||
@@ -582,7 +582,7 @@ export default {
|
||||
width: 180,
|
||||
customRender: (value) => {
|
||||
return (
|
||||
<div>
|
||||
<div style="user-select: text">
|
||||
{value.record?.name} / {value.record?.userNo}
|
||||
</div>
|
||||
);
|
||||
@@ -602,6 +602,7 @@ export default {
|
||||
key: 'courseName',
|
||||
ellipsis: true, align: "center",
|
||||
width: 160,
|
||||
customCell:()=>{return{style:{userSelect: 'text'}}}
|
||||
},
|
||||
{
|
||||
title: '培训发生组织 ',
|
||||
@@ -609,6 +610,7 @@ export default {
|
||||
key: 'trainOrgName',
|
||||
ellipsis: true, align: "center",
|
||||
width: 160,
|
||||
customCell:()=>{return{style:{userSelect: 'text'}}}
|
||||
},
|
||||
{
|
||||
title: '课程类型 ',
|
||||
|
||||
Reference in New Issue
Block a user