|
@@ -97,11 +97,10 @@
|
|
>
|
|
>
|
|
<template #empty>
|
|
<template #empty>
|
|
<div class="customC">
|
|
<div class="customC">
|
|
- <div style="height: 50px;line-height: 50px;width: 47.4px;display: flex;justify-content: center;">
|
|
|
|
|
|
+ <div style="height: 50px;line-height: 50px;width: 47.4px;">
|
|
<img style="width: 100%;" src="../../../assets/flieKong.svg" alt="">
|
|
<img style="width: 100%;" src="../../../assets/flieKong.svg" alt="">
|
|
</div>
|
|
</div>
|
|
<div style="height: 50px;line-height: 40px;">暂无数据内容...</div>
|
|
<div style="height: 50px;line-height: 40px;">暂无数据内容...</div>
|
|
-
|
|
|
|
</div>
|
|
</div>
|
|
</template>
|
|
</template>
|
|
<el-table-column
|
|
<el-table-column
|
|
@@ -125,15 +124,15 @@
|
|
prop="username"
|
|
prop="username"
|
|
label="拥有者"
|
|
label="拥有者"
|
|
show-overflow-tooltip
|
|
show-overflow-tooltip
|
|
- width="220"
|
|
|
|
|
|
+ width="120"
|
|
></el-table-column>
|
|
></el-table-column>
|
|
|
|
|
|
- <el-table-column label="处理状态" width="80px">
|
|
|
|
|
|
+ <el-table-column label="处理状态" width="120px">
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
{{ getState(scope.row.ingestionStatus) }}
|
|
{{ getState(scope.row.ingestionStatus) }}
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
- <el-table-column label="是否提取" width="80px">
|
|
|
|
|
|
+ <el-table-column label="是否提取" width="120px">
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
{{ getState2(scope.row.extractionStatus) }}
|
|
{{ getState2(scope.row.extractionStatus) }}
|
|
</template>
|
|
</template>
|
|
@@ -141,7 +140,7 @@
|
|
<el-table-column
|
|
<el-table-column
|
|
label="文件类型"
|
|
label="文件类型"
|
|
show-overflow-tooltip
|
|
show-overflow-tooltip
|
|
- min-width="10"
|
|
|
|
|
|
+ width="120"
|
|
>
|
|
>
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
{{ scope.row.documentType ? scope.row.documentType : "-" }}
|
|
{{ scope.row.documentType ? scope.row.documentType : "-" }}
|
|
@@ -889,7 +888,7 @@ export default {
|
|
}
|
|
}
|
|
|
|
|
|
.mask {
|
|
.mask {
|
|
- background-color: rgb(0 0 0 / 30%);
|
|
|
|
|
|
+ /* background-color: rgb(0 0 0 / 30%); */
|
|
/* position: fixed; */
|
|
/* position: fixed; */
|
|
position: absolute;
|
|
position: absolute;
|
|
top: 0;
|
|
top: 0;
|
|
@@ -1156,6 +1155,31 @@ export default {
|
|
.list_file_box {
|
|
.list_file_box {
|
|
width: 100%;
|
|
width: 100%;
|
|
}
|
|
}
|
|
|
|
+.list_file_box >>> .el-table__empty-block{
|
|
|
|
+ height: 300px !important;
|
|
|
|
+ display: flex;
|
|
|
|
+ align-items: center;
|
|
|
|
+}
|
|
|
|
+.list_file_box >>> .el-table__empty-block div{
|
|
|
|
+ display: flex;
|
|
|
|
+ flex-direction: column;
|
|
|
|
+ align-items: center;
|
|
|
|
+ /* justify-content: center; */
|
|
|
|
+}
|
|
|
|
+.customC{
|
|
|
|
+ /* height: 300px; */
|
|
|
|
+
|
|
|
|
+ /* width: 100px; */
|
|
|
|
+ /* height: 400px;
|
|
|
|
+ display: flex;
|
|
|
|
+ flex-direction: column;
|
|
|
|
+ align-items: center;
|
|
|
|
+ justify-content: center;
|
|
|
|
+ flex-wrap: wrap;
|
|
|
|
+ font-size: 14px;
|
|
|
|
+ margin-top: .5rem;
|
|
|
|
+ color: #667085; */
|
|
|
|
+}
|
|
.list_file_box >>>table th{
|
|
.list_file_box >>>table th{
|
|
border:none !important;
|
|
border:none !important;
|
|
background-color: #F0F2F5 !important; /* 浅灰色背景 */
|
|
background-color: #F0F2F5 !important; /* 浅灰色背景 */
|
|
@@ -1425,18 +1449,7 @@ export default {
|
|
justify-content: center;
|
|
justify-content: center;
|
|
line-height: 22px !important;
|
|
line-height: 22px !important;
|
|
}
|
|
}
|
|
-.customC{
|
|
|
|
- /* width: 100px; */
|
|
|
|
- height: 400px;
|
|
|
|
- display: flex;
|
|
|
|
- flex-direction: column;
|
|
|
|
- align-items: center;
|
|
|
|
- justify-content: center;
|
|
|
|
- flex-wrap: wrap;
|
|
|
|
- font-size: 14px;
|
|
|
|
- margin-top: .5rem;
|
|
|
|
- color: #667085;
|
|
|
|
-}
|
|
|
|
|
|
+
|
|
.list_file_box >>> .el-table-column--selection .cell{
|
|
.list_file_box >>> .el-table-column--selection .cell{
|
|
display: flex !important;
|
|
display: flex !important;
|
|
align-items: center !important;
|
|
align-items: center !important;
|