Browse Source

表格优化

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

+ 1
- 1
src/page/index/top/index.vue View File

@@ -103,7 +103,7 @@
</div> -->
<!-- 暂时注释下一版本开发上线 -->
<el-popover placement="bottom" trigger="hover" width="350">
<el-table :data="gridData" @row-click="msgTap">
<el-table :header-cell-style="{background:'#F5F7FA',color:'#333333'}" :data="gridData" @row-click="msgTap">
<el-table-column
width="324"
property="date"


+ 5
- 5
src/page/wel.vue View File

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

<div class="tabbox">
<el-table :header-cell-style="{ background: '#F2F4F5' }" :data="prohibitedlist" height="320"
<el-table :header-cell-style="{background:'#F5F7FA',color:'#333333'}" :data="prohibitedlist" height="320"
style="width: 100%; font-size: 14px">
<el-table-column prop="agentName" label="顾问" align="center">
</el-table-column>
@@ -425,7 +425,7 @@
</el-badge>
</div>
<div class="tabbox" v-if="classatec == 0">
<el-table :header-cell-style="{ background: '#F2F4F5' }" :data="equipmentList" height="320"
<el-table :header-cell-style="{background:'#F5F7FA',color:'#333333'}" :data="equipmentList" height="320"
style="width: 100%; font-size: 14px">>
<el-table-column prop="accName" label="顾问" align="center">
</el-table-column>
@@ -446,7 +446,7 @@
</el-table>
</div>
<div class="tabbox" v-if="classatec == 1">
<el-table :header-cell-style="{ background: '#F2F4F5' }" :data="equipmentList" height="320"
<el-table :header-cell-style="{background:'#F5F7FA',color:'#333333'}" :data="equipmentList" height="320"
style="width: 100%; font-size: 14px">
<el-table-column prop="accName" label="顾问" align="center">
</el-table-column>
@@ -1273,7 +1273,7 @@
</div>
</div>
<div class="tabbox">
<el-table :header-cell-style="{ background: '#F2F4F5' }" :data="companyRank"
<el-table :header-cell-style="{background:'#F5F7FA',color:'#333333'}" :data="companyRank"
style="width: 100%; font-size: 14px">
<el-table-column prop="companyName" :label="role == 2 ? '项目名称' : '公司名称'" align="center">
<template slot-scope="{ row }">
@@ -1310,7 +1310,7 @@
</div>

<div class="tabbox">
<el-table :header-cell-style="{ background: '#F2F4F5' }" :data="houseRank"
<el-table :header-cell-style="{background:'#F5F7FA',color:'#333333'}" :data="houseRank"
style="width: 100%; font-size: 14px">>
<el-table-column prop="houseName" :label="role == 2 ? '顾问名称' : '项目名称'" align="center">
<template slot-scope="{ row }">


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

@@ -56,7 +56,7 @@

<!-- 表格 -->
<div class="cen-tab">
<el-table :data="tableData" stripe style="width: 100%" height="640">
<el-table :header-cell-style="{background:'#F5F7FA',color:'#333333'}" :data="tableData" stripe style="width: 100%" height="640">
<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

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

<!-- 表格 -->
<div class="cen-tab">
<el-table :data="tableData" stripe style="width: 100%" height="640">
<el-table :header-cell-style="{background:'#F5F7FA',color:'#333333'}" :data="tableData" stripe style="width: 100%" height="640">
<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%" height="640">
<el-table :header-cell-style="{background:'#F5F7FA',color:'#333333'}" :data="tableData" stripe style="width: 100%" height="640">
<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%" height="640">
<el-table :data="tableData" stripe style="width: 100%" height="640" :header-cell-style="{background:'#F5F7FA',color:'#333333'}">
<el-table-column prop="houseName" label="项目名称" align="center">
</el-table-column>
<el-table-column prop="stageName" label="阶段名称" align="center">


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

@@ -265,6 +265,7 @@
</div>
</div>

<!-- 表格 -->
<div class="cen-tab">
<el-table
@@ -273,6 +274,7 @@
style="width: 100%"
@selection-change="handleSelectionChange"
height="390"
:header-cell-style="{background:'#F5F7FA',color:'#333333'}"
>
<el-table-column type="selection" width="55"></el-table-column>
<el-table-column


+ 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" height="640">
<el-table :data="tableData" stripe style="width: 100%" row-key="id" height="640" :header-cell-style="{background:'#F5F7FA',color:'#333333'}">
<el-table-column label="序号" align="center">
<template slot-scope="scope">
{{ scope.$index + 1 }}


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

@@ -451,7 +451,7 @@
</div>
<div class="tablebox" v-if="!selectTime1">
<template>
<el-table :data="tableData" style="width: 100%" height="640">
<el-table :data="tableData" style="width: 100%" height="640" :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">
@@ -510,7 +510,7 @@

