Commit 22095cb7 by 赵增煜

去除csv

parent d5e45766
......@@ -111,7 +111,7 @@ public function form()
{
$this->file('import_file', '文件')
->disk('local')
->accept('xlsx,csv')
->accept('xlsx')
->maxSize(1024 * 30)
->autoUpload()
->uniqueName()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment