mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-11 03:46:45 +08:00
修改展示字段
This commit is contained in:
@@ -283,8 +283,8 @@ const getModelColumns = () => {
|
|||||||
modelTitle.value = "面授";
|
modelTitle.value = "面授";
|
||||||
data.type = 23;
|
data.type = 23;
|
||||||
modelColumns.value = [
|
modelColumns.value = [
|
||||||
//{title: "面授名称", dataIndex: "offcourseName", key: "offcourseName", ellipsis: true, align: "center",},
|
{title: "面授名称", dataIndex: "offCourseName", key: "offCourseName", ellipsis: true, align: "center",},
|
||||||
//{title: "归属组织", dataIndex: "sourceBelongFullName", key: "sourceBelongFullName", ellipsis: true, align: "center",},
|
// {title: "归属组织", dataIndex: "sourceBelongFullName", key: "sourceBelongFullName", ellipsis: true, align: "center",},
|
||||||
{
|
{
|
||||||
title: "参与时间",
|
title: "参与时间",
|
||||||
dataIndex: "signUpTime",
|
dataIndex: "signUpTime",
|
||||||
|
|||||||
Reference in New Issue
Block a user