|
|
@ -11,7 +11,7 @@ |
|
|
|
<li><span style="width: 114px;">匹配模式:</span>{{ hitchObject && hitchObject.matchingMode === 1 ? '全量匹配' : (hitchObject && hitchObject.checkRepeatType === 2 ? '前缀模糊匹配' : '后缀模糊匹配') }}</li> |
|
|
|
<li style="width: 100%;"><span>挂接结果:</span>共 {{ hitchObject &&hitchObject.total }} 条原文,成功 <i class="success-status"> {{ hitchObject &&hitchObject.successNum }}</i> 条,失败 <i class="error-status"> {{ hitchObject &&hitchObject.failNum }}</i> 条</li> |
|
|
|
</ul> |
|
|
|
<el-table ref="table" v-loading="tableLoading" :data="tableData" style="width: 100%;"> |
|
|
|
<el-table ref="table" v-loading="tableLoading" :data="tableData" style="width: 100%;" height="calc(100vh - 400px)"> |
|
|
|
<el-table-column prop="fileName" label="文件名称" /> |
|
|
|
<el-table-column prop="mountResult" label="操作结果" width="100px" align="center"> |
|
|
|
<template slot-scope="scope"> |
|
|
@ -108,4 +108,7 @@ export default { |
|
|
|
.row-state{ |
|
|
|
padding: 0 10px; |
|
|
|
} |
|
|
|
.el-pagination{ |
|
|
|
margin: 24px 0 10px 0 !important; |
|
|
|
} |
|
|
|
</style> |