From f393af9623c26ae177a3f69b8676afc4e23bff8d Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期二, 08 二月 2022 14:48:51 +0800
Subject: [PATCH] 2022-02-08

---
 src/menu/datasource/verifycard/index.jsx |   15 +++++++++++----
 1 files changed, 11 insertions(+), 4 deletions(-)

diff --git a/src/menu/datasource/verifycard/index.jsx b/src/menu/datasource/verifycard/index.jsx
index 8f8afd6..3c0b394 100644
--- a/src/menu/datasource/verifycard/index.jsx
+++ b/src/menu/datasource/verifycard/index.jsx
@@ -42,7 +42,7 @@
         dataIndex: 'label',
         inputType: 'input',
         editable: true,
-        width: '28%'
+        width: '20%'
       },
       {
         title: '瀛楁',
@@ -51,7 +51,7 @@
         editable: true,
         unique: true,
         copy: true,
-        width: '28%'
+        width: '20%'
       },
       {
         title: '鏁版嵁绫诲瀷',
@@ -90,8 +90,15 @@
           { value: 'datetime', text: 'datetime' },
         ],
         editable: true,
-        width: '25%',
-      }
+        width: '20%',
+      },
+      {
+        title: '澶囨敞',
+        dataIndex: 'remark',
+        inputType: 'textarea',
+        editable: true,
+        width: '20%'
+      },
     ],
     scriptsColumns: [
       {

--
Gitblit v1.8.0