丽知中台报表更新

This commit is contained in:
hyt 2024-11-30 16:53:14 +08:00
parent 19cf8f2d34
commit fbe4a369b1
2 changed files with 77 additions and 77 deletions

View File

@ -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>

View File

@ -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() {