You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
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: