diff --git a/pages/application/hidden-danger-check-standard/custom/list-item-check-hidden-form.vue b/pages/application/hidden-danger-check-standard/custom/list-item-check-hidden-form.vue index 088b143..eaaf779 100644 --- a/pages/application/hidden-danger-check-standard/custom/list-item-check-hidden-form.vue +++ b/pages/application/hidden-danger-check-standard/custom/list-item-check-hidden-form.vue @@ -2,7 +2,7 @@ 返回 - 隐患登记 + 隐患等级 diff --git a/pages/application/hidden-trouble-investigation/hidden-trouble-app/exclude-form.vue b/pages/application/hidden-trouble-investigation/hidden-trouble-app/exclude-form.vue index bfc60c4..9204b32 100644 --- a/pages/application/hidden-trouble-investigation/hidden-trouble-app/exclude-form.vue +++ b/pages/application/hidden-trouble-investigation/hidden-trouble-app/exclude-form.vue @@ -2,7 +2,7 @@ 返回 - 隐患登记 + 隐患等级 diff --git a/pages/login/register/apply.vue b/pages/login/register/apply.vue index 28d2e2e..1876fb0 100644 --- a/pages/login/register/apply.vue +++ b/pages/login/register/apply.vue @@ -85,9 +85,7 @@ export default { }, buttonloading: { type: Boolean, - default: function() { - return false - } + default: false }, }, data() { diff --git a/pages/news/home.vue b/pages/news/home.vue index 8f7c92a..1712c53 100644 --- a/pages/news/home.vue +++ b/pages/news/home.vue @@ -77,7 +77,10 @@ 通知标题: - {{item.LEVEL}} + {{ item.LEVEL }} + {{ item.LEVEL }} + {{ item.LEVEL }} + {{item.TITLE}} @@ -534,4 +537,7 @@ .blue{ color: #548de7; } + .orange{ + color: #FFA500; + }