From af60046c5009f963b21563eda32e7ef0aeaf0625 Mon Sep 17 00:00:00 2001 From: luxiaotao1123 <t1341870251@163.com> Date: 星期四, 19 九月 2024 13:38:19 +0800 Subject: [PATCH] # --- zy-acs-flow/src/page/components/ImportModal.jsx | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/zy-acs-flow/src/page/components/ImportModal.jsx b/zy-acs-flow/src/page/components/ImportModal.jsx index 742c8c4..ceba0b3 100644 --- a/zy-acs-flow/src/page/components/ImportModal.jsx +++ b/zy-acs-flow/src/page/components/ImportModal.jsx @@ -158,7 +158,7 @@ <FileInput source="csv" - label="Excel File" + label="CSV File" accept={{ 'text/csv': ['.csv'] }} onChange={handleFileChange} > -- Gitblit v1.9.1