【修改】小bug
This commit is contained in:
@@ -504,7 +504,7 @@ const removePoint = (row) => {
|
||||
}
|
||||
}
|
||||
}
|
||||
function fileTypeFormatter(cellValue) {
|
||||
function fileTypeFormatter(row, column, cellValue) {
|
||||
if (cellValue === '0') return '素材文件(上传ZIP)'
|
||||
if (cellValue === '1') return '考试文件'
|
||||
if (cellValue === '2') return '结果文件'
|
||||
|
Reference in New Issue
Block a user