- {{scope.row.sign_wait_total}}
+
+
+
+
+
+ {{scope.row.sign_prepare_total}}
- 0
-
-
+ 0
+
+
+
+
+
+
+
+ {{scope.row.sign_cancel_total}}
+
+ 0
+
+
+
+
+
+
+
+ {{scope.row.sign_give_up_total}}
+
+ 0
+
+
+
+
+
+
+
+ {{scope.row.sign_black_total}}
+
+ 0
+
+
+
@@ -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
}]
}