调整订单当如模板文件为csv
This commit is contained in:
@@ -313,8 +313,8 @@ export function BasicSettings({ formData, onChange, onNext }: BasicSettingsProps
|
||||
const handleDownloadTemplate = () => {
|
||||
// 直接从 public 目录下载文件
|
||||
const link = document.createElement("a")
|
||||
link.href = "/订单导入模板.xls"
|
||||
link.download = "订单导入模板.xls"
|
||||
link.href = "/订单导入模板.csv"
|
||||
link.download = "订单导入模板.csv"
|
||||
document.body.appendChild(link)
|
||||
link.click()
|
||||
document.body.removeChild(link)
|
||||
|
||||
0
Cunkebao/public/订单导入模板.csv
Normal file
0
Cunkebao/public/订单导入模板.csv
Normal file
|
|
Binary file not shown.
4532
SuperAdmin/package-lock.json
generated
Normal file
4532
SuperAdmin/package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user