diff --git a/src/views/archives/project/Index.vue b/src/views/archives/project/Index.vue index 1b4cff8..5fd5885 100644 --- a/src/views/archives/project/Index.vue +++ b/src/views/archives/project/Index.vue @@ -37,7 +37,7 @@ export default { return { queryParam: { trainClass: '', trainWay: '', projectName: '' }, columns: [ - { title: '项目ID', width: '60px', align: 'center', dataIndex: 'id', key: 'id' }, + // { title: '项目ID', width: '60px', align: 'center', dataIndex: 'id', key: 'id' }, { title: '项目名称', width: 'auto', align: 'center', dataIndex: 'name', key: 'name' }, { title: '项目时间', width: 'auto', align: 'center', dataIndex: 'time', key: 'time' }, { title: '项目类别', width: 'auto', align: 'center', dataIndex: 'way', key: 'way' }, diff --git a/src/views/course/Resource.vue b/src/views/course/Resource.vue index 97dca92..0e0c1f4 100644 --- a/src/views/course/Resource.vue +++ b/src/views/course/Resource.vue @@ -54,7 +54,7 @@ export default { }, columns: [ { title: '资料名称', width: '160px', align: 'center', dataIndex: 'name', key: 'name' }, - { title: '资料分类', width: 'auto', align: 'center', dataIndex: 'classifyName', key: 'classifyName' }, + // { title: '资料分类', width: 'auto', align: 'center', dataIndex: 'classifyName', key: 'classifyName' }, { title: '资料大小', width: 'auto', align: 'center', dataIndex: 'sizeStr', key: 'sizeStr' }, { title: '资料类型', width: '160px', align: 'center', dataIndex: 'typeName', key: 'typeName' }, { title: '操作', key: 'operation', width: '300px', align: 'center', scopedSlots: { customRender: 'action' } },