From d340a56429b12c3c893762730638631e147e047c Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期日, 27 八月 2023 13:46:34 +0800 Subject: [PATCH] 2023-08-27 --- src/templates/sharecomponent/actioncomponent/verifyexcelin/index.jsx | 16 ++++++++-------- 1 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/templates/sharecomponent/actioncomponent/verifyexcelin/index.jsx b/src/templates/sharecomponent/actioncomponent/verifyexcelin/index.jsx index 0bc167a..38fdf04 100644 --- a/src/templates/sharecomponent/actioncomponent/verifyexcelin/index.jsx +++ b/src/templates/sharecomponent/actioncomponent/verifyexcelin/index.jsx @@ -73,14 +73,6 @@ ] }, { - title: '蹇呭~', - dataIndex: 'required', - width: '10%', - editable: true, - inputType: 'switch', - render: (text, record) => record.required === 'true' ? '鏄�' : '鍚�' - }, - { title: '瀵煎叆', dataIndex: 'import', width: '10%', @@ -101,6 +93,14 @@ ] }, { + title: '蹇呭~', + dataIndex: 'required', + width: '10%', + editable: true, + inputType: 'switch', + render: (text, record) => record.required === 'true' ? '鏄�' : '鍚�' + }, + { title: '鏈�灏忓��', dataIndex: 'min', width: '10%', -- Gitblit v1.8.0