Browse Source

表哥thead

newStyle
jyt 2 years ago
parent
commit
9d6928daf1
24 changed files with 371 additions and 17 deletions
  1. +6
    -1
      src/page/login/userlogin.vue
  2. +129
    -1
      src/page/wel.vue
  3. +10
    -0
      src/views/Customer/AgentManagement.vue
  4. +10
    -0
      src/views/Customer/CompanyRecord.vue
  5. +10
    -0
      src/views/Customer/Companymanagement.vue
  6. +10
    -0
      src/views/Customer/SalesStage.vue
  7. +10
    -0
      src/views/Customer/index.vue
  8. +10
    -0
      src/views/Customer/source.vue
  9. +10
    -0
      src/views/Equipment/equipmentDetailList.vue
  10. +12
    -1
      src/views/Equipment/equipmentOnlineRecordList.vue
  11. +10
    -0
      src/views/Equipment/state.vue
  12. +10
    -0
      src/views/File/index.vue
  13. +10
    -0
      src/views/ReceivingRecords/index.vue
  14. +10
    -0
      src/views/Scheduling/index.vue
  15. +11
    -1
      src/views/Statistics/BuildingContrast.vue
  16. +10
    -0
      src/views/Statistics/MentoringAbility.vue
  17. +10
    -0
      src/views/Statistics/ReceptionStatistical.vue
  18. +22
    -13
      src/views/Statistics/TrendAnalysis.vue
  19. +11
    -0
      src/views/Template/PinspeakwordsList.vue
  20. +10
    -0
      src/views/Template/taboo.vue
  21. +10
    -0
      src/views/Template/wrongword.vue
  22. +10
    -0
      src/views/building/Count.vue
  23. +10
    -0
      src/views/building/area.vue
  24. +10
    -0
      src/views/building/index.vue

+ 6
- 1
src/page/login/userlogin.vue View File

@@ -124,7 +124,6 @@ export default {
let arr = document.cookie.split("; ");
for (let i = 0; i < arr.length; i++) {
let arr2 = arr[i].split("=");
console.log(arr2)
if (arr2[0] === "username") {
this.loginForm.username = arr2[1];
} else if (arr2[0] === "password") {
@@ -179,6 +178,7 @@ export default {
localStorage.setItem("agentId", "");
that.$router.push({ path: "/wel" });
}
// 当他为其他时 先获取是否只有一个选项,然后在来进行判断
if (idx == 1) {
this.getAgentList();
@@ -196,6 +196,11 @@ export default {
// that.$router.push({ path: "/chose", query: { flag: 3 } });
}
} else {
if (this.rememberPwd) {
this.setCookie(this.loginForm.username, this.loginForm.password, 7);
} else {
this.setCookie("", "", -1);
}
that.$router.push({ path: "/check" });
}
});


+ 129
- 1
src/page/wel.vue View File

@@ -18,7 +18,7 @@
</div>
<!-- 卡片部分 -->
<div class="page-container grid4">
<div class="pagechen projectCardItem">
<div class="nopagechen projectCardItem">
<div>
<div class="pageboxtitle1">正在接待</div>
<div class="pageboxtitle2 projectColumn">
@@ -1861,7 +1861,135 @@ export default {
}
}
}
.nopagechen {
flex: 1;
// min-width: 190px;
background: #ffffff;
box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.04);
border-radius: 4px;
// margin-right: 20px;
padding: 12px;
border-bottom: 3px solid #fff;
transition: all 0.3s linear;

.pageboxtitle1 {
width: 100%;
font-size: 16px;
font-weight: 400;
color: #666666;
line-height: 16px;
}

.projectCardItem {
.sum {
.span1 {
width: 100px;
height: 30px;
font-size: 30px;
font-weight: normal;
color: #32363d;
line-height: 30px;
margin-top: 10px;
}
}
}

.projectColumn {
display: flex;
flex-direction: column;


.span2 {
font-size: 14px !important;
align-items: center !important;

.span2-2 {
display: flex;
font-weight: 600;
color: rgba(231, 72, 60, 1);
background: rgba(253, 240, 239, 1);
align-items: center;
padding: 3px 12px;
border-radius: 3px;

.up {
display: block;
width: 20px;
height: 15px;
background: url("../../public/img/indexIcon/indexCardUp.png") no-repeat;
background-size: 100%;
margin-left: 8px;
}
}

.span2-3 {
display: flex;
font-weight: 600;
color: rgba(7, 183, 157, 1);
background: rgba(235, 250, 246, 1);
align-items: center;
padding: 3px 12px;
border-radius: 3px;

.down {
display: block;
width: 20px;
height: 15px;
background: url("../../public/img/indexIcon/indexCardDown.png") no-repeat;
background-size: 100%;
margin-left: 8px;
}
}
}
}

.pageboxtitle2 {
width: 100%;
margin-top: 14px;
display: flex;
flex-wrap: wrap;

.span1 {
width: 100px;
height: 30px;
font-size: 30px;
font-weight: normal;
color: #32363d;
line-height: 30px;
}

.span2 {
height: 30px;
font-size: 16px;
display: flex;
align-items: flex-end;

.span2-1 {
color: #424d64;
margin-right: 15px;
font-weight: 400;
}

.span2-2 {
display: flex;
font-weight: 600;
color: rgba(231, 72, 60, 1);
}

.span2-3 {
display: flex;
font-weight: 600;
color: rgba(7, 183, 157, 1);
}
}
}

