|
@@ -96,7 +96,7 @@
|
|
label="文件名称"
|
|
label="文件名称"
|
|
align="center"
|
|
align="center"
|
|
sortable="custom"
|
|
sortable="custom"
|
|
- width="300"
|
|
|
|
|
|
+ width="600"
|
|
>
|
|
>
|
|
<template #default="scope">
|
|
<template #default="scope">
|
|
<span>{{ scope.row.name }}</span>
|
|
<span>{{ scope.row.name }}</span>
|
|
@@ -109,6 +109,7 @@
|
|
label="上传时间"
|
|
label="上传时间"
|
|
align="center"
|
|
align="center"
|
|
sortable="custom"
|
|
sortable="custom"
|
|
|
|
+ width="140"
|
|
/>
|
|
/>
|
|
<el-table-column prop="run" label="解析状态" align="center">
|
|
<el-table-column prop="run" label="解析状态" align="center">
|
|
<template #default="scope">
|
|
<template #default="scope">
|
|
@@ -120,7 +121,7 @@
|
|
<div v-if="scope.row.run == 6">文件异常</div>
|
|
<div v-if="scope.row.run == 6">文件异常</div>
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
- <el-table-column label="操作" align="center" width="300">
|
|
|
|
|
|
+ <el-table-column label="操作" align="center" fixed="right" width="180">
|
|
<template #default="scope">
|
|
<template #default="scope">
|
|
<div class="operations-container">
|
|
<div class="operations-container">
|
|
<el-tooltip
|
|
<el-tooltip
|