|
@ -33,7 +33,7 @@ |
|
|
> |
|
|
> |
|
|
<span |
|
|
<span |
|
|
v-else-if="scope.row.processStatus == 'finished_fail' && !scope.row.resultDescFile" |
|
|
v-else-if="scope.row.processStatus == 'finished_fail' && !scope.row.resultDescFile" |
|
|
>导入失败</span |
|
|
>导入失败,未知错误</span |
|
|
> |
|
|
> |
|
|
</template> |
|
|
</template> |
|
|
</el-table-column> |
|
|
</el-table-column> |
|
@ -85,7 +85,7 @@ export default { |
|
|
}, |
|
|
}, |
|
|
computed: { |
|
|
computed: { |
|
|
maxTableHeight() { |
|
|
maxTableHeight() { |
|
|
return this.clientHeight - 450; |
|
|
return this.clientHeight - 300; |
|
|
}, |
|
|
}, |
|
|
...mapGetters(["clientHeight"]), |
|
|
...mapGetters(["clientHeight"]), |
|
|
}, |
|
|
}, |
|
|