From c37fd41bc69ce1f364da8a4cce7dc00fcd6d6ae1 Mon Sep 17 00:00:00 2001 From: cgd_mac <349008059@qq.com> Date: Thu, 24 Feb 2022 17:57:36 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E8=AF=BE=E7=A8=8B=E5=88=97=E8=A1=A8?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=90=9C=E7=B4=A2=E6=9D=A1=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/SearchCom/index.vue | 4 ++-- src/views/mycourse/mycourseList/MyCourseList.vue | 13 ++++++++++++- 2 files changed, 14 insertions(+), 3 deletions(-) diff --git a/src/components/SearchCom/index.vue b/src/components/SearchCom/index.vue index 01740dd..6f2f089 100644 --- a/src/components/SearchCom/index.vue +++ b/src/components/SearchCom/index.vue @@ -24,8 +24,8 @@ - - + + 查询 重置 diff --git a/src/views/mycourse/mycourseList/MyCourseList.vue b/src/views/mycourse/mycourseList/MyCourseList.vue index 9d3a4cb..b63fdd3 100644 --- a/src/views/mycourse/mycourseList/MyCourseList.vue +++ b/src/views/mycourse/mycourseList/MyCourseList.vue @@ -82,7 +82,18 @@ export default { }, queryOptions: [ { type: 'input', placeholder: '课程名称', key: 'name' }, - { type: 'select-dic-tree', placeholder: '课程类别', key: 'trainWay', options: [] } + { type: 'select-dic-tree', placeholder: '课程类别', key: 'trainWay', options: [] }, + { + type: 'select', + placeholder: '课程状态', + key: 'status', + options: [ + { name: '未开始', value: 1, id: 1 }, + { name: '进行中', value: 2, id: 2 }, + { name: '已完成', value: 3, id: 3 }, + { name: '已结束', value: 4, id: 4 } + ] + } ], // 表头 columns: [