|
@@ -468,7 +468,7 @@ const showEvaluate = (row: any) => {
|
|
|
compOptions: {
|
|
|
elTagName: 'file-upload',
|
|
|
fileSize: 4096,
|
|
|
- fileType: ['txt'],
|
|
|
+ fileType: ['txt', 'xlsx', 'xls'],
|
|
|
placeholder: '请上传数据集'
|
|
|
}
|
|
|
},
|
|
@@ -882,7 +882,7 @@ const setItemsOptions = () => {
|
|
|
compOptions: {
|
|
|
elTagName: 'file-upload',
|
|
|
fileSize: 4096,
|
|
|
- fileType: ['txt'],
|
|
|
+ fileType: ['txt', 'xlsx', 'xls'],
|
|
|
placeholder: '请上传标签'
|
|
|
}
|
|
|
},
|