diff --git a/src/assets/chongxin.png b/src/assets/chongxin.png new file mode 100644 index 0000000..24f8419 Binary files /dev/null and b/src/assets/chongxin.png differ diff --git a/src/assets/del_da.png b/src/assets/del_da.png new file mode 100644 index 0000000..642a67b Binary files /dev/null and b/src/assets/del_da.png differ diff --git a/src/assets/top_ok_white.png b/src/assets/top_ok_white.png new file mode 100644 index 0000000..8cdc0a0 Binary files /dev/null and b/src/assets/top_ok_white.png differ diff --git a/src/assets/zhengjian.png b/src/assets/zhengjian.png new file mode 100644 index 0000000..9f75432 Binary files /dev/null and b/src/assets/zhengjian.png differ diff --git a/src/pages/activity/activity_index.vue b/src/pages/activity/activity_index.vue index 9d20c3f..8fa63a7 100644 --- a/src/pages/activity/activity_index.vue +++ b/src/pages/activity/activity_index.vue @@ -507,6 +507,7 @@ export default { this.tabIndex = toInteger(tab); if(tab==1){ this.columns=[ + {colKey: 'id', title: '活动ID', align: 'center', width: 150,}, {colKey: 'activity_name', title: '活动标题', align: 'center', width: 150,}, {colKey: 'activity_type', title: '活动类别', width: 140, align: 'center'}, {colKey: 'qr_code', title: '签到二维码', width: 150, align: 'center'}, @@ -520,6 +521,7 @@ export default { ]; }else if(tab==2){ this.columns=[ + {colKey: 'id', title: '活动ID', align: 'center', width: 150,}, {colKey: 'activity_name', title: '活动标题', align: 'center', width: 150,}, {colKey: 'activity_type', title: '活动类别', width: 200, align: 'center'}, {colKey: 'qr_code', title: '签到二维码', width: 200, align: 'center'}, @@ -530,6 +532,7 @@ export default { ]; }else if(tab==3){ this.columns=[ + {colKey: 'id', title: '活动ID', align: 'center', width: 150,}, {colKey: 'activity_name', title: '活动标题', align: 'center', width: 250,}, {colKey: 'activity_type', title: '活动类别', width: 200, align: 'center'}, // {colKey: 'qr_code', title: '签到二维码', width: 200, align: 'center'}, @@ -540,6 +543,7 @@ export default { ]; }else{ this.columns=[ + {colKey: 'id', title: '活动ID', align: 'center', width: 150,}, {colKey: 'activity_name', title: '活动标题', align: 'center', width: 150,}, {colKey: 'activity_type', title: '活动类别', width: 200, align: 'center'}, {colKey: 'qr_code', title: '签到二维码', width: 200, align: 'center'}, diff --git a/src/pages/register/index.vue b/src/pages/register/index.vue index 8d4d654..04842b7 100644 --- a/src/pages/register/index.vue +++ b/src/pages/register/index.vue @@ -1,6 +1,6 @@