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 }] }