From a06655e10f4242c350a3450c6c21e77f33302e2e Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期五, 27 十一月 2020 22:09:04 +0800 Subject: [PATCH] 2020-11-27 --- src/templates/zshare/verifycard/index.jsx | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/templates/zshare/verifycard/index.jsx b/src/templates/zshare/verifycard/index.jsx index b067018..758fcd7 100644 --- a/src/templates/zshare/verifycard/index.jsx +++ b/src/templates/zshare/verifycard/index.jsx @@ -60,7 +60,7 @@ { title: '鎶ラ敊缂栫爜', dataIndex: 'errorCode', - width: '12%', + width: '13%', editable: true, inputType: 'select', options: [ @@ -73,7 +73,7 @@ { title: '楠岃瘉绫诲瀷', dataIndex: 'verifyType', - width: '13%', + width: '14%', render: (text, record) => record.verifyType === 'logic' ? '閫昏緫楠岃瘉' : '鐗╃悊楠岃瘉', inputType: 'select', editable: true, @@ -85,7 +85,7 @@ { title: '鏄惁鍚敤', dataIndex: 'status', - width: '13%', + width: '14%', editable: true, required: false, inputType: 'switch', -- Gitblit v1.8.0