diff --git a/src/views/system/Notification/index.vue b/src/views/system/Notification/index.vue new file mode 100644 index 0000000..932dda3 --- /dev/null +++ b/src/views/system/Notification/index.vue @@ -0,0 +1,186 @@ + + + + + + + + 待办({{ todonum }}) + + + 通知({{ noticnum }}) + + + + + 代办({{ todonum }}) + 清除未读 + + + 通知({{ noticnum }}) + 清除未读 + + + (item.disabled = !item.disabled)" + :class="{ + disable: item.disabled + }" + > + 报修工单提醒 + 您有一条新的报修工单需要处理,保修标题:下水道堵塞 + + + + + 报修工单通知 + 您有一条新的报修工单需要处理,保修标题:下水道堵塞 + + + + + + + + + + diff --git a/src/views/system/statistics/Payment/index.vue b/src/views/system/statistics/Payment/index.vue index f80a4dd..f8999b3 100644 --- a/src/views/system/statistics/Payment/index.vue +++ b/src/views/system/statistics/Payment/index.vue @@ -14,7 +14,7 @@ - + 收入来源 @@ -41,7 +41,7 @@ - + 缴费方式 @@ -52,12 +52,12 @@ - + - + 缴费方式 diff --git a/src/views/system/statistics/Personnel/index.vue b/src/views/system/statistics/Personnel/index.vue index 166ad87..81a0e67 100644 --- a/src/views/system/statistics/Personnel/index.vue +++ b/src/views/system/statistics/Personnel/index.vue @@ -13,7 +13,7 @@ 重置 - + 入住情况 @@ -27,7 +27,7 @@ - + 住户分析情况 @@ -35,7 +35,7 @@ - + 男女比例 @@ -44,21 +44,20 @@ - - - + + + - + - - + @@ -103,9 +102,9 @@ const options = shallowRef({ label: { show: true, position: 'center', - fontSize: 20, + fontSize: 18, fontWeight: 'bold', - formatter: ' 85% \n\n 入住率' + formatter: ' 85% \n 入住率' }, data: [{ value: 85 }, { value: 15, itemStyle: { color: 'transparent' } }] } @@ -461,6 +460,7 @@ const flowLineOption = shallowRef({ justify-content: space-between; .card_leftbox { text-align: center; + margin-right: 20px; .labelbox { font-size: 16px; }