From 4ad10bb7d7e721f8d46a4615f3c4f0685a56aa77 Mon Sep 17 00:00:00 2001
From: zuozhengqing <a13193816592@163.com>
Date: 星期四, 19 十月 2023 20:20:34 +0800
Subject: [PATCH] "报表表格右对齐"

---
 src/views/reportForm/locationReport/index.vue |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/views/reportForm/locationReport/index.vue b/src/views/reportForm/locationReport/index.vue
index a70bf23..62adb10 100644
--- a/src/views/reportForm/locationReport/index.vue
+++ b/src/views/reportForm/locationReport/index.vue
@@ -166,7 +166,7 @@
           isShowColumn: true,
           default: true,
           unit: "",
-          textAlign:"left"
+          textAlign:"right"
         },
         {
           label: "棰勭暀鏁伴噺",
@@ -174,7 +174,7 @@
           isShowColumn: true,
           default: true,
           unit: "",
-          textAlign:"left"
+          textAlign:"right"
         },
         {
           label: "鍗曚綅",
@@ -189,7 +189,7 @@
           width: 120,
           default: false,
           isShowColumn: showcol.includes("浠峰��"),
-          textAlign:"left",
+          textAlign:"right",
           unit: "锟�"
         }
       ]

--
Gitblit v1.8.0