From 2be772da9e520390124cceaa81e1dc0c8ea8018d Mon Sep 17 00:00:00 2001
From: licp <lichunping@guanfang.com.cn>
Date: 星期五, 19 七月 2024 17:29:58 +0800
Subject: [PATCH] 对接费用统计导出
---
src/view/notice.vue | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/src/view/notice.vue b/src/view/notice.vue
index 00bc85e..94e76ef 100644
--- a/src/view/notice.vue
+++ b/src/view/notice.vue
@@ -6,7 +6,8 @@
:direction="direction"
:before-close="handleClose" style="height: 100vh;z-index: 9999999;" size="450px">
<div class="notice-content" v-loading="loading">
- <scroll-pagination @load="refresh" :finishLoding="finishLoding" :list="list">
+ <el-button size="small" type="primary" @click="handleDropdownAll(1)" style="margin-bottom: 10px;margin-left: 330px;">鍏ㄩ儴宸茶</el-button>
+ <scroll-pagination @load="refresh" :finishLoding="finishLoding" :list="list" style="height: calc(100% - 50px);" v-if="list.length>1||loading">
<div
class="notice-content-item"
v-for="(m,i) in list"
@@ -221,6 +222,7 @@
this.keyMap = {};
this.currentPage = 1;
this.refresh();
+ this.$emit('goNoticeDetail')
})
}
},
--
Gitblit v1.9.3