mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-15 05:46:45 +08:00
隐藏缺失字段
This commit is contained in:
@@ -239,14 +239,14 @@ export default {
|
|||||||
// align: "center",
|
// align: "center",
|
||||||
// className: "h",
|
// className: "h",
|
||||||
// },
|
// },
|
||||||
{
|
// {
|
||||||
title: "进度",
|
// title: "进度",
|
||||||
dataIndex: "progress",
|
// dataIndex: "progress",
|
||||||
key: "progress",
|
// key: "progress",
|
||||||
width: 60,
|
// width: 60,
|
||||||
align: "center",
|
// align: "center",
|
||||||
className: "h",
|
// className: "h",
|
||||||
},
|
// },
|
||||||
{
|
{
|
||||||
title: "操作",
|
title: "操作",
|
||||||
dataIndex: "operations",
|
dataIndex: "operations",
|
||||||
|
|||||||
@@ -1499,14 +1499,14 @@ export default {
|
|||||||
align: "center",
|
align: "center",
|
||||||
className: "h",
|
className: "h",
|
||||||
},
|
},
|
||||||
{
|
// {
|
||||||
title: "进度",
|
// title: "进度",
|
||||||
dataIndex: "jin",
|
// dataIndex: "jin",
|
||||||
key: "jin",
|
// key: "jin",
|
||||||
width: 110,
|
// width: 110,
|
||||||
align: "center",
|
// align: "center",
|
||||||
className: "h",
|
// className: "h",
|
||||||
},
|
// },
|
||||||
{
|
{
|
||||||
title: "开始时间",
|
title: "开始时间",
|
||||||
dataIndex: "time",
|
dataIndex: "time",
|
||||||
|
|||||||
@@ -1547,14 +1547,14 @@ export default {
|
|||||||
align: "center",
|
align: "center",
|
||||||
className: "h",
|
className: "h",
|
||||||
},
|
},
|
||||||
{
|
// {
|
||||||
title: "进度",
|
// title: "进度",
|
||||||
dataIndex: "jin",
|
// dataIndex: "jin",
|
||||||
key: "jin",
|
// key: "jin",
|
||||||
width: 110,
|
// width: 110,
|
||||||
align: "center",
|
// align: "center",
|
||||||
className: "h",
|
// className: "h",
|
||||||
},
|
// },
|
||||||
{
|
{
|
||||||
title: "开始时间",
|
title: "开始时间",
|
||||||
dataIndex: "time",
|
dataIndex: "time",
|
||||||
|
|||||||
@@ -1328,7 +1328,7 @@ export default {
|
|||||||
title: "项目名称",
|
title: "项目名称",
|
||||||
dataIndex: "name",
|
dataIndex: "name",
|
||||||
key: "name",
|
key: "name",
|
||||||
width: 480,
|
width: 380,
|
||||||
// align: "center",
|
// align: "center",
|
||||||
ellipsis: true,
|
ellipsis: true,
|
||||||
// scopedSlots: { customRender: "action" }, //引入的插槽
|
// scopedSlots: { customRender: "action" }, //引入的插槽
|
||||||
|
|||||||
@@ -3165,14 +3165,14 @@ export default {
|
|||||||
// align: "center",
|
// align: "center",
|
||||||
// className: "h",
|
// className: "h",
|
||||||
// },
|
// },
|
||||||
{
|
// {
|
||||||
title: "进度",
|
// title: "进度",
|
||||||
dataIndex: "progress",
|
// dataIndex: "progress",
|
||||||
key: "progress",
|
// key: "progress",
|
||||||
// width: 30,
|
// width: 30,
|
||||||
align: "center",
|
// align: "center",
|
||||||
className: "h",
|
// className: "h",
|
||||||
},
|
// },
|
||||||
// {
|
// {
|
||||||
// title: "证书",
|
// title: "证书",
|
||||||
// dataIndex: "diploma",
|
// dataIndex: "diploma",
|
||||||
|
|||||||
Reference in New Issue
Block a user