From ddeb89c2cee4bddd7ad8be44e8a458ed3681dbff Mon Sep 17 00:00:00 2001 From: myTest383
Date: Thu, 31 Oct 2024 17:44:17 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84=E6=95=B0=E6=8D=AE=E5=A4=A7?= =?UTF-8?q?=E5=B1=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/mortgage/projectInfo.vue | 4 +- src/views/mortgage/projectList.vue | 5 +- src/views/mortgage/shanhaiGf.vue | 141 ++++++++++++++++++++++++----- vue.config.js | 4 +- 4 files changed, 124 insertions(+), 30 deletions(-) diff --git a/src/views/mortgage/projectInfo.vue b/src/views/mortgage/projectInfo.vue index 6752365..d10136e 100644 --- a/src/views/mortgage/projectInfo.vue +++ b/src/views/mortgage/projectInfo.vue @@ -26,11 +26,11 @@
项目负责人
- {{ formobj.manager }} + {{ formobj.contacts }}
联系电话
- {{ formobj.telephone }} + {{ formobj.mob }}
diff --git a/src/views/mortgage/projectList.vue b/src/views/mortgage/projectList.vue index 062ffc5..dfe5efe 100644 --- a/src/views/mortgage/projectList.vue +++ b/src/views/mortgage/projectList.vue @@ -68,8 +68,9 @@ - - + + 报告消息列表

-
+
--> + + +
    +
  • +

    {{ item.createTime }}

    +

    + {{ item.entryName }} +

    +

    + {{ item.name }} +

    +
  • +
+ @@ -336,16 +355,22 @@
-
项目负责人
+
项目客户
{{ formobj.manager }}
+ +
项目负责人
+ {{ formobj.contacts }} +
+
联系电话
{{ formobj.telephone }} + class=" addinputInfo">{{ formobj.mob }}
@@ -713,7 +738,8 @@ year: "", month: "", day: "" - } + }, + }; }, @@ -734,7 +760,7 @@ defaultOption1() { return { step: 0.2, // 数值越大速度滚动越快 - limitMoveNum: 1, // 开始无缝滚动的数据量 this.dataList.length + limitMoveNum: this.rightBomInfo.list.length, // 开始无缝滚动的数据量 this.dataList.length hoverStop: true, // 是否开启鼠标悬停stop direction: 1, // 0向下 1向上 2向左 3向右 openWatch: true, // 开启数据实时监控刷新dom @@ -759,12 +785,12 @@ console.log("searchParams>>>>", searchParams) // 根据参数名获取参数值 this.params.projectSid = searchParams.get('projectSid'); - this.params.projectName = searchParams.get('projectName'); + // this.params.projectName = searchParams.get('projectName'); // this.params.orderDate = searchParams.get('orderDate'); this.params.orderDate = getCurrentDate(); console.log("projectSid>>>>", this.params.projectSid) - console.log("projectName>>>>", this.params.projectName) - console.log("orderDate>>>>", this.params.orderDate) + // console.log("projectName>>>>", this.params.projectName) + // console.log("orderDate>>>>", this.params.orderDate) // this.times = this.params.orderDate @@ -1129,8 +1155,8 @@ clearTimeout(this.resizeTimeout); this.resizeTimeout = setTimeout(() => { this.myChart.resize(); - // this.myChart1.resize(); - // this.myChart2.resize(); + this.myChart1.resize(); + this.myChart2.resize(); }, 200); }, // 圆环图 @@ -1422,8 +1448,8 @@ color: "#fff", }, min: 0, - max: 10000, - interval: 2000, + max: 30000, + interval: 5000, axisLabel: { formatter: '{value}', textStyle: { @@ -1451,8 +1477,8 @@ color: "#fff", }, min: 0, - max: 150, - interval: 30, + max: 120, + interval: 20, axisLabel: { formatter: '{value}', textStyle: { @@ -5161,7 +5187,7 @@ top: 80px; left: 40px; width: 25%; - opacity: 0.85; + opacity: 0.95; max-height: 80%; overflow-y: auto; @@ -5537,8 +5563,12 @@ padding-top: 5px; #zhu { + // width: 100%; + // height: 113%; + // margin-top: -15px; + // margin-left: 12%; width: 100%; - height: 115%; + height: 112%; } } } @@ -5869,19 +5899,21 @@ .echarts { margin-top: 10px; margin-left: 5px; - width: 80%; - margin-left: 20%; - height: calc(100vh * 275 / 1080); + width: 100%; + padding-left: 15%; + height: calc(100vh * 280 / 1080); background: #092B77; border-radius: 10px; padding-top: 5px; - padding-right: 10%; + display: flex; + align-items: center; + box-sizing: border-box; #rightZhu { - margin-top: -25px; + margin-top: 20px; margin-left: 18%; width: 100%; - height: 130%; + height: 125%; } } } @@ -6062,9 +6094,68 @@ } } + .warp { + height: 270px; + width: 100%; + margin: 0 auto; + overflow: hidden; + + .list { + margin-bottom: calc(100vh * 20 / 1080); + width: 100%; + // height: calc(100vh * 200 / 1080); + + .list1 { + margin-bottom: calc(100vh *5 / 1080); + width: 100%; + height: 40px; + background: url(../../assets/tiao_bg.png) center no-repeat; + background-size: 100% 100%; + display: flex; + align-items: center; + box-sizing: border-box; + padding-left: 5%; + cursor: pointer; + overflow: hidden; + + &:hover { + background: url(../../assets/tiao_bg_a.png) center no-repeat; + background-size: 100% 100%; + + p { + color: #f3f407; + } + } + + p { + margin-right: 15px; + color: #fff; + font-size: 0.7vw; + } + } + } + + ul { + list-style: none; + padding: 0; + margin: 0 auto; + + li, + a { + display: block; + height: 30px; + line-height: 30px; + display: flex; + justify-content: space-between; + font-size: 15px; + } + } + } + + .seamless-warp { width: 100%; - height: calc(100vh * 210 / 1080); + height: calc(100vh *200 / 1080); overflow: hidden; position: relative; @@ -6075,7 +6166,8 @@ .list { margin-bottom: calc(100vh * 20 / 1080); width: 100%; - height: calc(100vh * 500 / 1080); + height: calc(100vh * 200 / 1080); + overflow: hidden; .list1 { margin-bottom: calc(100vh *5 / 1080); @@ -6088,6 +6180,7 @@ box-sizing: border-box; padding-left: 5%; cursor: pointer; + overflow: hidden; &:hover { background: url(../../assets/tiao_bg_a.png) center no-repeat; diff --git a/vue.config.js b/vue.config.js index 70c1a65..ba472c6 100644 --- a/vue.config.js +++ b/vue.config.js @@ -40,9 +40,9 @@ module.exports = { }, proxy: { '/api': { // 匹配所有以 '/api'开头的请求路径 - target: process.env.VUE_APP_URL, + // target: process.env.VUE_APP_URL, // target: 'https://supervise.yxtsoft.com/reportwxmpapi', - // target: process.env.VUE_APP_URL, // 代理目标的基础路径 + target: process.env.VUE_APP_URL, // 代理目标的基础路径 changeOrigin: true, // 支持跨域 pathRewrite: { // 重写路径: 去掉路径中开头的'/api' '^/api': ''