数字能力超市

This commit is contained in:
a0049873 2022-07-05 20:05:53 +08:00
parent d5d85a194c
commit e65a8765fb
2 changed files with 8 additions and 4 deletions

View File

@ -1,8 +1,8 @@
/*
* @Author: hisense.wuhongjian
* @Date: 2020-07-07 16:03:23
* @LastEditors: hisense.wuhongjian
* @LastEditTime: 2022-07-04 14:23:05
* @LastEditors: hisense.liangjunhua
* @LastEditTime: 2022-07-05 20:03:57
* @Description: 数据资源参数配置
*/
const newLocation = 'qingdao'

View File

@ -2,7 +2,7 @@
* @Author: hisense.liangjunhua
* @Date: 2022-06-19 10:16:10
* @LastEditors: hisense.liangjunhua
* @LastEditTime: 2022-06-19 17:52:19
* @LastEditTime: 2022-07-05 20:03:31
* @Description: 告诉大家这是什么
-->
<template>
@ -44,6 +44,7 @@
<div
:class="{ select: select == '区市应用资源排名' }"
@click="selectNav('区市应用资源排名')"
v-if="!whoShow1.itShowXiHaiAn"
>
区市应用资源排名
<i v-show="select == '区市应用资源排名'"></i>
@ -67,6 +68,8 @@
const num3 = ref(0)
const select = ref('区市应用资源排名')
let myChart = null
// eslint-disable-next-line no-undef
const whoShow1 = whoShow
const selectNav = (val) => {
select.value = val
switch (val) {
@ -365,11 +368,12 @@
position: relative;
.nav {
position: absolute;
width: 7.5rem;
z-index: 10;
top: 0.3rem;
left: 0;
display: flex;
justify-content: space-between;
justify-content: space-around;
padding: 0 1.5rem;
& > div {
cursor: pointer;