From e91d7fc9796ea2a5c4b428f0a1bf7805a2c9d537 Mon Sep 17 00:00:00 2001 From: xuhaoyun Date: Fri, 19 May 2023 11:22:05 +0800 Subject: [PATCH] 0519 --- src/api/companyCanban/index.js | 9 ++ src/components/login.vue | 1 + src/views/archives/anjian.vue | 6 +- src/views/archives/car.vue | 6 +- src/views/archives/fangke.vue | 16 +-- src/views/archives/qiyeyuangong.vue | 6 +- src/views/archives/wupin.vue | 6 +- src/views/companyCanban/fangyi.vue | 158 +++++++++++++++++++++++++++- src/views/safetyIndex/yuangong.vue | 2 +- 9 files changed, 187 insertions(+), 23 deletions(-) create mode 100644 src/api/companyCanban/index.js diff --git a/src/api/companyCanban/index.js b/src/api/companyCanban/index.js new file mode 100644 index 0000000..4da97cd --- /dev/null +++ b/src/api/companyCanban/index.js @@ -0,0 +1,9 @@ +import request from '@/utils/request' +//基本信息 +export function epidemicTrend(params) { + return request({ + url: '/safety/signboard/epidemic/trend', + method: 'post', + params + }) +} diff --git a/src/components/login.vue b/src/components/login.vue index c0fc48e..a3f0659 100644 --- a/src/components/login.vue +++ b/src/components/login.vue @@ -95,6 +95,7 @@ export default { this.$store.dispatch("Login", param) .then((res) => { if (res.code === 200) { + sessionStorage.setItem('activeIndex', '1') this.$router.push({ path: '/home/safetyIndex' }) diff --git a/src/views/archives/anjian.vue b/src/views/archives/anjian.vue index 7cf6bfa..dae7840 100644 --- a/src/views/archives/anjian.vue +++ b/src/views/archives/anjian.vue @@ -32,7 +32,7 @@
+ :page-sizes="[5]" layout="total, sizes, prev, pager, next, jumper" :total="total">
@@ -107,7 +107,7 @@ export default { data() { return { formInline: {}, - pageSize: 3, + pageSize: 5, pageNum: 1, total: 0, diaVisible: false, @@ -160,7 +160,7 @@ export default { \ No newline at end of file diff --git a/src/views/safetyIndex/yuangong.vue b/src/views/safetyIndex/yuangong.vue index 1b3f4a8..354f9f7 100644 --- a/src/views/safetyIndex/yuangong.vue +++ b/src/views/safetyIndex/yuangong.vue @@ -341,7 +341,7 @@ export default { } .zongshu { - width: 350px; + width: 400px; height: 26px; margin: 5px auto; background: url('~@/assets/safetyIndex/7691.png') no-repeat;