问题修复

This commit is contained in:
hongchao 2026-02-05 17:35:58 +08:00
parent c88770a26f
commit 11bea81e6b
2 changed files with 8 additions and 2 deletions

View File

@ -119,7 +119,13 @@
:prop="column.prop" :prop="column.prop"
align="center" align="center"
show-overflow-tooltip show-overflow-tooltip
></el-table-column> >
<template #header v-if="column.prop === 'transNum'">
<el-tooltip effect="dark" content="当笔历史直转单的在用数量" placement="top">
<span>历史在用数量<i class="el-icon-info" style="color: #409EFF" /></span>
</el-tooltip>
</template>
</el-table-column>
</el-table> </el-table>
<TitleTip :title="`附件信息`" /> <TitleTip :title="`附件信息`" />

View File

@ -914,7 +914,7 @@ export default {
let start = new Date() let start = new Date()
start.setMonth(start.getMonth() - 1) start.setMonth(start.getMonth() - 1)
this.queryParams.time = [this.format(end), this.format(end)] this.queryParams.time = [this.format(end), this.format(end)]
this.queryParams.startTime = this.format(end) this.queryParams.startTime = this.format(start)
this.queryParams.endTime = this.format(end) this.queryParams.endTime = this.format(end)
this.getOutNum() this.getOutNum()
this.GetUnitData() this.GetUnitData()