diff --git a/public/images/application/apps.svg b/public/images/application/apps.svg
new file mode 100644
index 000000000..ce39d80be
--- /dev/null
+++ b/public/images/application/apps.svg
@@ -0,0 +1,5 @@
+
diff --git a/resources/assets/js/pages/manage.vue b/resources/assets/js/pages/manage.vue
index 59387ca65..ede342c02 100644
--- a/resources/assets/js/pages/manage.vue
+++ b/resources/assets/js/pages/manage.vue
@@ -351,6 +351,14 @@
+
+
+
+
+
@@ -457,6 +465,8 @@ export default {
approveDetails: {id: 0},
approveDetailsShow: false,
+
+ appsShow: false,
}
},
@@ -1219,6 +1229,9 @@ export default {
case 'workReport':
this.settingRoute(act)
break;
+ case 'apps':
+ this.appsShow = true
+ break;
}
},
diff --git a/resources/assets/js/pages/manage/application.vue b/resources/assets/js/pages/manage/application.vue
index f68453164..216b04d72 100644
--- a/resources/assets/js/pages/manage/application.vue
+++ b/resources/assets/js/pages/manage/application.vue
@@ -195,36 +195,7 @@
{{ $L('会议设置') }}
-
- -
-
-
-
-
{{ $L('新会议') }}
-
-
{{ meetingDescs.add }}
-
-
-
-
-
- -
-
-
-
-
{{ $L('加入会议') }}
-
-
{{ meetingDescs.join }}
-
-
-
-
-
-
+
@@ -266,7 +237,7 @@
-
+
@@ -278,7 +249,7 @@
-
+
-
+
+
+ -
+
+
+
+
{{ $L('新会议') }}
+
+
{{ meetingDescs.add }}
+
+
+
+
+
+ -
+
+
+
+
{{ $L('加入会议') }}
+
+
{{ meetingDescs.join }}
+
+
+
+
+
+
+
+
+
diff --git a/resources/assets/sass/pages/page-apply.scss b/resources/assets/sass/pages/page-apply.scss
index 382eaaf8d..500c3bd26 100644
--- a/resources/assets/sass/pages/page-apply.scss
+++ b/resources/assets/sass/pages/page-apply.scss
@@ -238,6 +238,10 @@
&.word-chain {
background-image: url("../images/application/word-chain.svg");
}
+
+ &.apps {
+ background-image: url("../images/application/apps.svg");
+ }
}
.ivu-modal-wrap-apply {
diff --git a/resources/assets/statics/public/images/application/apps.svg b/resources/assets/statics/public/images/application/apps.svg
new file mode 100644
index 000000000..ce39d80be
--- /dev/null
+++ b/resources/assets/statics/public/images/application/apps.svg
@@ -0,0 +1,5 @@
+