<div class="tablebox" v-if="selectTime1">
<template>
<el-table :data="compareList" style="width: 100%" height="640">
<el-table :data="compareList" style="width: 100%" height="640" :header-cell-style="{background:'#F5F7FA',color:'#333333'}">
<el-table-column prop="name" label="时间" align="center">
</el-table-column>
<el-table-column prop="time" label="时段一" align="center">


+ 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%" height="640">
<el-table :data="tableData" style="width: 100%" height="640" :header-cell-style="{background:'#F5F7FA',color:'#333333'}">
<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%" height="640">
<el-table :data="tableData" style="width: 100%" height="640" :header-cell-style="{background:'#F5F7FA',color:'#333333'}">
<el-table-column prop="index" label="序号" width="100" align="center">
</el-table-column>
<el-table-column prop="imei" 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%" height="640">
<el-table :data="tableData" stripe style="width: 100%" height="640" :header-cell-style="{background:'#F5F7FA',color:'#333333'}">
<el-table-column prop="equipImei" label="设备编号" align="center">
</el-table-column>
<el-table-column prop="userName" label="领用人" align="center">


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

@@ -160,7 +160,7 @@

<!-- 表格 -->
<div class="cen-tab">
<el-table :data="tableData" stripe style="width: 100%" height="640">
<el-table :header-cell-style="{background:'#F5F7FA',color:'#333333'}" :data="tableData" stripe style="width: 100%" height="640">
<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
- 1
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" height="640">
<el-table :header-cell-style="{background:'#F5F7FA',color:'#333333'}" :data="tableData" stripe style="width: 100%" show-summary :summary-method="getSummaries" height="640">
<el-table-column prop="batchId" label="序号" align="center">
<template slot-scope="scope">
<span> {{ scope.$index + 1 }}</span>


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

