From ea2c968f7654187646002778e209777a68fecd0e Mon Sep 17 00:00:00 2001 From: Yjhon Date: Thu, 24 Feb 2022 11:21:28 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A1=B9=E7=9B=AE=E9=80=89=E8=AF=BE=E5=88=A0?= =?UTF-8?q?=E9=99=A4=E5=8F=96=E6=B6=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/project/form/ProjectCourseList.vue | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/src/views/project/form/ProjectCourseList.vue b/src/views/project/form/ProjectCourseList.vue index a12c872..9fca9a8 100644 --- a/src/views/project/form/ProjectCourseList.vue +++ b/src/views/project/form/ProjectCourseList.vue @@ -29,11 +29,11 @@ - + @@ -51,9 +51,9 @@ - + @@ -151,6 +151,10 @@ export default { if(type === 'course') this.courseVisible = true; else if(type === 'topic') this.requiredTopicVisible = true; else if(type === 'question') this.questionVisible = true; + }, + /** 删除table项 */ + handleDelete(record){ + }, //计算总学时,总分数,总课时 calc(data) {