diff --git a/src/apps/AppAskForm/formDetail.vue b/src/apps/AppAskForm/formDetail.vue
index 3cdafa8d..a8a68717 100644
--- a/src/apps/AppAskForm/formDetail.vue
+++ b/src/apps/AppAskForm/formDetail.vue
@@ -126,6 +126,9 @@ export default {
}
},
methods: {
+ emitShow(){
+ document.title = this.form.title || "调查问卷"
+ },
getForm() {
let {id} = this.$route.query
this.$http.post("/app/appquestionnairetemplate/queryDetailById", null, {
@@ -223,9 +226,6 @@ export default {
},
created() {
this.isResult ? this.getResult() : this.getForm()
- },
- mounted() {
- document.title = this.form.title || "调查问卷"
}
}
diff --git a/src/apps/AppNotification/AppNotification.vue b/src/apps/AppNotification/AppNotification.vue
index 99c6d603..1e32da04 100644
--- a/src/apps/AppNotification/AppNotification.vue
+++ b/src/apps/AppNotification/AppNotification.vue
@@ -6,7 +6,7 @@
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+ {{ item.releaseUserName }}
+ {{ item.releaseTime }}
+
+
+
![]()
+
+
@@ -296,23 +297,6 @@ export default {
line-height: 44px;
}
- .status {
- display: inline-block;
- width: 88px;
- height: 36px;
- font-size: 26px;
- color: #FF8822;
- background:rgba(255,136,34,.1);
- line-height: 36px;
- text-align: center;
- margin-right: 4px;
- }
-
- .read{
- background: rgba(102,102,102,.1);
- color: #666666;
- }
-
.tag {
width: 96px;
height: 44px;
@@ -361,6 +345,23 @@ export default {
}
}
}
+
+ .status {
+ display: inline-block;
+ width: 88px;
+ height: 36px;
+ font-size: 26px;
+ color: #FF8822;
+ background:rgba(255,136,34,.1);
+ line-height: 36px;
+ text-align: center;
+ margin-right: 4px;
+ }
+
+ .read{
+ background: rgba(102,102,102,.1);
+ color: #666666;
+ }
}
.popup-wrap {