diff --git a/src/pages/activity/activity_add.vue b/src/pages/activity/activity_add.vue index d8c4a12..ab119e6 100644 --- a/src/pages/activity/activity_add.vue +++ b/src/pages/activity/activity_add.vue @@ -13,10 +13,10 @@ - + @@ -29,12 +29,12 @@ - + @@ -92,7 +92,7 @@ :sizeLimit="{ size: 50, unit: 'MB', message: '视频大小不超过50MB' }" > - +
- + @@ -23,12 +23,12 @@ - + @@ -87,7 +87,7 @@ :sizeLimit="{ size: 50, unit: 'MB', message: '视频大小不超过50MB' }" > - +
导出 +
@@ -457,6 +463,32 @@ export default { getType: 3, infoIfAuditing: 1,//否 association: {}, + options: [ + { + content: '全部名单', + value: 1, + onClick: () => { + const token = store.state.user.token; + window.open(store.state.user.apiUrl + '/api/excel_controller/applicationexport?id=' + this.infoId + "&token=" + token+"&type=4"); + }, + }, + { + content: '已通过', + value: 2, + onClick: () => { + const token = store.state.user.token; + window.open(store.state.user.apiUrl + '/api/excel_controller/applicationexport?id=' + this.infoId + "&token=" + token+"&type=2"); + }, + }, + { + content: '已拒绝', + value: 3, + onClick: () => { + const token = store.state.user.token; + window.open(store.state.user.apiUrl + '/api/excel_controller/applicationexport?id=' + this.infoId + "&token=" + token+"&type=3"); + }, + }, + ], } }, beforeDestroy() { diff --git a/src/pages/register/index.vue b/src/pages/register/index.vue index 8478cb7..134b33b 100644 --- a/src/pages/register/index.vue +++ b/src/pages/register/index.vue @@ -72,7 +72,10 @@
-
证件照
+
+ * + 证件照 +
- + @@ -570,7 +573,10 @@ style="width: 100%; max-height: 200px" />
-
请上传营业执照
+
+ * + 请上传营业执照 +
-
请上传公司LOGO
+
+ * + 请上传公司LOGO +
+ + +
+ +
+
+
+

{{ detail.title }}

+
+ 发布者: {{ detail.member?.nikename || '未知' }} + 发布时间: {{ detail.createtime }} + 置顶 + 待审核 + 已通过 + 已拒绝 +
+
+ +
+ {{ detail.content }} +
+ +
+

图片附件

+ + + +
+ +
+ + + 通过 + + + + 拒绝 + + +
+ +
+ + 置顶 + 取消置顶 + + 删除 + + +
+
+
+ + + + + \ No newline at end of file diff --git a/src/pages/tweets/index.vue b/src/pages/tweets/index.vue index 20bcc08..c576335 100644 --- a/src/pages/tweets/index.vue +++ b/src/pages/tweets/index.vue @@ -25,7 +25,7 @@ - +