问题修复
This commit is contained in:
parent
c88770a26f
commit
11bea81e6b
|
|
@ -119,7 +119,13 @@
|
|||
:prop="column.prop"
|
||||
align="center"
|
||||
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>
|
||||
<TitleTip :title="`附件信息`" />
|
||||
|
||||
|
|
|
|||
|
|
@ -914,7 +914,7 @@ export default {
|
|||
let start = new Date()
|
||||
start.setMonth(start.getMonth() - 1)
|
||||
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.getOutNum()
|
||||
this.GetUnitData()
|
||||
|
|
|
|||
Loading…
Reference in New Issue