|
|
|
@ -82,7 +82,7 @@ |
|
|
|
<div class="flex gap12"> |
|
|
|
<span class="resetBtn" @click="handleShowInfo(scope.row.id,'0')">重新提取</span> |
|
|
|
<span class="resetBtn" @click="handleShowInfo(scope.row.id,'1')">重新排版</span> |
|
|
|
<GuipButton type="text" @click="downLoadInfo(scope.row.id)">下载</GuipButton> |
|
|
|
<GuipButton type="text" @click="downLunwen(scope.row.id)">下载</GuipButton> |
|
|
|
</div> |
|
|
|
</template> |
|
|
|
</el-table-column> |
|
|
|
@ -221,6 +221,7 @@ export default { |
|
|
|
}, |
|
|
|
downLoadInfo(tid){ |
|
|
|
console.log(tid); |
|
|
|
this.downLunwen(tid) |
|
|
|
// try { |
|
|
|
// this.$http('POST', '/supernew/down_paiban_template_require', { |
|
|
|
// template_id:tid |
|
|
|
@ -273,7 +274,7 @@ export default { |
|
|
|
} |
|
|
|
|
|
|
|
.status{ |
|
|
|
width: 65px; |
|
|
|
width: fit-content; |
|
|
|
height: 22px; |
|
|
|
display: flex; |
|
|
|
justify-content: center; |
|
|
|
|