From cac5ae0b5a7b91b1296267365f28ffa8546cbacd Mon Sep 17 00:00:00 2001 From: 18571350067 Date: Mon, 21 Mar 2022 14:58:21 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E9=A1=B9=E7=9B=AE=E6=A1=A3?= =?UTF-8?q?=E6=A1=88ID=E5=88=97=EF=BC=8C=E5=88=A0=E9=99=A4=E8=B5=84?= =?UTF-8?q?=E6=BA=90=E5=BA=93=E8=AF=BE=E4=BB=B6=E7=B1=BB=E5=88=AB=E5=88=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/archives/project/Index.vue | 2 +- src/views/course/Resource.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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' } },