corala 2 лет назад
Родитель
Сommit
b0543403ee
12 измененных файлов: 28 добавлений и 49 удалений
  1. +2
    -2
      src/App.vue
  2. +3
    -4
      src/page/wel.vue
  3. +1
    -3
      src/views/Customer/index.vue
  4. +3
    -3
      src/views/Equipment/equipmentDetailList.vue
  5. +2
    -5
      src/views/Scheduling/index.vue
  6. +3
    -6
      src/views/Statistics/BuildingContrast.vue
  7. +1
    -3
      src/views/Statistics/ConsultantBrand.vue
  8. +1
    -1
      src/views/Statistics/EmployeesReceive.vue
  9. +5
    -8
      src/views/Statistics/MentoringAbility.vue
  10. +2
    -6
      src/views/Statistics/ReceptionOverview.vue
  11. +4
    -4
      src/views/Statistics/ReceptionStatistical.vue
  12. +1
    -4
      src/views/Statistics/TheTeamCompared.vue

+ 2
- 2
src/App.vue Просмотреть файл

@@ -51,8 +51,8 @@ export default {
}
}

.cen-tab,.booxtop,.app-top{
border-radius: 4px;
.cen-tab,.booxtop,.app-top,.tablebox{
border-radius: 4px !important;
}

</style>

+ 3
- 4
src/page/wel.vue Просмотреть файл

@@ -1871,9 +1871,8 @@ export default {
<style scoped="scoped" lang="scss">
.box-center {
width: 100%;
padding: 15px;
padding: 20px 15px;
min-width: 1000px;
padding-bottom: 100px;
}

.house-only {
@@ -2226,7 +2225,7 @@ export default {
margin-top: 15px;

.zuo {
padding: 0 15px;
padding: 0 15px 15px;
margin-right: 15px;
background: #ffffff;
border-radius: 4px;
@@ -2258,7 +2257,7 @@ export default {
width: 49%;
background: #ffffff;
border-radius: 4px;
padding: 0 15px;
padding: 0 15px 15px;

.title {
width: 100%;


+ 1
- 3
src/views/Customer/index.vue Просмотреть файл

@@ -878,7 +878,7 @@ export default {
height: 30px;
display: flex;
align-items: center;
margin-left: 20px;
margin: 0 20px;
}
.toptimeqhuan div {
padding-left: 20px;
@@ -894,9 +894,7 @@ export default {
padding-left: 20px;
padding-right: 20px;
text-align: center;
// line-height: 30px;
font-size: 14px;
margin-right: 15px;
border-radius: 4px;
border: 1px solid #e0e0e0;
}


+ 3
- 3
src/views/Equipment/equipmentDetailList.vue Просмотреть файл

@@ -467,7 +467,7 @@
</div>
<div class="tablebox" v-if="!selectTime1">
<template>
<el-table :data="tableData" style="width: 100%" height="640" :header-cell-style="{background:'#F5F7FA',color:'#333333'}">
<el-table :data="tableData" style="width: 100%" :header-cell-style="{background:'#F5F7FA',color:'#333333'}">
<el-table-column prop="createTime" label="日期" width="100" align="center">
</el-table-column>
<el-table-column prop="equipmentQuantity" label="设备总数" align="center">
@@ -1637,7 +1637,7 @@ export default {
background: #ffffff;
box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.04);
border-radius: 8px;
margin-top: 15px;
margin-top: 10px;
padding: 15px;
}

@@ -1769,7 +1769,7 @@ export default {
padding-bottom: 20px;
background: #ffffff;
box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.04);
border-radius: 8px;
border-radius: 4px;
}

.zgutteruo-tit {


+ 2
- 5
src/views/Scheduling/index.vue Просмотреть файл

@@ -85,8 +85,6 @@
<el-table
:data="tableData"
stripe
height="390"

@selection-change="handleSelectionChange"
style="width: 100%"
:header-cell-style="{ textAlign: 'center' }"
@@ -218,7 +216,7 @@ export default {
],
schedulingoptseid: "",
Page: 1,
size: 30,
size: 10,
total: 0,
roleId:'',
arr1:[],
@@ -669,11 +667,10 @@ export default {
display: flex;
align-items: center;
.label {
font-size: 14px;
font-size: 16px;
font-weight: 400;
color: #32363d;
line-height: 14px;
margin-left: 15px;
min-width: 100px;
text-align: right;
}


+ 3
- 6
src/views/Statistics/BuildingContrast.vue Просмотреть файл

@@ -67,7 +67,7 @@

<!-- 表格 -->
<div class="cen-tab">
<el-table :header-cell-style="{background:'#F5F7FA',color:'#333333'}" :data="tableData" stripe style="width: 100%" height="640">
<el-table :header-cell-style="{background:'#F5F7FA',color:'#333333'}" :data="tableData" stripe style="width: 100%">
<el-table-column prop="batchId" label="序号" align="center">
<template slot-scope="scope">
{{
@@ -312,7 +312,7 @@ export default {
houseId: "",
orgCode: "",
page: 1,
pagesize: 30,
pagesize: 10,
buildingoptions: [],
TimetoAhoose: 4,
customtime: [],
@@ -822,11 +822,8 @@ export default {

.hejisan {
width: 92%;
margin: 15px auto;
margin: 0 auto;
display: flex;
// padding-top: 10px;
// padding-bottom: 10px;

.text1-1 {
color: #666666;
}


+ 1
- 3
src/views/Statistics/ConsultantBrand.vue Просмотреть файл

@@ -1287,10 +1287,8 @@ export default {

.hejisan {
width: 92%;
margin: 15px auto;
margin: 0 auto;
display: flex;
// padding-top: 10px;
// padding-bottom: 10px;
.text1-1 {
color: #666666;
}


+ 1
- 1
src/views/Statistics/EmployeesReceive.vue Просмотреть файл

@@ -407,7 +407,7 @@ export default {
height: 477px;
background: #FFFFFF;
box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.04);
border-radius: 8px;
border-radius: 4px;
}
.zgutteruo-tit{
width: 100%;


+ 5
- 8
src/views/Statistics/MentoringAbility.vue Просмотреть файл

@@ -78,7 +78,7 @@
</div>
<div class="app-titel">
<div style="margin-left: 26px; margin-top: 12px" class="div-lab">
<div class="label">顾问</div>
<div class="label">顾问</div>
<el-select
v-model="consultantlistid"
@change="consultanttap"
@@ -95,7 +95,7 @@
</el-select>
</div>
<div style="margin-left: 26px" class="div-lab">
<div class="label">对比</div>
<div class="label">对比</div>
<el-select
v-model="Pklistid"
@change="packtap"
@@ -1233,7 +1233,7 @@ export default {
padding-top: 10px;
.titel-text {
height: 100%;
font-size: 18px;
font-size: 16px;
color: #32363d;
line-height: 70px;
margin-left: 30px;
@@ -1369,10 +1369,8 @@ export default {

.hejisan {
width: 92%;
margin: 15px auto;
margin: 0 auto;
display: flex;
// padding-top: 10px;
// padding-bottom: 10px;
.text1-1 {
color: #666666;
}
@@ -1431,11 +1429,10 @@ export default {
width: 200px;
}
.label {
font-size: 14px;
font-size: 16px;
font-weight: 400;
color: #32363d;
line-height: 32px;
margin-left: 15px;
min-width: 40px;
}
.noData{


+ 2
- 6
src/views/Statistics/ReceptionOverview.vue Просмотреть файл

@@ -479,9 +479,7 @@
overflow-y: auto;
height: 320px;
width: 94%;
margin: 0 auto;
margin-top: 15px;
margin-bottom: 16px;
margin: -18px auto 16px;
"
>
<div class="jinbox" v-for="(item, i) in Zxllist" :key="i">
@@ -598,9 +596,7 @@
overflow-y: auto;
height: 320px;
width: 94%;
margin: 0 auto;
margin-top: 15px;
margin-bottom: 16px;
margin: -18px auto 16px;
"
>
<div class="jinbox" v-for="(item, i) in Zxllistchildren" :key="i">


+ 4
- 4
src/views/Statistics/ReceptionStatistical.vue Просмотреть файл

@@ -21,7 +21,7 @@
</div>
</div>
<div class="app-titel">
<div style="text-indent: 30px;">接待时间:</div>
<div class="titel-text">接待时间:</div>
<div class="toptimeqhuan">
<div :class="{ tophove: dateType == 4 }" @click="tabtimetap(4)">
近7天
@@ -49,7 +49,7 @@
</div>
<div class="app-titel" style="margin-top: 15px" v-show="isOpen">
<div class="div-lab">
<div style="margin-right: 20px" class="label">团队:</div>
<div style="margin-right: 20px" class="titel-text">团队:</div>
<el-select
v-model="deptId"
filterable
@@ -67,7 +67,7 @@
</el-select>
</div>
<div style="margin-left: 26px" class="div-lab">
<div style="margin-right: 20px" class="label">置业顾问:</div>
<div style="margin-right: 20px" class="titel-text">置业顾问:</div>
<el-select
v-model="accountId"
filterable
@@ -108,7 +108,7 @@
</div>
<!-- 表格 -->
<div class="cen-tab">
<el-table :header-cell-style="{background:'#F5F7FA',color:'#333333'}" :data="tableData" style="width: 100%" height="640">
<el-table :header-cell-style="{background:'#F5F7FA',color:'#333333'}" :data="tableData" style="width: 100%">
<el-table-column prop="batchId" label="序号" align="center">
<template slot-scope="scope">
{{


+ 1
- 4
src/views/Statistics/TheTeamCompared.vue Просмотреть файл

@@ -1090,11 +1090,8 @@ tbody tr {

.hejisan {
width: 92%;
margin: 15px auto;
margin: 0auto;
display: flex;
// padding-top: 10px;
// padding-bottom: 10px;

.text1-1 {
color: #666666;
}


Загрузка…
Отмена
Сохранить