From aa3eea7b7d0735add263ee2786cb2fd431a0f559 Mon Sep 17 00:00:00 2001 From: wangxiaohua <1214073490@qq.com> Date: Wed, 29 Dec 2021 10:31:06 +0800 Subject: [PATCH] init --- src/views/Receive/index.vue | 66 +++++++++++++++++++++---------------- vue.config.js | 4 +-- 2 files changed, 39 insertions(+), 31 deletions(-) diff --git a/src/views/Receive/index.vue b/src/views/Receive/index.vue index c48e092..04af2c7 100644 --- a/src/views/Receive/index.vue +++ b/src/views/Receive/index.vue @@ -46,7 +46,7 @@ 客户:{{userinformationlist.name || ''}}
-
+
负责顾问:{{userinformationlist.agentName|| ''}}
客户等级: @@ -56,7 +56,7 @@ D
-
+
到访次数:{{userinformationlist.visitRecord|| ''}}次
客户阶段:
@@ -162,7 +162,7 @@
-
+
@@ -173,7 +173,7 @@
A
-
+
@@ -183,7 +183,7 @@
B
-
+
@@ -193,7 +193,7 @@
C
-
+
@@ -203,7 +203,7 @@
D
-
+
@@ -213,7 +213,7 @@
E
-
+
@@ -223,7 +223,7 @@
F
-
+
@@ -233,7 +233,7 @@
G
-
+
@@ -243,7 +243,7 @@
H
-
+
@@ -253,7 +253,7 @@
I
-
+
@@ -263,7 +263,7 @@
J
-
+
@@ -273,7 +273,7 @@
K
-
+
@@ -283,7 +283,7 @@
L
-
+
@@ -293,7 +293,7 @@
M
-
+
@@ -303,7 +303,7 @@
N
-
+
@@ -313,7 +313,7 @@
O
-
+
@@ -323,7 +323,7 @@
P
-
+
@@ -552,7 +552,7 @@
-
+
@@ -1219,7 +1219,9 @@ export default { } }) }) - level1[0].show = true; + if(level1.length!=0){ + level1[0].show = true; + } this.ratelist=level1; this.prohibitedlist=list2; }) @@ -1499,15 +1501,15 @@ export default { #zxldiv{ overflow-y: scroll; // height: 100%; - height:calc(80vh - 270px); + height:calc(80vh - 248px); } .biaotibox{ width: 100%; - height: 40px; + height: 30px; display: flex; font-size: 20px; font-weight: 600; - line-height: 30px; + line-height: 20px; } .biaotibox>div:nth-of-type(1){ width: 50%; @@ -1522,7 +1524,7 @@ export default { padding-right: 10px; width: 100%; // height: 100%; - height:calc(80vh - 285px); + height:calc(80vh - 265px); overflow-y: scroll; } @@ -1571,10 +1573,12 @@ export default { text-align: left; } .content123 div{ - color:#ffffff; + // color:#ffffff; + color:#32363D; + background:#f4f5f7; font-size:14px; padding:5px 14px; - background:#3ca953; + // background:#3ca953; border-radius:8px; margin: 0 12px; line-height: 1.5; @@ -1830,8 +1834,8 @@ export default { .topbox1{ width: 100%; display: flex; - margin-top: 18px; - height: calc(80vh - 178px); + margin-top: 12px; + height: calc(80vh - 156px); .topzuo{ width:75% ; min-width: 700px; @@ -2075,4 +2079,8 @@ export default { width:83%; margin-top: 20px; } + .adjskdjroleindexclass{ + background: #3ca953 !important; + color:#ffffff !important; + } diff --git a/vue.config.js b/vue.config.js index b514bbc..cb98721 100644 --- a/vue.config.js +++ b/vue.config.js @@ -5,9 +5,9 @@ // const url = 'http://pigx-gateway' // const url = 'http://39.97.167.65:9999' //测试 // const url = 'http://192.168.31.169:9999' //长龙 -const url = 'http://192.168.31.134:9999' //嘉豪 +// const url = 'http://192.168.31.134:9999' //嘉豪 // const url = 'http://192.168.31.100:9999' //王笑 -// const url = 'http://nitu5e.natappfree.cc' //王笑 +const url = 'http://62.234.122.43:9999' //王笑 const CompressionWebpackPlugin = require('compression-webpack-plugin') const productionGzipExtensions = ['js', 'css']