From b55d1c67769dcc8d90eed2bb4f8a7dfd51e7303a Mon Sep 17 00:00:00 2001
From: zhangxiaoxu123456 <zxx19900626>
Date: 星期三, 27 四月 2022 11:31:35 +0800
Subject: [PATCH] 细节样式

---
 src/pages/show/index/index.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/pages/show/index/index.vue b/src/pages/show/index/index.vue
index 5a89103..7282399 100644
--- a/src/pages/show/index/index.vue
+++ b/src/pages/show/index/index.vue
@@ -486,7 +486,7 @@
   getLabourTable,
   getLabourChart,
   getInsuranceChart,
-  getTownTable,
+  getTownTable
 } from "@/api/index";
 
 export default {
@@ -1066,7 +1066,7 @@
           this.TownTable = res.list
         }
       })
-    },
+    }
   }
 };
 </script>

--
Gitblit v1.9.1