|
@@ -285,13 +285,6 @@
|
|
|
</el-table-column>
|
|
|
<el-table-column prop="status" label="状态">
|
|
|
<template slot-scope="scope">
|
|
|
- <el-popover
|
|
|
- placement="left"
|
|
|
- :width="285"
|
|
|
- trigger="click"
|
|
|
- visible-arrow="false"
|
|
|
- @show="history(scope.row)"
|
|
|
- >
|
|
|
<template>
|
|
|
<span slot="reference">
|
|
|
<span
|
|
@@ -306,7 +299,6 @@
|
|
|
{{ scope.row.status }}
|
|
|
</span>
|
|
|
</template>
|
|
|
- </el-popover>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
@@ -1824,13 +1816,6 @@ export default {
|
|
|
handleCloe() {
|
|
|
this.dialogViewSpareMoney = false
|
|
|
},
|
|
|
- history(row) {
|
|
|
- billoperatehis({ id: row.id })
|
|
|
- .toPromise()
|
|
|
- .then((response) => {
|
|
|
- this.historyList = response
|
|
|
- })
|
|
|
- },
|
|
|
async exportlist() {
|
|
|
const { data } = await export1(
|
|
|
{
|