We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
比如有一个模型,新增每一条数据时都需要上传一个图片和一个文件
能不能完成这个效果:批量添加模型数据,导入一个excel,里边有图片和文件都本地路径的列,比如:
|名称|图片路径|文件路径| |模型1|c:\1.jpg|c:\1.txt| |模型2|c:\2.jpg|c:\2.txt| |模型3|c:\3.jpg|c:\3.txt|
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description:
比如有一个模型,新增每一条数据时都需要上传一个图片和一个文件
能不能完成这个效果:批量添加模型数据,导入一个excel,里边有图片和文件都本地路径的列,比如:
|名称|图片路径|文件路径|
|模型1|c:\1.jpg|c:\1.txt|
|模型2|c:\2.jpg|c:\2.txt|
|模型3|c:\3.jpg|c:\3.txt|
Steps To Reproduce:
The text was updated successfully, but these errors were encountered: