Browse Source

提交

newStyle
douzhuo 2 years ago
parent
commit
5fd9550240
5 changed files with 29 additions and 26 deletions
  1. +2
    -2
      src/page/login/userlogin.vue
  2. +1
    -0
      src/views/Customer/index.vue
  3. +1
    -0
      src/views/ReceivingRecords/index.vue
  4. +23
    -22
      src/views/Statistics/ReceptionOverview.vue
  5. +2
    -2
      vue.config.js

+ 2
- 2
src/page/login/userlogin.vue View File

@@ -78,8 +78,8 @@ export default {
},
info:{},
loginForm: {
username: "admin",
password: "123456",
username: "",
password: "",
code: "",
randomStr: "blockPuzzle",
},


+ 1
- 0
src/views/Customer/index.vue View File

@@ -803,6 +803,7 @@ export default {
this.searchForm.endDate = "";
// this.$set(this, "time", null);
this.searchForm.dateType = idx;
this.time = ''
this.houseChange();
},
timestampToTime(timestamp) {


+ 1
- 0
src/views/ReceivingRecords/index.vue View File

@@ -692,6 +692,7 @@ export default {
this.searchForm.endDate = "";
// this.$set(this, "time", null);
this.searchForm.dateType = idx;
this.time = []
this.houseChange();
},
timestampToTime(timestamp) {


+ 23
- 22
src/views/Statistics/ReceptionOverview.vue View File

@@ -61,7 +61,7 @@
<div class="text2" :class="{ tophovese: cardindex == 3 }">
{{ cardobj.avgDuration || 0 }}
</div>
<!--
<div class="text3">
<span>环比 &nbsp;&nbsp; {{ cardobjs.avgDuration || 0 }}</span>
<span
@@ -72,7 +72,7 @@
}"
>{{ cardobjCycle.receptionTimeWithAvg || 0 }}</span
>
</div>
</div> -->
</div>
<div class="grid-content" @click="Overviewxlick('4')">
<div class="text1" :class="{ tophovese: cardindex == 4 }">
@@ -82,7 +82,7 @@
{{ cardobj.fraction || 0 }}
</div>

<div class="text3">
<!-- <div class="text3">
<span>环比 &nbsp;&nbsp; {{ cardobjs.fraction || 0 }}</span>
<span
class="cycle-to"
@@ -92,7 +92,7 @@
}"
>{{ cardobjCycle.receptionTimeWithAvg || 0 }}</span
>
</div>
</div> -->
</div>

<div class="grid-content" @click="Overviewxlick('1')">
@@ -100,7 +100,7 @@
<div class="text2" :class="{ tophovese: cardindex == 1 }">
{{ cardobj.receptionCount || 0 }}
</div>
<div class="text3">
<!-- <div class="text3">
<span>环比 &nbsp;&nbsp; {{ cardobjs.receptionCount || 0 }}</span>
<span
class="cycle-to el-icon-caret-bottom"
@@ -110,7 +110,7 @@
}"
>{{ cardobjCycle.receptionQuantity || 0 }}</span
>
</div>
</div> -->
</div>
<div class="grid-content" @click="Overviewxlick('2')">
<div class="text1" :class="{ tophovese: cardindex == 2 }">
@@ -119,7 +119,7 @@
<div class="text2" :class="{ tophovese: cardindex == 2 }">
{{ cardobj.activeCustomer || 0 }}
</div>
<div class="text3">
<!-- <div class="text3">
<span>环比 &nbsp;&nbsp; {{ cardobjs.activeCustomer || 0 }}</span>
<span
class="cycle-to el-icon-caret-bottom"
@@ -129,7 +129,7 @@
}"
>{{ cardobjCycle.activeCustomer || 0 }}</span
>
</div>
</div> -->
</div>

<div class="grid-content" @click="Overviewxlick('5')">
@@ -139,7 +139,7 @@
<div class="text2" :class="{ tophovese: cardindex == 5 }">
{{ cardobj.prohibitedCustomer || 0 }}
</div>
<!--
<div class="text3">
<span
>环比 &nbsp;&nbsp; {{ cardobjs.prohibitedCustomer || 0 }}</span
@@ -152,7 +152,7 @@
}"
>{{ cardobjCycle.receptionTimeWithAvg || 0 }}</span
>
</div>
</div> -->
</div>
</div>

@@ -231,17 +231,18 @@
<div class="app-box-san">
<div class="zuo">
<div class="title">
<div class="text1">顾问{{ activeName | abName }}排名(TOP10)</div>
<div style="flex: 2" class="text2">
<div class="text1" style="font-size: 14px;">顾问{{ activeName | abName }}排名(TOP10)</div>
<div style="font-size: 14px;" class="text2">
<el-menu
:default-active="activeName"
mode="horizontal"
@select="handleClick"
>
<el-menu-item index="3">平均执行率</el-menu-item>
<el-menu-item index="0">接待量</el-menu-item>
<el-menu-item index="1">接待时长</el-menu-item>
<el-menu-item index="2">违禁次数</el-menu-item>
<el-menu-item style="font-size: 12px;" index="3">平均执行率</el-menu-item>
<el-menu-item style="font-size: 12px;" index="0">接待量</el-menu-item>
<el-menu-item style="font-size: 12px;" index="1">接待时长</el-menu-item>
<el-menu-item style="font-size: 12px;" index="2">违禁次数</el-menu-item>
</el-menu>
</div>
</div>
@@ -302,7 +303,7 @@
<div class="title">
<div class="text1">系统访问排名(TOP10)</div>
<div
style="flex: 2; display: flex; justify-content: flex-end"
style="display: flex; justify-content: flex-end"
class="text2"
>
<el-menu
@@ -1460,7 +1461,7 @@ export default {
display: flex;
align-content: center;
.text1 {
flex: 2;
flex-grow: 1;
line-height: 55px;
text-indent: 20px;
font-weight: 500;
@@ -1468,7 +1469,7 @@ export default {
color: #333333;
}
.text2 {
flex: 1;
flex-grow: 1;
height: 55px;
display: flex;
align-items: center;
@@ -1487,7 +1488,7 @@ export default {
display: flex;
align-content: center;
.text1 {
flex: 2;
flex-grow: 1;
line-height: 55px;
text-indent: 20px;
font-weight: 500;
@@ -1495,7 +1496,7 @@ export default {
color: #333333;
}
.text2 {
flex: 1;
flex-grow: 1;
height: 55px;
display: flex;
align-items: center;
@@ -1610,7 +1611,7 @@ export default {
}

.el-icon-caret-bottom {
color: #99FF00;
color: #25ceba;
}

.el-icon-caret-top {


+ 2
- 2
vue.config.js View File

@@ -4,10 +4,10 @@
*/
// const url = 'http://pigx-gateway'
// const url = 'http://39.97.167.65:9999' //测试
// const url = 'http://192.168.31.167:9999' //长龙
const url = 'http://192.168.31.167:9999' //长龙
// const url = 'http://192.168.31.134:9999' //嘉豪
// const url = 'http://192.168.31.100:9999' //王笑
const url = 'http://62.234.122.43:9999' //正式
// const url = 'http://62.234.122.43:9999' //正式

const CompressionWebpackPlugin = require('compression-webpack-plugin')
const productionGzipExtensions = ['js', 'css']


Loading…
Cancel
Save