Browse Source

固定头优化

newStyle
jyt 2 years ago
parent
commit
438f843059
42 changed files with 174 additions and 95 deletions
  1. +16
    -9
      src/page/wel.vue
  2. +8
    -7
      src/views/Customer/AgentManagement.vue
  3. +1
    -1
      src/views/Customer/CompanyRecord.vue
  4. +1
    -1
      src/views/Customer/Companymanagement.vue
  5. +1
    -1
      src/views/Customer/SalesStage.vue
  6. +4
    -3
      src/views/Customer/index.vue
  7. +1
    -1
      src/views/Customer/source.vue
  8. +1
    -0
      src/views/Equipment/batch.vue
  9. +20
    -9
      src/views/Equipment/equipmentDetailList.vue
  10. +2
    -2
      src/views/Equipment/equipmentOnlineRecordList.vue
  11. +1
    -0
      src/views/Equipment/index.vue
  12. +1
    -1
      src/views/Equipment/record.vue
  13. +1
    -0
      src/views/Equipment/state.vue
  14. +1
    -0
      src/views/File/index.vue
  15. +2
    -1
      src/views/ReceivingRecords/index.vue
  16. +1
    -0
      src/views/Scheduling/index.vue
  17. +8
    -3
      src/views/Statistics/BuildingContrast.vue
  18. +7
    -3
      src/views/Statistics/ConsultantBrand.vue
  19. +7
    -3
      src/views/Statistics/MentoringAbility.vue
  20. +7
    -4
      src/views/Statistics/ReceptionOverview.vue
  21. +1
    -1
      src/views/Statistics/ReceptionStatistical.vue
  22. +6
    -2
      src/views/Statistics/TheTeamCompared.vue
  23. +7
    -3
      src/views/Statistics/TrendAnalysis.vue
  24. +9
    -5
      src/views/Statistics/dataScreeAge.vue
  25. +9
    -5
      src/views/Statistics/dataScreeOrg.vue
  26. +9
    -5
      src/views/Statistics/dataScreeSys.vue
  27. +7
    -3
      src/views/Statistics/houseDataSys.vue
  28. +6
    -2
      src/views/Statistics/index.vue
  29. +7
    -3
      src/views/Statistics/trend.vue
  30. +1
    -1
      src/views/Template/PinspeakwordsList.vue
  31. +1
    -1
      src/views/Template/taboo.vue
  32. +1
    -1
      src/views/Template/wrongword.vue
  33. +1
    -1
      src/views/admin/app/index.vue
  34. +1
    -1
      src/views/admin/dept/index.vue
  35. +1
    -1
      src/views/admin/role/index.vue
  36. +3
    -3
      src/views/building/Count.vue
  37. +1
    -0
      src/views/building/area.vue
  38. +1
    -1
      src/views/building/index.vue
  39. +1
    -1
      src/views/contentManage/updateRecord/list.vue
  40. +7
    -3
      src/views/houseData/analyse.vue
  41. +2
    -2
      src/views/houseData/count.vue
  42. +1
    -1
      src/views/inspection/ProhibitedList.vue

+ 16
- 9
src/page/wel.vue View File

@@ -1,8 +1,6 @@
<template>
<div class="box-center">
<div class="house-only" v-if="role == 3 && info.userRoleType != 6">
<!-- 项目后台 -->
<div class="app-titel projectBackend">
<div class="app-titel projectBackend">
<div class="titel-text">筛选日期:</div>
<div class="">
<el-button :class="{ 'el-button--primary': TimetoAhoose == 0 }" @click="tabtimetap(0)">今天</el-button>
@@ -16,8 +14,11 @@
</el-date-picker>
</div>
</div>
<div class="house-only" v-if="role == 3 && info.userRoleType != 6">
<!-- 项目后台 -->
<!-- 卡片部分 -->
<div class="page-container grid4">
<div class="page-container grid4 xxx">
<div class="nopagechen projectCardItem">
<div>
<div class="pageboxtitle1">正在接待</div>
@@ -456,7 +457,7 @@
</div>
</div>

