丽知中台报表更新
This commit is contained in:
parent
19cf8f2d34
commit
fbe4a369b1
|
@ -65,7 +65,7 @@
|
|||
</div>
|
||||
</template>
|
||||
<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>
|
||||
</template>
|
||||
|
|
|
@ -311,7 +311,7 @@ export default {
|
|||
const res = await pushByIdAPI({
|
||||
id: row.id
|
||||
})
|
||||
this.$vmNews(res.msg, 'success')
|
||||
this.$vmNews(res.attribute, res.flag ? 'success' : '')
|
||||
this.init()
|
||||
},
|
||||
async downLoad() {
|
||||
|
|
Loading…
Reference in New Issue