From b3547d1c531e479021219fda5df153a11b9b52a3 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期一, 31 八月 2020 17:28:09 +0800
Subject: [PATCH] 2020-08-31

---
 src/tabviews/zshare/normalTable/index.jsx |    5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diff --git a/src/tabviews/zshare/normalTable/index.jsx b/src/tabviews/zshare/normalTable/index.jsx
index 5eb8327..d5b303d 100644
--- a/src/tabviews/zshare/normalTable/index.jsx
+++ b/src/tabviews/zshare/normalTable/index.jsx
@@ -512,11 +512,8 @@
       let contents = []
       let images = []
 
-      item.subColumn.forEach((col, index) => {
+      item.subColumn.forEach(col => {
         if (!col.field || !record.hasOwnProperty(col.field)) return
-        if (index) {
-          col.Align = 'right'
-        }
         
         if (col.type === 'number') {
           let content = ''

--
Gitblit v1.8.0