<div v-if="role != 3 && info.userRoleType != 6">
<div v-if="role != 3 && info.userRoleType != 6" style=" margin-top: 52px;">
<!-- 系统后台 -->
<div style="margin-bottom: 10px; cursor: pointer" v-if="role != 2">
<span style="font-weight: bold; font-size: 18px">待处理</span>
@@ -497,7 +498,7 @@
<div style="font-weight: bold; font-size: 18px; margin: 10px 0">
数据简报
</div>
<div class="app-titel projectBackend">
<!-- <div class="app-titel projectBackend">
<div class="titel-text">筛选日期:</div>
<div class="">
<el-button :class="{ 'el-button--primary': TimetoAhoose == 0 }" @click="tabtimetap(0)">今天</el-button>
@@ -510,7 +511,7 @@
start-placeholder="开始日期" end-placeholder="结束日期">
</el-date-picker>
</div>
</div>
</div> -->
<div v-if="role != 2">
<!-- 卡片部分 -->
<div class="page-container grid4">
@@ -1826,7 +1827,9 @@ export default {
cursor: pointer;
}
}

.xxx{
margin-top: 55px !important;
}
.grid4 {
display: grid !important;
grid-template-columns: repeat(4, 25%);
@@ -2230,7 +2233,11 @@ export default {
}

.app-titel {
width: 100%;
// width: 100%;
width: calc(100% - 270px);
position: fixed;
z-index: 999;
margin-top: -16px;
display: flex;
align-items: center;



+ 8
- 7
src/views/Customer/AgentManagement.vue View File

@@ -38,24 +38,25 @@
</el-select>
</div>
</div>

<div class="app-titel" style="margin-top: 15px">
<div class="label" style="color: #ffffff">筛选相关:</div>
<div style="display:flex;justify-content: space-between;align-items: center;padding: 0 20px;">
<div class="app-titel" style="margin-top: 15px">
<div>
<el-button v-if="cus_ag_add" @click="infoadd()" type="primary">新增</el-button>
</div>
<div style="margin-left: 20px">
<el-button @click="Screening()" type="primary">筛选</el-button>
</div>
<div style="margin-left: 20px">
<el-button @click="Screeningofempty()" type="text">清空筛选条件</el-button>
</div>
</div>
<div>
<el-button v-if="cus_ag_add" @click="infoadd()" type="primary">新增</el-button>
</div>
</div>
</div>

<!-- 表格 -->
<div class="cen-tab">
<el-table :data="tableData" stripe style="width: 100%">
<el-table :data="tableData" stripe style="width: 100%" height="390">
<el-table-column :show-overflow-tooltip="true" width="120px" prop="agentName" label="代理商" align="center">
</el-table-column>
<el-table-column :show-overflow-tooltip="true" width="140px" prop="provinceName,cityName" label="地区"


+ 1
- 1
src/views/Customer/CompanyRecord.vue View File

@@ -65,7 +65,7 @@

<!-- 表格 -->
<div class="cen-tab">
<el-table :data="tableData" stripe style="width: 100%">
<el-table :data="tableData" stripe style="width: 100%" height="390">
<el-table-column :show-overflow-tooltip="true" width="120px" prop="name" label="公司名称" align="center">
</el-table-column>
<el-table-column prop="operatorName" label="代理商" align="center">


+ 1
- 1
src/views/Customer/Companymanagement.vue View File

@@ -86,7 +86,7 @@

<!-- 表格 -->
<div class="cen-tab">
<el-table :data="tableData" stripe style="width: 100%">
<el-table :data="tableData" stripe style="width: 100%" height="390">
<el-table-column prop="name" label="公司名称" align="center">
</el-table-column>
<el-table-column


+ 1
- 1
src/views/Customer/SalesStage.vue View File

@@ -38,7 +38,7 @@
</div>
<!-- 表格 -->
<div class="cen-tab">
<el-table :data="tableData" stripe style="width: 100%">
<el-table :data="tableData" stripe style="width: 100%" height="390">
<el-table-column prop="houseName" label="项目名称" align="center">
</el-table-column>
<el-table-column prop="stageName" label="阶段名称" align="center">


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

@@ -272,6 +272,7 @@
stripe
style="width: 100%"
@selection-change="handleSelectionChange"
height="390"
>
<el-table-column type="selection" width="55"></el-table-column>
<el-table-column
@@ -845,14 +846,14 @@ export default {
padding: 16px;
min-width: 1000px;
padding-bottom: 20px;
background: #ffffff;
// background: #ffffff;
border-radius: 4px;
font-size: 14px;
}
.booxtop {
width: 100%;
padding-bottom: 20px;
background: #f7f8fa;
padding: 20px;
background: #fff;
border-radius: 2px;
margin-top: 0px;
padding-right: 20px;


+ 1
- 1
src/views/Customer/source.vue View File

@@ -17,7 +17,7 @@

<!-- 表格 -->
<div class="cen-tab">
<el-table :data="tableData" stripe style="width: 100%" row-key="id">
<el-table :data="tableData" stripe style="width: 100%" row-key="id" height="390">
<el-table-column label="序号" align="center">
<template slot-scope="scope">
{{ scope.$index + 1 }}


+ 1
- 0
src/views/Equipment/batch.vue View File

@@ -31,6 +31,7 @@
<el-table
:data="tableData"
stripe
height="390"
style="width: 100%">
<el-table-column
prop="batchId"


+ 20
- 9
src/views/Equipment/equipmentDetailList.vue View File

@@ -1,6 +1,6 @@
<template>
<div class="box-center">
<div class="titlebox" v-if="orgType != 3">
<div class="titlebox1" v-if="orgType != 3">
<div style="
background: #ffffff;
padding-left: 18px;
@@ -56,9 +56,6 @@
<el-button @click="downLoad">导出</el-button>
</div>
</div>
</div>

<div class="titlebox">
<div style="
background: #ffffff;
padding-left: 18px;
@@ -118,6 +115,10 @@
</el-date-picker>
</div>
</div>
</div>

<div class="titlebox">

<div class="kapiannox">
<div class="alllistbox tabcard">
@@ -446,7 +447,7 @@
</div>
<div class="tablebox" v-if="!selectTime1">
<template>
<el-table :data="tableData" style="width: 100%">
<el-table :data="tableData" style="width: 100%" height="390">
<el-table-column prop="createTime" label="日期" width="100" align="center">
</el-table-column>
<el-table-column prop="equipmentQuantity" label="设备总数" align="center">
@@ -505,7 +506,7 @@

<div class="tablebox" v-if="selectTime1">
<template>
<el-table :data="compareList" style="width: 100%">
<el-table :data="compareList" style="width: 100%" height="390">
<el-table-column prop="name" label="时间" align="center">
</el-table-column>
<el-table-column prop="time" label="时段一" align="center">
@@ -1571,14 +1572,24 @@ export default {
color: #ffffff;
background: #2671e2;
}

.titlebox1 {
// width: 100%;
width: calc(100% - 270px);
position: fixed;
z-index: 999;
margin-top: -16px;
background: #ffffff;
box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.04);
border-radius: 8px;
padding-bottom: 18px;
}
.titlebox {
width: 100%;
background: #ffffff;
box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.04);
border-radius: 8px;
margin-top: 20px;
padding-bottom: 18px;
margin-top: 120px;
padding: 10px 0;
}

.tablebox {


+ 2
- 2
src/views/Equipment/equipmentOnlineRecordList.vue View File

@@ -97,7 +97,7 @@
</div>
<div class="tablebox" v-if="activeTotal == 0">
<template>
<el-table :data="tableData" style="width: 100%">
<el-table :data="tableData" style="width: 100%" height="390">
<el-table-column prop="index" label="序号" width="100" align="center">
</el-table-column>
<el-table-column prop="imei" label="设备编号" align="center">
@@ -226,7 +226,7 @@
</div>
<div class="tablebox" v-if="activeTotal == 1">
<template>
<el-table :data="tableData" style="width: 100%">
<el-table :data="tableData" style="width: 100%" height="390">
<el-table-column prop="index" label="序号" width="100" align="center">
</el-table-column>
<el-table-column prop="imei" label="设备编号" align="center">


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

@@ -222,6 +222,7 @@
stripe
@selection-change="handleSelectionChange"
style="width: 100%"
height="390"
>
<el-table-column type="selection" width="55"> </el-table-column>
<el-table-column type="index" label="序号" align="center">


+ 1
- 1
src/views/Equipment/record.vue View File

@@ -58,7 +58,7 @@

<!-- 表格 -->
<div class="cen-tab">
<el-table :data="tableData" stripe style="width: 100%">
<el-table :data="tableData" stripe style="width: 100%" height="390">
<el-table-column prop="equipImei" label="设备编号" align="center">
</el-table-column>
<el-table-column prop="userName" label="领用人" align="center">


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

@@ -352,6 +352,7 @@
stripe
@selection-change="handleSelectionChange"
style="width: 100%"
height="390"
>
<el-table-column type="selection" width="55"> </el-table-column>
<el-table-column type="index" label="序号" align="center">


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

@@ -39,6 +39,7 @@
<div class="cen-tab">
<el-table
:data="tableData"
height="390"
stripe
style="width: 100%">
<el-table-column


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

@@ -304,13 +304,14 @@

<!-- 表格 -->
<div class="cen-tab">
<el-table :data="tableData" stripe style="width: 100%">
<el-table :data="tableData" stripe style="width: 100%" height="390">
<el-table-column
prop="staTimeOfCN"
label="接待开始时间"
align="center"
width="200"
sortable
height="390"
>
</el-table-column>
<el-table-column prop="agentName" label="顾问" align="center">


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

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

@selection-change="handleSelectionChange"
style="width: 100%"


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

@@ -41,7 +41,7 @@

<!-- 表格 -->
<div class="cen-tab">
<el-table :data="tableData" stripe style="width: 100%" show-summary :summary-method="getSummaries">
<el-table :data="tableData" stripe style="width: 100%" show-summary :summary-method="getSummaries" height="390">
<el-table-column prop="batchId" label="序号" align="center">
<template slot-scope="scope">
<span> {{ scope.$index + 1 }}</span>
@@ -651,7 +651,8 @@ export default {
width: 100%;
padding: 15px;
background: #ffffff;
margin-top: 15px;
// margin-top: 15px;
margin-top: 80px;
}

.tophove {
@@ -660,13 +661,17 @@ export default {
}

.app-titel {
width: 100%;
// width: 100%;
height: 70px;
background: #ffffff;
box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.04);
border-radius: 4px;
display: flex;
align-items: center;
width: calc(100% - 270px);
position: fixed;
z-index: 999;
margin-top: -16px;

.titel-text {
height: 100%;


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

@@ -67,7 +67,7 @@
</div>
</div>
<!-- 表格 -->
<div class="cen-tab">
<div class="cen-tab" style="margin-top:120px">
<div class="app-titel1">
<div class="toptimeqhuan">
<div :class="{ tophove: tabFlag == 0 }" @click="tabFlagChange(0)">
@@ -84,7 +84,7 @@
<el-button @click="downLoad">导出</el-button>
</div>
</div>
<el-table max-height="300" :data="tableData" stripe style="width: 100%">
<el-table max-height="300" :data="tableData" stripe style="width: 100%" height="390">
<el-table-column prop="batchId" label="序号" align="center">
<template slot-scope="scope">
{{
@@ -1125,7 +1125,11 @@ export default {
}

.app-top {
width: 100%;
// width: 100%;
width: calc(100% - 270px);
position: fixed;
z-index: 999;
margin-top: -16px;
background: #ffffff;
box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.04);
border-radius: 4px;


+ 7
- 3
src/views/Statistics/MentoringAbility.vue View File

@@ -88,7 +88,7 @@
</div>
</div>

<div v-if="consultantlistid">
<div style="margin-top:150px" v-if="consultantlistid">
<div class="app-box-san">
<div class="zuo">
<div class="title">
@@ -264,7 +264,7 @@
<el-button @click="downLoad">导出</el-button>
</div>
</div>
<el-table max-height="300" :data="tableData" stripe style="width: 100%">
<el-table max-height="300" :data="tableData" stripe style="width: 100%" height="390">
<el-table-column prop="statDate" label="日期" align="center">
<template slot-scope="scope">
{{
@@ -1230,7 +1230,11 @@ export default {
}

.app-top {
width: 100%;
// width: 100%;
width: calc(100% - 270px);
position: fixed;
z-index: 999;
margin-top: -16px;
background: #ffffff;
box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.04);
border-radius: 4px;


+ 7
- 4
src/views/Statistics/ReceptionOverview.vue View File

@@ -12,7 +12,7 @@
</div>
</div>
<div class="app-titel">
<div style="text-indent: 30px">接待时间:</div>
<div style="text-indent: 30px;font-weight:bold;">接待时间:</div>
<div class="toptimeqhuan">
<div :class="{ tophove: TimetoAhoose == 4 }" @click="tabtimetap(4)">
近7天
@@ -1687,7 +1687,7 @@ export default {
.zuo {
flex: 1;
height: 100%;
margin-right: 15px;
// margin-right: 15px;
background: #ffffff;
border-radius: 4px;

@@ -1753,7 +1753,7 @@ export default {
background: #ffffff;
box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.04);
border-radius: 4px;
margin-top: 15px;
margin-top: 100px;
padding: 15px;
}

@@ -1797,12 +1797,15 @@ export default {


.app-top {
width: 100%;
background: #ffffff;
box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.04);
border-radius: 4px;
padding-top: 15px;
padding-bottom: 15px;
width: calc(100% - 270px);
position: fixed;
z-index: 999;
margin-top: -16px;
}

.app-titel {


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

@@ -108,7 +108,7 @@
</div>
<!-- 表格 -->
<div class="cen-tab">
<el-table :data="tableData" style="width: 100%">
<el-table :data="tableData" style="width: 100%" height="390">
<el-table-column prop="batchId" label="序号" align="center">
<template slot-scope="scope">
{{


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

@@ -950,14 +950,18 @@ tbody tr {
width: 100%;
padding: 15px;
background: #ffffff;
margin-top: 15px;
margin-top: 100px;
}
.tophove {
color: #ffffff;
background: #2671e2;
}
.app-top {
width: 100%;
// width: 100%;
width: calc(100% - 270px);
position: fixed;
z-index: 999;
margin-top: -16px;
background: #ffffff;
box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.04);
border-radius: 4px;


+ 7
- 3
src/views/Statistics/TrendAnalysis.vue View File

@@ -282,7 +282,7 @@
<div class="app-box-san" v-if="Confirmthecontrast && aliasclass != 3 && aliasclass != 4">
<div class="santitle">对比报表</div>
<div class="santab">
<el-table :data="tableData" height="400" border style="width: 100%">
<el-table :data="tableData" height="390" border style="width: 100%">
<el-table-column prop="name" label="时间" align="center">
</el-table-column>
<el-table-column prop="shiduan1" label="时段1" align="center">
@@ -1407,7 +1407,7 @@ export default {
.kapian-box {
width: 100%;
// height: 144px;
margin-top: 15px;
margin-top: 100px;
display: flex;

.kayi {
@@ -1488,7 +1488,11 @@ export default {
}

.app-top {
width: 100%;
// width: 100%;
width: calc(100% - 270px);
position: fixed;
z-index: 999;
margin-top: -16px;
background: #ffffff;
box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.04);
border-radius: 4px;


+ 9
- 5
src/views/Statistics/dataScreeAge.vue View File

@@ -26,7 +26,7 @@
</div>

<!-- 二 -->
<div class="app-box-er">
<div class="app-box-er" style="margin-top:60px">
<div class="container">
<div class="cardItem" @click="changeTab('服务期内项目总数')" :class="{ borderCss: tabName == '服务期内项目总数' }">
<span>服务期内项目总数</span>
@@ -192,7 +192,7 @@
</div>
<div id="main" v-if="echarValue1 == 0"></div>
<div v-if="echarValue1 == 1">
<el-table :data="echarList1" stripe style="width: 100%">
<el-table :data="echarList1" stripe style="width: 100%" height="390">
<!-- <el-table-column type="index" label="序号" width="50">
</el-table-column> -->
<el-table-column prop="time" label="时间" align="center">
@@ -480,7 +480,7 @@

<div id="echar2" v-if="echarValue == 0"></div>
<div v-if="echarValue == 1">
<el-table :data="echarList" stripe style="width: 100%">
<el-table :data="echarList" stripe style="width: 100%" height="390">
<!-- <el-table-column type="index" label="序号" width="50">
</el-table-column> -->
<el-table-column prop="date" label="日期" align="center">
@@ -536,7 +536,7 @@
<el-dialog :title="elTitle" :visible.sync="dialogVisible">
<div class="cen-tab">
<div style="font-size: 20px">{{ timeStr }}</div>
<el-table :data="detailList" stripe style="width: 100%">
<el-table :data="detailList" stripe style="width: 100%" height="390">
<el-table-column v-if="visible1" prop="houseName" label="项目" align="center">
</el-table-column>
<el-table-column v-if="visible1" prop="receptionQuantity" label="接待量" align="center">
@@ -1638,7 +1638,11 @@ export default {
}

.app-top {
width: 100%;
// width: 100%;
width: calc(100% - 270px);
position: fixed;
z-index: 999;
margin-top: -16px;
background: #ffffff;
box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.04);
border-radius: 4px;


+ 9
- 5
src/views/Statistics/dataScreeOrg.vue View File

@@ -61,7 +61,7 @@
</div> -->

<!-- 二 -->
<div class="app-box-er">
<div class="app-box-er" style="margin-top:60px">
<div class="container">
<!-- <div class="grid-content">
<div class="text1">代理商数</div>
@@ -291,7 +291,7 @@
</div>
<div id="main" v-if="echarValue1 == 0"></div>
<div v-if="echarValue1 == 1">
<el-table :data="echarList1" stripe style="width: 100%">
<el-table :data="echarList1" stripe style="width: 100%" height="390">
<!-- <el-table-column type="index" label="序号" width="50">
</el-table-column> -->
<el-table-column prop="time" label="时间" align="center">
@@ -504,7 +504,7 @@

<div id="echar2" v-if="echarValue == 0"></div>
<div v-if="echarValue == 1">
<el-table :data="echarList" stripe style="width: 100%">
<el-table :data="echarList" stripe style="width: 100%" height="390">
<!-- <el-table-column type="index" label="序号" width="50">
</el-table-column> -->
<el-table-column prop="date" label="日期" align="center">
@@ -589,7 +589,7 @@
<el-dialog :title="elTitle" :visible.sync="dialogVisible">
<div class="cen-tab">
<div style="font-size: 20px">{{ timeStr }}</div>
<el-table :data="detailList" stripe style="width: 100%">
<el-table :data="detailList" stripe style="width: 100%" height="390">
<el-table-column v-if="visible1" prop="houseName" label="项目" align="center">
</el-table-column>
<el-table-column v-if="visible1" prop="receptionQuantity" label="接待量" align="center">
@@ -1670,7 +1670,11 @@ export default {
}

.app-top {
width: 100%;
// width: 100%;
width: calc(100% - 270px);
position: fixed;
z-index: 999;
margin-top: -16px;
background: #ffffff;
box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.04);
border-radius: 4px;


+ 9
- 5
src/views/Statistics/dataScreeSys.vue View File

@@ -27,7 +27,7 @@
</div>

<!-- 二 -->
<div class="app-box-er">
<div class="app-box-er" style="margin-top:60px">
<div class="container">
<div v-if="agentissow" class="cardItem" @click="changeTab('代理商数')" :class="{ borderCss: tabName == '代理商数' }">
<span>代理商数</span>
@@ -302,7 +302,7 @@
</div>
<div v-if="echarValue1 == 0" id="main"></div>
<div v-if="echarValue1 == 1">
<el-table :data="echarList1" stripe style="width: 100%">
<el-table :data="echarList1" stripe style="width: 100%" height="390">
<!-- <el-table-column type="index" label="序号" width="50">
</el-table-column> -->
<el-table-column prop="time" label="时间" align="center">
@@ -630,7 +630,7 @@

<div v-if="echarValue == 0" id="echar2"></div>
<div v-if="echarValue == 1">
<el-table :data="echarList" stripe style="width: 100%">
<el-table :data="echarList" stripe style="width: 100%" height="390">
<!-- <el-table-column type="index" label="序号" width="50">
</el-table-column> -->
<el-table-column prop="date" label="日期" align="center">
@@ -684,7 +684,7 @@
<el-dialog :title="elTitle" :visible.sync="dialogVisible">
<div class="cen-tab">
<div style="font-size: 20px">{{ timeStr }}</div>
<el-table :data="detailList" stripe style="width: 100%">
<el-table :data="detailList" stripe style="width: 100%" height="390">
<el-table-column v-if="visible1" prop="houseName" label="项目" align="center">
</el-table-column>
<el-table-column v-if="visible1" prop="receptionQuantity" label="接待量" align="center">
@@ -1825,7 +1825,11 @@ export default {
}

.app-top {
width: 100%;
// width: 100%;
width: calc(100% - 270px);
position: fixed;
z-index: 999;
margin-top: -16px;
background: #ffffff;
box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.04);
border-radius: 4px;


+ 7
- 3
src/views/Statistics/houseDataSys.vue View File

@@ -64,7 +64,7 @@
</div>
</div>

<div class="app-box-er">
<div class="app-box-er" style="margin-top:60px">
<div class="container1">
<div class="cardItem" @click="changeTab('服务期内项目数')" :class="{ borderCss: tabName == '服务期内项目数' }">
<span>服务期内项目数</span>
@@ -208,7 +208,7 @@

<div class="app-box-er" v-if="selectTime1">
<template>
<el-table :data="tableData" style="width: 100%" height="320">
<el-table :data="tableData" style="width: 100%" height="390">
<el-table-column prop="time" label="时间" align="center">
</el-table-column>
<el-table-column prop="data1" label="时段一" align="center">
@@ -1037,7 +1037,11 @@ export default {
color: #2671e2;
}
.app-top {
width: 100%;
// width: 100%;
width: calc(100% - 270px);
position: fixed;
z-index: 999;
margin-top: -16px;
background: #ffffff;
box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.04);
border-radius: 4px;


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

@@ -49,7 +49,7 @@
</div>

<!-- 中间 -->
<div class="app-box">
<div class="app-box" style="margin-top:100px">
<div class="conbox">客群特征总览</div>
<div class="alllistbox">
<div
@@ -575,7 +575,11 @@ export default {
font-size: 14px;
}
.app-top {
width: 100%;
// width: 100%;
width: calc(100% - 270px);
position: fixed;
z-index: 999;
margin-top: -16px;
background: #ffffff;
box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.04);
border-radius: 4px;


+ 7
- 3
src/views/Statistics/trend.vue View File

@@ -83,7 +83,7 @@
</div>
</div>

<div class="app-box-er" >
<div class="app-box-er" style="margin-top:70px">
<div class="app-titel" style="margin-bottom: 10px">
<div class="titel-text" style="text-indent: 0; min-width: 64px">
项目趋势
@@ -321,7 +321,7 @@

<div class="app-box-er" v-if="selectTime1">
<template>
<el-table :data="tableData" style="width: 100%" height="320">
<el-table :data="tableData" style="width: 100%" height="390">
<el-table-column prop="time" label="时间" align="center">
</el-table-column>
<el-table-column prop="data1" label="时段一" align="center">
@@ -1234,7 +1234,11 @@ export default {
color: #2671e2;
}
.app-top {
width: 100%;
// width: 100%;
width: calc(100% - 270px);
position: fixed;
z-index: 999;
margin-top: -16px;
background: #ffffff;
box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.04);
border-radius: 4px;


+ 1
- 1
src/views/Template/PinspeakwordsList.vue View File

@@ -32,7 +32,7 @@

<!-- 表格 -->
<div class="cen-tab">
<el-table :data="tableData" stripe style="width: 100%">
<el-table :data="tableData" stripe style="width: 100%" height="390">
<el-table-column prop="houseName" label="项目名称" align="center">
</el-table-column>
<el-table-column prop="name" label="状态" align="center">


+ 1
- 1
src/views/Template/taboo.vue View File

@@ -47,7 +47,7 @@

<!-- 表格 -->
<div class="cen-tab">
<el-table :data="tableData" stripe style="width: 100%">
<el-table :data="tableData" stripe style="width: 100%" height="390">
<el-table-column prop="words" label="敏感词" align="center">
</el-table-column>
<el-table-column prop="houseName" label="项目名称" align="center">


+ 1
- 1
src/views/Template/wrongword.vue View File

@@ -61,7 +61,7 @@

<!-- 表格 -->
<div class="cen-tab">
<el-table :data="tableData" stripe style="width: 100%">
<el-table :data="tableData" stripe style="width: 100%" height="390">
<el-table-column type="index" label="序号" width="50">
</el-table-column>
<el-table-column prop="correctWord" label="正确词" align="center">


+ 1
- 1
src/views/admin/app/index.vue View File

@@ -15,7 +15,7 @@

<!-- 表格 -->
<div class="cen-tab">
<el-table :data="tableData" stripe style="width: 100%">
<el-table :data="tableData" stripe style="width: 100%" height="390">
<el-table-column type="index" label="序号" width="50">
</el-table-column>
<el-table-column prop="name" label="名称" align="center">


+ 1
- 1
src/views/admin/dept/index.vue View File

@@ -15,7 +15,7 @@

<!-- 表格 -->
<div class="cen-tab">
<el-table :data="tableData" stripe height="400" style="width: 100%">
<el-table :data="tableData" stripe height="390" style="width: 100%">
<el-table-column prop="name" label="部门名称" align="center">
</el-table-column>
<el-table-column prop="peopleCount" label="部门人数" align="center">


+ 1
- 1
src/views/admin/role/index.vue View File

@@ -93,7 +93,7 @@
</div>

<el-table :data="list" border @selection-change="handleSelectionChange" style="width: 100%"
:header-cell-style="{ textAlign: 'center' }" :cell-style="{ textAlign: 'center' }">
:header-cell-style="{ textAlign: 'center' }" :cell-style="{ textAlign: 'center' }" height="390">
<el-table-column type="selection" width="55"> </el-table-column>
<el-table-column type="index" label="序号" width="50">
</el-table-column>


+ 3
- 3
src/views/building/Count.vue View File

@@ -123,7 +123,7 @@

<!-- 表格 -->
<div class="cen-tab">
<el-table v-if="activeTotal == 0" :data="tableData" stripe style="width: 100%">
<el-table v-if="activeTotal == 0" :data="tableData" stripe style="width: 100%" height="390">
<el-table-column prop="propertyName" label="项目名称" align="center">
</el-table-column>
<el-table-column prop="orgName" label="公司名称" align="center">
@@ -188,7 +188,7 @@
</el-table-column>
</el-table>

<el-table v-if="activeTotal == 2" :data="tableData" stripe style="width: 100%">
<el-table v-if="activeTotal == 2" :data="tableData" stripe style="width: 100%" height="390">
<el-table-column prop="orgName" label="公司名称" align="center">
</el-table-column>
<el-table-column prop="houseQuantityOfEnough" label="服务期内项目" align="center" width="140">
@@ -234,7 +234,7 @@
</el-table-column>
</el-table>

<el-table v-if="activeTotal == 1" :data="tableData" stripe style="width: 100%">
<el-table v-if="activeTotal == 1" :data="tableData" stripe style="width: 100%" height="390">
<el-table-column prop="agentName" label="代理商名称" align="center">
</el-table-column>
<el-table-column prop="area" label="地区" align="center">


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

@@ -30,6 +30,7 @@
:data="tableData"
border
style="width: 100%"
height="390"
:header-cell-style="{ textAlign: 'center' }"
:cell-style="{ textAlign: 'center' }"
>


+ 1
- 1
src/views/building/index.vue View File

@@ -152,7 +152,7 @@

<!-- 表格 -->
<div class="cen-tab">
<el-table :data="tableData" stripe style="width: 100%">
<el-table :data="tableData" stripe style="width: 100%" height="390">
<el-table-column prop="propertyName" :show-overflow-tooltip="true" width="120px" label="项目名称" align="center">
</el-table-column>



+ 1
- 1
src/views/contentManage/updateRecord/list.vue View File

@@ -48,7 +48,7 @@

<!-- 表格 -->
<div class="cen-tab">
<el-table :data="tableData" stripe style="width: 100%">
<el-table :data="tableData" stripe style="width: 100%" height="390">
<el-table-column prop="title" label="标题" align="center"></el-table-column>
<el-table-column prop="pageView" label="阅读数" align="center"></el-table-column>
<el-table-column prop="createUser" label="发布人" align="center"></el-table-column>


+ 7
- 3
src/views/houseData/analyse.vue View File

@@ -55,7 +55,7 @@
</div>
</div>

<div class="app-box-san">
<div class="app-box-san" style="margin-top:70px">
<div class="zuo">
<div class="title">
<div class="text1">目标分析</div>
@@ -184,7 +184,7 @@
>导出</el-button
> -->
</div>
<el-table :data="tableData" @selection-change="handleSelectionChange" stripe style="width: 100%">
<el-table :data="tableData" @selection-change="handleSelectionChange" stripe style="width: 100%" height="390">
<el-table-column type="selection" width="55"> </el-table-column>
<el-table-column prop="houseName" label="项目名称" align="center">
</el-table-column>
@@ -994,7 +994,11 @@ export default {
}

.app-top {
width: 100%;
// width: 100%;
width: calc(100% - 270px);
position: fixed;
z-index: 999;
margin-top: -16px;
background: #ffffff;
box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.04);
border-radius: 4px;


+ 2
- 2
src/views/houseData/count.vue View File

@@ -54,7 +54,7 @@

<!-- 表格 -->
<div class="cen-tab">
<el-table :data="tableData" stripe style="width: 100%" >
<el-table :data="tableData" stripe style="width: 100%" height="390">
<el-table-column prop="operationName" label="运营" align="center" sortable></el-table-column>
<el-table-column prop="houseQuantityInService" label="服务中项目数" width="120" align="center" sortable></el-table-column>
<el-table-column prop="wrongWordAddCount" width="120" label="常错词添加数" align="center" sortable></el-table-column>
@@ -143,7 +143,7 @@
</div>
</div>
<div style="width:100%;margin-top: 8px;">
<el-table :data="infodata" stripe style="width: 100%;overflow-y:scroll;" height="340"
<el-table :data="infodata" stripe style="width: 100%;overflow-y:scroll;" height="390"
:header-cell-style="{background:'#E0E0E0'}">
<el-table-column
prop="createTime"


+ 1
- 1
src/views/inspection/ProhibitedList.vue View File

@@ -119,7 +119,7 @@

<!-- 表格 -->
<div class="cen-tab">
<el-table :data="tableData" stripe style="width: 100%">
<el-table :data="tableData" stripe style="width: 100%" height="390">
<el-table-column prop="batchId" label="序号" width="70" align="center">
<template slot-scope="scope">
<span> {{ scope.$index + 1 }}</span>


Loading…
Cancel
Save