|
@@ -126,11 +126,11 @@
|
|
|
{{ getState(scope.row.ingestionStatus) }}
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column :label=lang.graphExtraction width="120px">
|
|
|
+ <!-- <el-table-column :label=lang.graphExtraction width="120px">
|
|
|
<template slot-scope="scope">
|
|
|
{{ getState2(scope.row.extractionStatus) }}
|
|
|
</template>
|
|
|
- </el-table-column>
|
|
|
+ </el-table-column> -->
|
|
|
<el-table-column
|
|
|
prop="documentType"
|
|
|
:label=lang.fileType
|
|
@@ -164,6 +164,7 @@
|
|
|
>提取</el-button
|
|
|
> -->
|
|
|
<div class="btnBh"
|
|
|
+ v-show="false"
|
|
|
@click="extractFile(scope.row)"
|
|
|
@mouseover="isHover = true"
|
|
|
:disabled="scope.row.ingestionStatus == 'failed'"
|
|
@@ -540,7 +541,13 @@ export default {
|
|
|
"jpeg",
|
|
|
"png",
|
|
|
"gif",
|
|
|
- "bmp"
|
|
|
+ "bmp",
|
|
|
+ // "mp3",
|
|
|
+ // "wav",
|
|
|
+ // "m4a",
|
|
|
+ // "m4v",
|
|
|
+ // "m4b",
|
|
|
+ // "m4p"
|
|
|
];
|
|
|
|
|
|
const uploadFiles = async files => {
|