.pageboxtitle3 {
text-align: center;
font-size: 30px;
line-height: 44px;
}
}
.pagechen {
flex: 1;
// min-width: 190px;


+ 10
- 0
src/views/Customer/AgentManagement.vue View File

@@ -1186,4 +1186,14 @@ export default {
.div-inp {
width: 250px;
}
/deep/ .el-table__header-wrapper{
thead{
tr{
th{
background: #F5F7FA;
color: #333333;
}
}
}
}
</style>

+ 10
- 0
src/views/Customer/CompanyRecord.vue View File

@@ -1203,4 +1203,14 @@ export default {
}
}
}
/deep/ .el-table__header-wrapper{
thead{
tr{
th{
background: #F5F7FA;
color: #333333;
}
}
}
}
</style>

+ 10
- 0
src/views/Customer/Companymanagement.vue View File

@@ -1015,6 +1015,16 @@ export default {
</script>

<style scoped="scoped" lang="scss" >
/deep/ .el-table__header-wrapper{
thead{
tr{
th{
background: #F5F7FA;
color: #333333;
}
}
}
}
.box-center {
width: 100%;
padding: 15px;


+ 10
- 0
src/views/Customer/SalesStage.vue View File

@@ -297,4 +297,14 @@ computed: {
}
}
}
/deep/ .el-table__header-wrapper{
thead{
tr{
th{
background: #F5F7FA;
color: #333333;
}
}
}
}
</style>

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

@@ -915,4 +915,14 @@ export default {
color: #ffffff;
background: #2671e2;
}
/deep/ .el-table__header-wrapper{
thead{
tr{
th{
background: #F5F7FA;
color: #333333;
}
}
}
}
</style>

+ 10
- 0
src/views/Customer/source.vue View File

@@ -510,4 +510,14 @@ export default {
}
}
}
/deep/ .el-table__header-wrapper{
thead{
tr{
th{
background: #F5F7FA;
color: #333333;
}
}
}
}
</style>

+ 10
- 0
src/views/Equipment/equipmentDetailList.vue View File

