丽知中台报表更新
This commit is contained in:
parent
19cf8f2d34
commit
fbe4a369b1
|
@ -65,7 +65,7 @@
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
<template #operation="{row}">
|
<template #operation="{row}">
|
||||||
<div style="color: blue;cursor: pointer" @click="clickHandle(row)">
|
<div style="color: blue;cursor: pointer" @click="clickHandle(row)" v-if="row.approve!=='Y'">
|
||||||
补推
|
补推
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
|
@ -311,7 +311,7 @@ export default {
|
||||||
const res = await pushByIdAPI({
|
const res = await pushByIdAPI({
|
||||||
id: row.id
|
id: row.id
|
||||||
})
|
})
|
||||||
this.$vmNews(res.msg, 'success')
|
this.$vmNews(res.attribute, res.flag ? 'success' : '')
|
||||||
this.init()
|
this.init()
|
||||||
},
|
},
|
||||||
async downLoad() {
|
async downLoad() {
|
||||||
|
|
Loading…
Reference in New Issue