From 753334c6550d4363b6c5e0d168dd0ee0fc8213dc Mon Sep 17 00:00:00 2001
From: liuqimichale <123456lq>
Date: Thu, 13 Dec 2018 09:25:41 +0800
Subject: [PATCH] 进出场
---
src/views/berthsection.vue | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/src/views/berthsection.vue b/src/views/berthsection.vue
index 1223438..c218e81 100644
--- a/src/views/berthsection.vue
+++ b/src/views/berthsection.vue
@@ -4,7 +4,7 @@
78%
占有
@@ -38,6 +38,10 @@ export default { }, data() { return { + pieChartData: { + yData: [100,200], + legendData: ['空余','占有'] + }, totalVal: '21973', free: '454123', nofree: '5125' -- libgit2 0.21.4