@@ -1760,4 +1760,14 @@ export default {
.demonstration {
line-height: 36px;
}
/deep/ .el-table__header-wrapper{
thead{
tr{
th{
background: #F5F7FA;
color: #333333;
}
}
}
}
</style>

+ 12
- 1
src/views/Equipment/equipmentOnlineRecordList.vue View File

@@ -546,7 +546,17 @@ export default {
};
</script>

<style scoped >
<style scoped lang="less">
/deep/ .el-table__header-wrapper{
thead{
tr{
th{
background: #F5F7FA;
color: #333333;
}
}
}
}
.box-center {
width: 100%;
padding: 15px;
@@ -583,4 +593,5 @@ export default {
margin-top: 20px;
padding: 18px;
}

</style>

+ 10
- 0
src/views/Equipment/state.vue View File

@@ -1561,4 +1561,14 @@ export default {
.div-inp {
width: 250px;
}
/deep/ .el-table__header-wrapper{
thead{
tr{
th{
background: #F5F7FA;
color: #333333;
}
}
}
}
</style>

+ 10
- 0
src/views/File/index.vue View File

@@ -349,4 +349,14 @@ export default {
box-shadow: 2px 2px 12px 4px #d5d5d5;
}
}
/deep/ .el-table__header-wrapper{
thead{
tr{
th{
background: #F5F7FA;
color: #333333;
}
}
}
}
</style>

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

@@ -857,4 +857,14 @@ export default {
.div-inp {
width: 250px;
}
/deep/ .el-table__header-wrapper{
thead{
tr{
th{
background: #F5F7FA;
color: #333333;
}
}
}
}
</style>

+ 10
- 0
src/views/Scheduling/index.vue View File

@@ -715,4 +715,14 @@ height: 400px !important;
// /deep/ .wh_content_item_tag,.wh_content_item{
// color: black;
// }
/deep/ .el-table__header-wrapper{
thead{
tr{
th{
background: #F5F7FA;
color: #333333;
}
}
}
}
</style>

+ 11
- 1
src/views/Statistics/BuildingContrast.vue View File

@@ -619,6 +619,16 @@ export default {
</script>

<style scoped="scoped" lang="scss" >
/deep/ .el-table__header-wrapper{
thead{
tr{
th{
background: #F5F7FA;
color: #333333;
}
}
}
}
.sequenceNum {
display: flex;
width: 26px;
@@ -690,7 +700,7 @@ export default {

.app-box-san {
width: 100%;
min-height: 400px;
// min-height: 400px;
display: flex;
margin-top: 15px;



+ 10
- 0
src/views/Statistics/MentoringAbility.vue View File

@@ -1411,4 +1411,14 @@ export default {
margin-top: 100px;
color: #999999;
}
/deep/ .el-table__header-wrapper{
thead{
tr{
th{
background: #F5F7FA;
color: #333333;
}
}
}
}
</style>

+ 10
- 0
src/views/Statistics/ReceptionStatistical.vue View File

@@ -813,4 +813,14 @@ export default {
margin-left: 15px;
min-width: 40px;
}
/deep/ .el-table__header-wrapper{
thead{
tr{
th{
background: #F5F7FA;
color: #333333;
}
}
}
}
</style>

+ 22
- 13
src/views/Statistics/TrendAnalysis.vue View File

@@ -126,8 +126,8 @@
<i class="down"></i>
</span>

<span style="margin-left:15px;" v-if="cardobj.contrastSumCustomer > 0">数据有所增长</span>
<span style="margin-left:15px;" v-if="cardobj.contrastSumCustomer < 0">数据有所下降</span>
<span v-if="cardobj.contrastSumCustomer > 0">数据有所增长</span>
<span v-if="cardobj.contrastSumCustomer < 0">数据有所下降</span>

</div>
</div>
@@ -163,8 +163,8 @@
<i class="down"></i>
</span>

<span style="margin-left:15px;" v-if="cardobj.contrastFraction > 0">数据有所增长</span>
<span style="margin-left:15px;" v-if="cardobj.contrastFraction < 0">数据有所下降</span>
<span v-if="cardobj.contrastFraction > 0">数据有所增长</span>
<span v-if="cardobj.contrastFraction < 0">数据有所下降</span>

</div>
</div>
@@ -188,8 +188,7 @@
<div v-if="Confirmthecontrast" class="xia">
<div class="projectColumn">
<div class="span2Card">
<span class="span2-1">
环比:{{ cardobj.endSumDuration || 0 }}次</span>
<span class="span2-1">环比:{{ cardobj.endSumDuration || 0 }}次</span>

<span class="span2-2" v-if="cardobj.contrastSumDuration > 0">
+{{ cardobj.contrastSumDuration || 0 }}
@@ -200,8 +199,8 @@
<i class="down"></i>
</span>

<span style="margin-left:15px;" v-if="cardobj.contrastSumDuration > 0">数据有所增长</span>
<span style="margin-left:15px;" v-if="cardobj.contrastSumDuration < 0">数据有所下降</span>
<span v-if="cardobj.contrastSumDuration > 0">数据有所增长</span>
<span v-if="cardobj.contrastSumDuration < 0">数据有所下降</span>

</div>
</div>
@@ -1261,10 +1260,19 @@ export default {
width: 95%;

.span2Card {
display: flex !important;
justify-content: space-between !important;
font-size: 14px !important;
align-items: center !important;
overflow: hidden;
display: flex;
align-items: center;
padding: 0 30px;

span {
float: left;
}

// display: flex !important;
// justify-content: space-between !important;
// font-size: 14px !important;
// align-items: center !important;

.span2-2 {
display: flex;
@@ -1274,6 +1282,7 @@ export default {
align-items: center;
padding: 3px 12px;
border-radius: 3px;
margin: 0 18px;

.up {
display: block;
@@ -1456,7 +1465,7 @@ export default {
.xia {
width: 100%;
font-size: 14px;
text-indent: 30px;
// text-indent: 30px;
margin-bottom: 10px;

.span1 {


+ 11
- 0
src/views/Template/PinspeakwordsList.vue View File

@@ -379,6 +379,17 @@ export default {
</script>

<style scoped="scoped" lang="scss" >
/deep/ .el-table__header-wrapper{
thead{
tr{
th{
background: #F5F7FA;
color: #333333;
}
}
}
}

.custom-tree-node {
flex: 1;
display: flex;


+ 10
- 0
src/views/Template/taboo.vue View File

@@ -388,4 +388,14 @@ export default {
}
}
}
/deep/ .el-table__header-wrapper{
thead{
tr{
th{
background: #F5F7FA;
color: #333333;
}
}
}
}
</style>

+ 10
- 0
src/views/Template/wrongword.vue View File

@@ -501,4 +501,14 @@ export default {
}
}
}
/deep/ .el-table__header-wrapper{
thead{
tr{
th{
background: #F5F7FA;
color: #333333;
}
}
}
}
</style>

+ 10
- 0
src/views/building/Count.vue View File

@@ -722,4 +722,14 @@ export default {
.div-inp {
width: 250px;
}
/deep/ .el-table__header-wrapper{
thead{
tr{
th{
background: #F5F7FA;
color: #333333;
}
}
}
}
</style>

+ 10
- 0
src/views/building/area.vue View File

@@ -368,5 +368,15 @@ export default {
}
}
}
/deep/ .el-table__header-wrapper{
thead{
tr{
th{
background: #F5F7FA;
color: #333333;
}
}
}
}
</style>


+ 10
- 0
src/views/building/index.vue View File

@@ -1339,4 +1339,14 @@ export default {
.div-inp {
width: 250px;
}
/deep/ .el-table__header-wrapper{
thead{
tr{
th{
background: #F5F7FA;
color: #333333;
}
}
}
}
</style>

Loading…
Cancel
Save