@@ -88,7 +88,7 @@
<el-button @click="downLoad" icon="el-icon-download">导出</el-button>
</div>
</div>
<el-table :data="tableData" stripe style="width: 100%" height="640">
<el-table :header-cell-style="{background:'#F5F7FA',color:'#333333'}" :data="tableData" stripe style="width: 100%" height="640">
<el-table-column prop="batchId" label="序号" align="center">
<template slot-scope="scope">
{{


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

@@ -264,7 +264,7 @@
<el-button @click="downLoad" icon="el-icon-download">导出</el-button>
</div>
</div>
<el-table :data="tableData" stripe style="width: 100%" height="640">
<el-table :header-cell-style="{background:'#F5F7FA',color:'#333333'}" :data="tableData" stripe style="width: 100%" height="640">
<el-table-column prop="statDate" label="日期" align="center">
<template slot-scope="scope">
{{


+ 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%" height="640">
<el-table :header-cell-style="{background:'#F5F7FA',color:'#333333'}" :data="tableData" style="width: 100%" height="640">
<el-table-column prop="batchId" label="序号" align="center">
<template slot-scope="scope">
{{


+ 1
- 1
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="640" border style="width: 100%">
<el-table :header-cell-style="{background:'#F5F7FA',color:'#333333'}" :data="tableData" height="640" border style="width: 100%">
<el-table-column prop="name" label="时间" align="center">
</el-table-column>
<el-table-column prop="shiduan1" label="时段1" align="center">


+ 3
- 3
src/views/Statistics/dataScreeAge.vue View File

@@ -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%" height="640">
<el-table :header-cell-style="{background:'#F5F7FA',color:'#333333'}" :data="echarList1" stripe style="width: 100%" height="640">
<!-- <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%" height="640">
<el-table :header-cell-style="{background:'#F5F7FA',color:'#333333'}" :data="echarList" stripe style="width: 100%" height="640">
<!-- <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%" height="640">
<el-table :header-cell-style="{background:'#F5F7FA',color:'#333333'}" :data="detailList" stripe style="width: 100%" height="640">
<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">


+ 3
- 3
src/views/Statistics/dataScreeOrg.vue View File

@@ -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%" height="640">
<el-table :header-cell-style="{background:'#F5F7FA',color:'#333333'}" :data="echarList1" stripe style="width: 100%" height="640">
<!-- <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%" height="640">
<el-table :header-cell-style="{background:'#F5F7FA',color:'#333333'}" :data="echarList" stripe style="width: 100%" height="640">
<!-- <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%" height="640">
<el-table :header-cell-style="{background:'#F5F7FA',color:'#333333'}" :data="detailList" stripe style="width: 100%" height="640">
<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">


+ 3
- 3
src/views/Statistics/dataScreeSys.vue View File

@@ -306,7 +306,7 @@
</div>
<div v-if="echarValue1 == 0" id="main"></div>
<div v-if="echarValue1 == 1">
<el-table :data="echarList1" stripe style="width: 100%" height="640">
<el-table :header-cell-style="{background:'#F5F7FA',color:'#333333'}" :data="echarList1" stripe style="width: 100%" height="640">
<!-- <el-table-column type="index" label="序号" width="50">
</el-table-column> -->
<el-table-column prop="time" label="时间" align="center">
@@ -634,7 +634,7 @@

<div v-if="echarValue == 0" id="echar2"></div>
<div v-if="echarValue == 1">
<el-table :data="echarList" stripe style="width: 100%" height="640">
<el-table :header-cell-style="{background:'#F5F7FA',color:'#333333'}" :data="echarList" stripe style="width: 100%" height="640">
<!-- <el-table-column type="index" label="序号" width="50">
</el-table-column> -->
<el-table-column prop="date" label="日期" align="center">
@@ -688,7 +688,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%" height="640">
<el-table :header-cell-style="{background:'#F5F7FA',color:'#333333'}" :data="detailList" stripe style="width: 100%" height="640">
<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">


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

@@ -208,7 +208,7 @@

<div class="app-box-er" v-if="selectTime1">
<template>
<el-table :data="tableData" style="width: 100%" height="640">
<el-table :header-cell-style="{background:'#F5F7FA',color:'#333333'}" :data="tableData" style="width: 100%" height="640">
<el-table-column prop="time" label="时间" align="center">
</el-table-column>
<el-table-column prop="data1" label="时段一" align="center">


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

@@ -321,7 +321,7 @@

<div class="app-box-er" v-if="selectTime1">
<template>
<el-table :data="tableData" style="width: 100%" height="640">
<el-table :header-cell-style="{background:'#F5F7FA',color:'#333333'}" :data="tableData" style="width: 100%" height="640">
<el-table-column prop="time" label="时间" align="center">
</el-table-column>
<el-table-column prop="data1" label="时段一" align="center">


+ 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%" height="640">
<el-table :header-cell-style="{background:'#F5F7FA',color:'#333333'}" :data="tableData" stripe style="width: 100%" height="640">
<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%" height="640">
<el-table :header-cell-style="{background:'#F5F7FA',color:'#333333'}" :data="tableData" stripe style="width: 100%" height="640">
<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%" height="640">
<el-table :header-cell-style="{background:'#F5F7FA',color:'#333333'}" :data="tableData" stripe style="width: 100%" height="640">
<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%" height="390">
<el-table :header-cell-style="{background:'#F5F7FA',color:'#333333'}" :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="390" style="width: 100%">
<el-table :header-cell-style="{background:'#F5F7FA',color:'#333333'}" :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' }" height="390">
:header-cell-style="{ textAlign: 'center',background:'#F5F7FA',color:'#333333' }" :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%" height="640">
<el-table :header-cell-style="{background:'#F5F7FA',color:'#333333'}" v-if="activeTotal == 0" :data="tableData" stripe style="width: 100%" height="640">
<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%" height="640">
<el-table :header-cell-style="{background:'#F5F7FA',color:'#333333'}" v-if="activeTotal == 2" :data="tableData" stripe style="width: 100%" height="640">
<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%" height="640">
<el-table :header-cell-style="{background:'#F5F7FA',color:'#333333'}" v-if="activeTotal == 1" :data="tableData" stripe style="width: 100%" height="640">
<el-table-column prop="agentName" label="代理商名称" align="center">
</el-table-column>
<el-table-column prop="area" label="地区" align="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%" height="640">
<el-table :header-cell-style="{background:'#F5F7FA',color:'#333333'}" :data="tableData" stripe style="width: 100%" height="640">
<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%" height="640">
<el-table :header-cell-style="{background:'#F5F7FA',color:'#333333'}" :data="tableData" stripe style="width: 100%" height="640">
<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>


+ 1
- 1
src/views/houseData/analyse.vue View File

@@ -188,7 +188,7 @@
>导出</el-button
> -->
</div>
<el-table :data="tableData" @selection-change="handleSelectionChange" stripe style="width: 100%" height="640">
<el-table :data="tableData" @selection-change="handleSelectionChange" stripe style="width: 100%" height="640" :header-cell-style="{background:'#F5F7FA',color:'#333333'}">
<el-table-column type="selection" width="55"> </el-table-column>
<el-table-column prop="houseName" label="项目名称" align="center">
</el-table-column>


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

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

<!-- 表格 -->
<div class="cen-tab">
<el-table :data="tableData" stripe style="width: 100%" height="640">
<el-table :header-cell-style="{background:'#F5F7FA',color:'#333333'}" :data="tableData" stripe style="width: 100%" height="640">
<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,8 +143,8 @@
</div>
</div>
<div style="width:100%;margin-top: 8px;">
<el-table :data="infodata" stripe style="width: 100%;overflow-y:scroll;" height="640"
:header-cell-style="{background:'#E0E0E0'}">
<el-table :header-cell-style="{background:'#F5F7FA',color:'#333333'}" :data="infodata" stripe style="width: 100%;overflow-y:scroll;" height="640"
>
<el-table-column
prop="createTime"
label="操作时间"


+ 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%" height="640">
<el-table :header-cell-style="{background:'#F5F7FA',color:'#333333'}" :data="tableData" stripe style="width: 100%" height="640">
<el-table-column prop="batchId" label="序号" width="70" align="center">
<template slot-scope="scope">
<span> {{ scope.$index + 1 }}</span>


Loading…
Cancel
Save