From 1d826f7934c10a4fd7381a685de3e30ce250ac28 Mon Sep 17 00:00:00 2001 From: lion <120344285@qq.com> Date: Mon, 21 Oct 2024 10:03:32 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=A1=E6=A0=B8=E4=BA=BA=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/course/apply.vue | 107 ++++++++++++++++++++++++++++++------- 1 file changed, 89 insertions(+), 18 deletions(-) diff --git a/src/views/course/apply.vue b/src/views/course/apply.vue index 7fa911e..6f3882c 100644 --- a/src/views/course/apply.vue +++ b/src/views/course/apply.vue @@ -31,7 +31,8 @@
- + + - - + + + + @@ -118,7 +164,8 @@ table_item: [{ prop: 'name', label: '课程名称', - align: 'left' + align: 'left', + fixed:'left' }, { prop: 'dateRange', label: '开课日期', @@ -139,6 +186,12 @@ label: '目前报名人数', align: 'center', width: 120 + }, + { + prop: 'sign_wait_total', + label: '待审核人数', + align: 'center', + width: 120 }, { prop: 'sign_pass_total', @@ -151,12 +204,30 @@ label: '审核不通过人数', align: 'center', width: 120 - }, - { - prop: 'sign_wait_total', - label: '待审核人数', - align: 'center', - width: 120 + }, + { + prop: 'sign_prepare_total', + label: '备选人数', + align: 'center', + width: 120 + }, + { + prop: 'sign_cancel_total', + label: '已取消人数', + align: 'center', + width: 120 + }, + { + prop: 'sign_give_up_total', + label: '主动放弃人数', + align: 'center', + width: 120 + }, + { + prop: 'sign_black_total', + label: '黑名单人数', + align: 'center', + width: 120 }] }