1、文件上传功能重构

2、实现签到删除
3、实现签到表格处弹性布局
4、库存删除问题修正
This commit is contained in:
2024-12-16 08:02:05 +08:00
parent ba0d565424
commit de37820973
28 changed files with 1292 additions and 91 deletions

View File

@@ -383,7 +383,7 @@ export default {
},
/** 下载按钮操作 */
handleDownload(row) {
this.$download.oss(row.ossId)
this.$download(row.ossId)
},
/** 删除按钮操作 */
handleDelete(row) {