mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-16 06:16:46 +08:00
授课记录,内部讲师 字段修改
This commit is contained in:
@@ -908,25 +908,25 @@ export default {
|
||||
)
|
||||
}
|
||||
},
|
||||
{
|
||||
title: '数据来源',
|
||||
dataIndex: 'createFrom',
|
||||
key: 'createFrom',
|
||||
ellipsis: true, align: "center",
|
||||
width: 120,
|
||||
customRender: (value) => {
|
||||
return (
|
||||
<div>
|
||||
{value.record.createFrom == "0" || value.record.createFrom == "1"
|
||||
? {
|
||||
"0": "系统生成",
|
||||
"1": "手动录入",
|
||||
}[value.record.createFrom + ""] || ""
|
||||
: "-"}
|
||||
</div>
|
||||
)
|
||||
}
|
||||
},
|
||||
// {
|
||||
// title: '数据来源',
|
||||
// dataIndex: 'createFrom',
|
||||
// key: 'createFrom',
|
||||
// ellipsis: true, align: "center",
|
||||
// width: 120,
|
||||
// customRender: (value) => {
|
||||
// return (
|
||||
// <div>
|
||||
// {value.record.createFrom == "0" || value.record.createFrom == "1"
|
||||
// ? {
|
||||
// "0": "系统生成",
|
||||
// "1": "手动录入",
|
||||
// }[value.record.createFrom + ""] || ""
|
||||
// : "-"}
|
||||
// </div>
|
||||
// )
|
||||
// }
|
||||
// },
|
||||
{
|
||||
title: '培训发生组织 ',
|
||||
dataIndex: 'trainOrgName',
|
||||
|
||||
Reference in New Issue
Block a user