Browse Source

提交修改

newStyle
corala 2 years ago
parent
commit
b0543403ee
12 changed files with 28 additions and 49 deletions
  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 View File

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


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


</style> </style>

+ 3
- 4
src/page/wel.vue View File

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


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


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


.title { .title {
width: 100%; width: 100%;


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

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


+ 3
- 3
src/views/Equipment/equipmentDetailList.vue View File

@@ -467,7 +467,7 @@
</div> </div>
<div class="tablebox" v-if="!selectTime1"> <div class="tablebox" v-if="!selectTime1">
<template> <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 prop="createTime" label="日期" width="100" align="center">
</el-table-column> </el-table-column>
<el-table-column prop="equipmentQuantity" label="设备总数" align="center"> <el-table-column prop="equipmentQuantity" label="设备总数" align="center">
@@ -1637,7 +1637,7 @@ export default {
background: #ffffff; background: #ffffff;
box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.04); box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.04);
border-radius: 8px; border-radius: 8px;
margin-top: 15px; margin-top: 10px;
padding: 15px; padding: 15px;
} }


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


.zgutteruo-tit { .zgutteruo-tit {


+ 2
- 5
src/views/Scheduling/index.vue View File

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

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


+ 3
- 6
src/views/Statistics/BuildingContrast.vue View File

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


<!-- 表格 --> <!-- 表格 -->
<div class="cen-tab"> <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"> <el-table-column prop="batchId" label="序号" align="center">
<template slot-scope="scope"> <template slot-scope="scope">
{{ {{
@@ -312,7 +312,7 @@ export default {
houseId: "", houseId: "",
orgCode: "", orgCode: "",
page: 1, page: 1,
pagesize: 30, pagesize: 10,
buildingoptions: [], buildingoptions: [],
TimetoAhoose: 4, TimetoAhoose: 4,
customtime: [], customtime: [],
@@ -822,11 +822,8 @@ export default {


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

.text1-1 { .text1-1 {
color: #666666; color: #666666;
} }


+ 1
- 3
src/views/Statistics/ConsultantBrand.vue View File

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


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


+ 1
- 1
src/views/Statistics/EmployeesReceive.vue View File

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


+ 5
- 8
src/views/Statistics/MentoringAbility.vue View File

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


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


+ 2
- 6
src/views/Statistics/ReceptionOverview.vue View File

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


+ 4
- 4
src/views/Statistics/ReceptionStatistical.vue View File

@@ -21,7 +21,7 @@
</div> </div>
</div> </div>
<div class="app-titel"> <div class="app-titel">
<div style="text-indent: 30px;">接待时间:</div> <div class="titel-text">接待时间:</div>
<div class="toptimeqhuan"> <div class="toptimeqhuan">
<div :class="{ tophove: dateType == 4 }" @click="tabtimetap(4)"> <div :class="{ tophove: dateType == 4 }" @click="tabtimetap(4)">
近7天 近7天
@@ -49,7 +49,7 @@
</div> </div>
<div class="app-titel" style="margin-top: 15px" v-show="isOpen"> <div class="app-titel" style="margin-top: 15px" v-show="isOpen">
<div class="div-lab"> <div class="div-lab">
<div style="margin-right: 20px" class="label">团队:</div> <div style="margin-right: 20px" class="titel-text">团队:</div>
<el-select <el-select
v-model="deptId" v-model="deptId"
filterable filterable
@@ -67,7 +67,7 @@
</el-select> </el-select>
</div> </div>
<div style="margin-left: 26px" class="div-lab"> <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 <el-select
v-model="accountId" v-model="accountId"
filterable filterable
@@ -108,7 +108,7 @@
</div> </div>
<!-- 表格 --> <!-- 表格 -->
<div class="cen-tab"> <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"> <el-table-column prop="batchId" label="序号" align="center">
<template slot-scope="scope"> <template slot-scope="scope">
{{ {{


+ 1
- 4
src/views/Statistics/TheTeamCompared.vue View File

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


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

.text1-1 { .text1-1 {
color: #666666; color: #666666;
} }


||||||
x
 
000:0
Loading…
Cancel
Save