This commit is contained in:
qsh
2025-05-29 16:18:29 +08:00
parent 126853ad45
commit cd3a39fa47
8 changed files with 421 additions and 31 deletions

View File

@@ -63,7 +63,7 @@
</el-badge>
</template>
</el-tab-pane>
<el-tab-pane :name="4">
<!-- <el-tab-pane :name="4">
<template #label>
<el-badge :value="tabCount.notifyNum" :max="99" :show-zero="false">
<el-tooltip content="特指OKR中@我的消息" placement="top" effect="dark">
@@ -85,7 +85,7 @@
</template>
</el-table-column>
</el-table>
</el-tab-pane>
</el-tab-pane> -->
</el-tabs>
<el-table v-if="tabIndex != 4" :data="tableList">
@@ -243,7 +243,7 @@ function getTabCount() {
const loading = ref(false)
const tableList = ref([])
const mentionedList = ref([])
// const mentionedList = ref([])
const total = ref(0)
function getList() {
loading.value = true
@@ -288,10 +288,10 @@ function handleNotice(row) {
})
}
function handleShow(row) {
console.log(row)
message.success('打开okr详情页')
}
// function handleShow(row) {
// console.log(row)
// message.success('打开okr详情页')
// }
</script>
<style lang="scss" scoped></style>