From 701e35c3852f384598bcf9aa59d94fe54b62bc68 Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Sat, 17 Jul 2021 10:47:23 +0800
Subject: [PATCH] 样式

---
 src/views/securityUnitOperation/operationTable.vue |   20 ++++++++++----------
 1 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/src/views/securityUnitOperation/operationTable.vue b/src/views/securityUnitOperation/operationTable.vue
index 0d7fad5..a88aa2e 100644
--- a/src/views/securityUnitOperation/operationTable.vue
+++ b/src/views/securityUnitOperation/operationTable.vue
@@ -24,24 +24,24 @@
         {
           date: "2016-05-02",
           name: "王小虎",
-          address: "上海市普陀区金沙江路 1518 弄"
+          address: "上海市普陀区金沙江路 1518 弄",
         },
         {
           date: "2016-05-04",
           name: "王小虎",
-          address: "上海市普陀区金沙江路 1517 弄"
+          address: "上海市普陀区金沙江路 1517 弄",
         },
         {
           date: "2016-05-01",
           name: "王小虎",
-          address: "上海市普陀区金沙江路 1519 弄"
+          address: "上海市普陀区金沙江路 1519 弄",
         },
         {
           date: "2016-05-03",
           name: "王小虎",
-          address: "上海市普陀区金沙江路 1516 弄"
-        }
-      ]
+          address: "上海市普陀区金沙江路 1516 弄",
+        },
+      ],
     };
   },
   methods: {
@@ -50,12 +50,12 @@
       let etout = XLSX.write(et, {
         bookType: "xlsx",
         bookSST: true,
-        type: "array"
+        type: "array",
       });
       try {
         FileSaver.saveAs(
           new Blob([etout], {
-            type: "application/octet-stream"
+            type: "application/octet-stream",
           }),
           `表.xlsx`
         ); //导出的文件名
@@ -63,9 +63,9 @@
         console.log(e, etout);
       }
       return etout;
-    }
+    },
   },
-  mounted() {}
+  mounted() {},
 };
 </script>
 <style>

--
Gitblit v1.9.3