diff --git a/App.vue b/App.vue index 8cca913..44e7001 100644 --- a/App.vue +++ b/App.vue @@ -1,11 +1,11 @@ - + + + diff --git a/pages/index/comp/apply.vue b/pages/index/comp/apply.vue index 68a3318..8ff34f0 100644 --- a/pages/index/comp/apply.vue +++ b/pages/index/comp/apply.vue @@ -222,21 +222,21 @@ export default { }, judgment(val, key) { switch (val) { - case '电压暂降': + case '暂降': return { type: 'sag', icon: 'icon-a-svg4', color: '#2563eb', size: '25', } - case '电压暂升': + case '暂升': return { type: 'swell', icon: 'icon-a-svg5', color: '#e6a23c', size: '25', } - case '电压中断': + case '中断': return { type: 'interrupt', icon: 'icon-zhongduan2', diff --git a/pages/index/comp/indexGongCheng.vue b/pages/index/comp/indexGongCheng.vue index e573a36..1b840f1 100644 --- a/pages/index/comp/indexGongCheng.vue +++ b/pages/index/comp/indexGongCheng.vue @@ -1,7 +1,7 @@