From 7df416ca969b4b19071ee88a7c74c79af271a98e Mon Sep 17 00:00:00 2001
From: xy <271556543@qq.com>
Date: Wed, 11 Oct 2023 10:50:06 +0800
Subject: [PATCH] 2023-10-11
---
src/layout/components/Sidebar/SidebarItem.vue | 208 ++--
src/store/modules/settings.js | 7 +-
src/views/component/detail.vue | 2 +-
src/views/component/map.vue | 12 +-
src/views/contract/setting.vue | 52 +
src/views/dashboard/components/PanelGroup.vue | 894 +++++++++---------
src/views/dashboard/index.vue | 4 +-
7 files changed, 618 insertions(+), 561 deletions(-)
create mode 100644 src/views/contract/setting.vue
diff --git a/src/layout/components/Sidebar/SidebarItem.vue b/src/layout/components/Sidebar/SidebarItem.vue
index 5ecf7f7..e580e5e 100644
--- a/src/layout/components/Sidebar/SidebarItem.vue
+++ b/src/layout/components/Sidebar/SidebarItem.vue
@@ -1,104 +1,104 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/store/modules/settings.js b/src/store/modules/settings.js
index b3f33f8..d19c65b 100644
--- a/src/store/modules/settings.js
+++ b/src/store/modules/settings.js
@@ -5,7 +5,12 @@ const { showSettings, fixedHeader, sidebarLogo } = defaultSettings
const state = {
showSettings: showSettings,
fixedHeader: fixedHeader,
- sidebarLogo: sidebarLogo
+ sidebarLogo: sidebarLogo,
+
+ warning: {
+ remind: 1,
+
+ }
}
const mutations = {
diff --git a/src/views/component/detail.vue b/src/views/component/detail.vue
index 874f38d..a52f533 100644
--- a/src/views/component/detail.vue
+++ b/src/views/component/detail.vue
@@ -314,7 +314,7 @@ export default {
width: 150
},
{
- label: '租聘期限',
+ label: '租赁期限',
width: 190,
customFn:row => {
return (
diff --git a/src/views/component/map.vue b/src/views/component/map.vue
index 2c141d4..030f4bb 100644
--- a/src/views/component/map.vue
+++ b/src/views/component/map.vue
@@ -14,13 +14,13 @@
{{ Math.round(Math.random()*5000+5000) }} 平方
-
租聘面积
-
{{ listFilter.reduce((a,b) => a + Number(b.shijimianji || 0),0) }} 平方
-
-
-
公益产业
-
{{ Math.round(Math.random()*5000+5000) }} 平方
+
租赁面积
+
{{ listFilter.reduce((a,b) => a + Number(b.shijimianji || 0),0) }} 平方
+
+
+
+
diff --git a/src/views/contract/setting.vue b/src/views/contract/setting.vue
new file mode 100644
index 0000000..5248135
--- /dev/null
+++ b/src/views/contract/setting.vue
@@ -0,0 +1,52 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 确认
+ 取消
+
+
+
+
+
+
+
+
diff --git a/src/views/dashboard/components/PanelGroup.vue b/src/views/dashboard/components/PanelGroup.vue
index 36c0475..1ce443f 100644
--- a/src/views/dashboard/components/PanelGroup.vue
+++ b/src/views/dashboard/components/PanelGroup.vue
@@ -1,448 +1,448 @@
-
-
-
-
-
- 经营统计
-
-
-
-
总计
-
-
-
- {{totaldata.business.server_money_total}}
-
-
-
- {{totaldata.business.nurse_money_total}}
- 房产租赁金额
-
-
- {{totaldata.business.remain_money_total}}
- 土地租赁金额
-
-
-
-
-
-
-
-
-
- 房产统计
-
-
-
-
总计
-
-
-
- {{totaldata.person_efficiency.server_time_total}}
-
-
-
-
-
- {{totaldata.person_efficiency.expect}}
- 出租
-
-
- {{totaldata.person_efficiency.act}}
- 闲置
-
-
-
-
-
-
-
-
- 土地统计
-
-
-
-
总计
-
-
-
- {{totaldata.customer.active}}
-
-
-
- {{totaldata.customer.add}}
- 出租
-
-
- {{totaldata.customer.wash}}
- 闲置
-
-
-
-
-
-
-
-
-
- 合同统计
-
-
-
-
总计
-
-
-
{{totaldata.order.server_total}}
-
-
-
- {{totaldata.order.cycle_total}}
- 即将到期
-
-
- {{totaldata.order.unit_total}}
- 进行中
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/src/views/dashboard/index.vue b/src/views/dashboard/index.vue
index 3079f60..3cfb87b 100644
--- a/src/views/dashboard/index.vue
+++ b/src/views/dashboard/index.vue
@@ -96,7 +96,7 @@
align: 'left'
},
{
- label: '出租房',
+ label: '出租方',
prop: 'chuzufang',
width: 150
},
@@ -106,7 +106,7 @@
width: 150
},
{
- label: '租聘期限',
+ label: '租赁期限',
width: 190,
customFn:row => {
return (