实现文件上传和删除后自动更新列表
This commit is contained in:
@@ -237,6 +237,10 @@
|
||||
<el-table-column prop="colfilesize" label="大小" width="80">
|
||||
</el-table-column>
|
||||
<el-table-column prop="coltime" label="上传时间">
|
||||
</el-table-column>
|
||||
<el-table-column prop="courseName" label="课程名">
|
||||
</el-table-column>
|
||||
<el-table-column prop="workFolder" label="作业名">
|
||||
</el-table-column>
|
||||
<el-table-column fixed="right" label="操作" width="150">
|
||||
<template slot-scope="scope">
|
||||
|
||||
Reference in New Issue
Block a user