Browse Source

优化1

newStyle
jyt 2 years ago
parent
commit
32880cdb50
29 changed files with 126 additions and 70 deletions
  1. +1
    -1
      src/components/queryForm/index.vue
  2. +1
    -1
      src/views/Customer/AgentManagement.vue
  3. +2
    -2
      src/views/Customer/CompanyRecord.vue
  4. +2
    -2
      src/views/Customer/Companymanagement.vue
  5. +7
    -9
      src/views/Customer/index.vue
  6. +15
    -2
      src/views/Equipment/batch.vue
  7. +2
    -2
      src/views/Equipment/equipmentOnlineRecordList.vue
  8. +15
    -11
      src/views/Equipment/index.vue
  9. +11
    -1
      src/views/Equipment/record.vue
  10. +7
    -3
      src/views/Equipment/state.vue
  11. +2
    -3
      src/views/File/index.vue
  12. +1
    -1
      src/views/ReceivingRecords/index.vue
  13. +3
    -1
      src/views/Scheduling/index.vue
  14. +10
    -0
      src/views/Statistics/ConsultantBrand.vue
  15. +1
    -1
      src/views/Statistics/Insightintothedetails.vue
  16. +3
    -3
      src/views/Statistics/ReceptionStatistical.vue
  17. +2
    -2
      src/views/Statistics/TheTeamCompared.vue
  18. +1
    -1
      src/views/Template/PinspeakwordsList.vue
  19. +3
    -5
      src/views/Template/taboo.vue
  20. +4
    -6
      src/views/Template/wrongword.vue
  21. +1
    -1
      src/views/admin/log/index.vue
  22. +1
    -1
      src/views/admin/log/log.vue
  23. +2
    -2
      src/views/admin/user/index.vue
  24. +1
    -1
      src/views/building/Count.vue
  25. +3
    -3
      src/views/building/index.vue
  26. +1
    -1
      src/views/contentManage/updateRecord/list.vue
  27. +1
    -1
      src/views/houseData/analyse.vue
  28. +11
    -1
      src/views/houseData/count.vue
  29. +12
    -2
      src/views/inspection/ProhibitedList.vue

+ 1
- 1
src/components/queryForm/index.vue View File

@@ -29,7 +29,7 @@
<el-row>
<el-col :span="6">
<el-button type="primary" @click="submit">筛选</el-button>
<el-button @click="clear">清空筛选条件</el-button>
<el-button @click="clear" type="text">清空筛选条件</el-button>
<el-button v-if="isSystole" @click="isSystoleForm" type="text">{{isOpen?'收起':'展开'}}<i style="margin-left:5px;" :class="isOpen?'el-icon-arrow-up':'el-icon-arrow-down'"></i></el-button>
</el-col>
</el-row>


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

@@ -48,7 +48,7 @@
<el-button @click="Screening()" type="primary">筛选</el-button>
</div>
<div style="margin-left: 20px">
<el-button @click="Screeningofempty()">清空筛选条件</el-button>
<el-button @click="Screeningofempty()" type="text">清空筛选条件</el-button>
</div>
</div>
</div>


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

@@ -58,7 +58,7 @@
<el-button @click="Screening()" type="primary">筛选</el-button>
</div>
<div style="margin-left: 20px">
<el-button @click="Screeningofempty()">清空筛选条件</el-button>
<el-button @click="Screeningofempty()" type="text">清空筛选条件</el-button>
</div>
</div>
</div>
@@ -94,7 +94,7 @@
{{ row.lockFlag == 1 ? "禁用" : "启用" }}
</template>
</el-table-column>
<el-table-column label="操作" align="center" fixed="right" width="200">
<el-table-column label="操作" align="center" width="200">
<template slot-scope="scope">
<el-button type="text" v-if="cus_crd_edit" size="small" @click="infoeditor(scope.row)">编辑</el-button>
<el-button type="text" v-if="cus_crd_change" size="small" @click="inforeplace(scope.row)">更换账号</el-button>


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

@@ -79,7 +79,7 @@
<el-button @click="Screening()" type="primary">筛选</el-button>
</div>
<div style="margin-left: 20px">
<el-button @click="Screeningofempty()">清空筛选条件</el-button>
<el-button @click="Screeningofempty()" type="text">清空筛选条件</el-button>
</div>
</div>
</div>
@@ -120,7 +120,7 @@
</el-table-column> -->
<el-table-column prop="houseNum" label="服务期项目" align="center">
</el-table-column>
<el-table-column label="操作" align="center" fixed="right" width="200">
<el-table-column label="操作" align="center" width="200">
<template slot-scope="scope">
<!-- <el-button type="text" size="small" @click="infoeditor(scope.row)">编辑</el-button>
<el-button type="text" size="small" @click="inforeplace(scope.row)">更换账号</el-button>


+ 7
- 9
src/views/Customer/index.vue View File

@@ -250,19 +250,17 @@
<div class="div-labox">
<div class="labeltext"></div>
<el-button type="primary" @click="screen">筛选</el-button>
<el-button @click="clearScreen">清空筛选条件</el-button>
<el-button @click="clearScreen" type="text">清空筛选条件</el-button>

<el-button :disabled="isBand" type="primary" @click="transfer"
>批量转交</el-button
>
<el-button style="margin-left:10px;" @click="isSystoleForm" type="text">{{isOpen?'收起':'展开'}}<i style="margin-left:5px;" :class="isOpen?'el-icon-arrow-up':'el-icon-arrow-down'"></i></el-button>

</div>
<div
style="margin-left: auto; margin-right: 10px"
v-if="cus_index_downLoad"
>
<el-button @click="downLoad">导出</el-button>
<div style="margin-left: auto; margin-right: 10px">
<el-button :disabled="isBand" type="primary" @click="transfer"
>批量转交</el-button
>
<el-button v-if="cus_index_downLoad" @click="downLoad">导出</el-button>
</div>
</div>
</div>


+ 15
- 2
src/views/Equipment/batch.vue View File

@@ -3,7 +3,8 @@
<div class="box-center">
<!-- 头 -->
<div class="app-top">
<div class="app-titel" style="margin-top: 5px">
<div class="app-titel" style="display: flex;justify-content: space-between;align-items: center;padding: 0 20px;">
<div style="display: flex;align-items: center;">
<div class="label">批次号:</div>
<div>
<el-input v-model="batchId" maxlength="20" clearable></el-input>
@@ -13,8 +14,10 @@
>
</div>
<div style="margin-left: 20px">
<el-button @click="Screeningofempty()">清空筛选条件</el-button>
<el-button @click="Screeningofempty()" type="text">清空筛选条件</el-button>
</div>
</div>
<div style="margin-left: 20px">
<el-button v-if="equ_batch_add" @click="editorinfo()" type="primary"
>添加批次</el-button
@@ -324,4 +327,14 @@ export default {
}
}
}
/deep/ .el-table__header-wrapper{
thead{
tr{
th{
background: #F5F7FA;
color: #333333;
}
}
}
}
</style>

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

@@ -88,7 +88,7 @@
>
</div>
<div style="margin-left: 20px">
<el-button @click="empty()">清空筛选条件</el-button>
<el-button @click="empty()" type="text">清空筛选条件</el-button>
</div>
<div style="margin-left: auto;margin-right:10px;" v-if="equ_edg_download">
<el-button @click="downLoad">导出</el-button>
@@ -217,7 +217,7 @@
>
</div>
<div style="margin-left: 20px">
<el-button @click="empty()">清空筛选条件</el-button>
<el-button @click="empty()" type="text">清空筛选条件</el-button>
</div>
<div style="margin-left: auto;margin-right:10px;" v-if="equ_edg_download">
<el-button @click="downLoad">导出</el-button>


+ 15
- 11
src/views/Equipment/index.vue View File

@@ -166,13 +166,14 @@
</el-select>
</div> -->
</div>
<div style="display:flex">
<div class="app-titel" style="margin-top: 15px">
<!-- <div class="label" style="color: #ffffff">筛选相关:</div> -->
<div style="margin-left: 20px">
<el-button type="primary" @click="screen">筛选</el-button>
</div>
<div style="margin-left: 20px">
<el-button @click="reset">清空筛选条件</el-button>
<el-button @click="reset" type="text">清空筛选条件</el-button>
</div>
</div>
<div class="app-titel" style="margin-top: 15px">
@@ -185,7 +186,7 @@
>批量归还</el-button
>
</div> -->
<div style="margin-left: 20px">
<div style="margin-left: auto;margin-right:10px;" v-if="euq_index_downLoad">
<el-button
@click="infoMasstransfer()"
type="primary"
@@ -193,8 +194,6 @@
:disabled="multipleSelection.length == 0"
>批量绑定</el-button
>
</div>
<div style="margin-left: 20px">
<el-button
@click="zkequipmentUnbind()"
type="primary"
@@ -202,8 +201,6 @@
:disabled="multipleSelection.length == 0"
>批量解绑</el-button
>
</div>
<div style="margin-left: 20px">
<el-button
@click="infoBulkbinding()"
v-if="euq_index_batch"
@@ -211,14 +208,11 @@
:disabled="multipleSelection.length == 0"
>批量绑定批次号</el-button
>
</div>
<div style="margin-left: 20px" v-if="equ_index_add">
<el-button @click="infoadd()" type="primary">添加</el-button>
</div>
<div style="margin-left: auto;margin-right:10px;" v-if="euq_index_downLoad">
<el-button v-if="equ_index_add" @click="infoadd()" type="primary">添加</el-button>
<el-button @click="downLoad">导出</el-button>
</div>
</div>
</div>
</div>

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

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

@@ -48,7 +48,7 @@
<el-button type="primary" @click="screen">筛选</el-button>
</div>
<div style="margin-left: 20px">
<el-button @click="clascreen">清空筛选条件</el-button>
<el-button @click="clascreen" type="text">清空筛选条件</el-button>
</div>
<div style="margin-right: 20px;margin-left:auto;">
<el-button @click="exportFile">导出</el-button>
@@ -332,4 +332,14 @@ export default {
.div-inp {
width: 250px;
}
/deep/ .el-table__header-wrapper{
thead{
tr{
th{
background: #F5F7FA;
color: #333333;
}
}
}
}
</style>

+ 7
- 3
src/views/Equipment/state.vue View File

@@ -278,8 +278,11 @@
<el-button type="primary" @click="screen">筛选</el-button>
</div>
<div style="margin-left: 20px">
<el-button @click="reset">清空筛选条件</el-button>
<el-button @click="reset" type="text">清空筛选条件</el-button>
<el-button style="margin-left:10px;" @click="isSystoleForm" type="text">{{isOpen?'收起':'展开'}}<i style="margin-left:5px;" :class="isOpen?'el-icon-arrow-up':'el-icon-arrow-down'"></i></el-button>

</div>
<div style="margin-left: auto; margin-right: 10px;display: flex;">
<div style="margin-left: 20px">
<el-button
@click="openAllLight()"
@@ -324,14 +327,15 @@
:disabled="multipleSelection.length == 0"
>批量解绑</el-button
>
</div> <el-button style="margin-left:10px;" @click="isSystoleForm" type="text">{{isOpen?'收起':'展开'}}<i style="margin-left:5px;" :class="isOpen?'el-icon-arrow-up':'el-icon-arrow-down'"></i></el-button>
</div>

<div
style="margin-left: auto; margin-right: 10px"
style="margin-left: 20px"
v-if="equ_state_downLoad"
>
<el-button @click="downLoad">导出</el-button>
</div>
</div>
</div>
</div>



+ 2
- 3
src/views/File/index.vue View File

@@ -30,7 +30,7 @@
<el-button type="primary" @click="noempty()">筛选</el-button>
</div>
<div style="margin-left: 20px">
<el-button @click="empty()">清空筛选条件</el-button>
<el-button @click="empty()" type="text">清空筛选条件</el-button>
</div>
</div>
</div>
@@ -88,7 +88,6 @@
>
</el-table-column>
<el-table-column
fixed="right"
label="操作"
width="100">
<template slot-scope="scope">
@@ -352,7 +351,7 @@ export default {
/deep/ .el-table__header-wrapper{
thead{
tr{
th{
.is-leaf{
background: #F5F7FA;
color: #333333;
}


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

@@ -289,7 +289,7 @@
<el-button type="primary" @click="screen">筛选</el-button>
</div>
<div style="margin-left: 20px">
<el-button @click="clearScreen">清空筛选条件</el-button>
<el-button @click="clearScreen" type="text">清空筛选条件</el-button>
</div>
<el-button style="margin-left:10px;" @click="isSystoleForm" type="text">{{isOpen?'收起':'展开'}}<i style="margin-left:5px;" :class="isOpen?'el-icon-arrow-up':'el-icon-arrow-down'"></i></el-button>



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

@@ -57,8 +57,9 @@
>
</div>
<div style="margin-left: 20px">
<el-button @click="reset()">清空筛选条件</el-button>
<el-button @click="reset()" type="text">清空筛选条件</el-button>
</div>
<div style="margin-left: auto; margin-right: 10px;display: flex;">
<div style="margin-left: 20px">
<el-button v-if="sch_index_add" type="primary"
@click="addinfo()" >添加</el-button
@@ -75,6 +76,7 @@
>批量排班</el-button
>
</div>
</div>
</div>
</div>



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

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

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

@@ -59,7 +59,7 @@
>
</div>
<div style="margin-left: 20px">
<el-button @click="Screeningofempty()">清空筛选条件</el-button>
<el-button @click="Screeningofempty()" type="text">清空筛选条件</el-button>
</div>
<div style="margin-left: auto; margin-right:20px;">
<el-button v-if="fromobj.keywordIds.length==1&&sta_idx_download" @click="downLoad()">导出</el-button>


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

@@ -89,10 +89,10 @@
<div class="app-titel" style="margin-top: 15px">
<div style="margin-left: 20px">
<el-button type="primary" size="small" @click="screen()"
>查询</el-button
>筛选</el-button
>
<el-button type="primary" size="small" @click="reset()"
>清空</el-button
<el-button type="text" size="small" @click="reset()"
>清空筛选条件</el-button
>
<el-button style="margin-left:10px;" @click="isSystoleForm" type="text">{{isOpen?'收起':'展开'}}<i style="margin-left:5px;" :class="isOpen?'el-icon-arrow-up':'el-icon-arrow-down'"></i></el-button>



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

@@ -62,7 +62,7 @@
<div style="overflow: auto">
<table>
<tbody>
<tr>
<tr style="background: #F5F7FA;color: #333333;">
<td
v-for="(item, index) in tablsitdata1"
:key="index"
@@ -1117,7 +1117,7 @@ tbody tr {
.theadtd {
width: 140px;
height: 48px;
border: 1px solid #e0e0e0;
border-bottom: 1px solid #E0E0E0;
text-align: center;
line-height: 48px;
font-size: 16px;


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

@@ -21,7 +21,7 @@
<div style="margin-left: 20px">
<el-button @click="Screening()" type="primary">筛选</el-button>
</div>
<div style="margin-left: 20px">
<div style="margin-left: auto;margin-right:10px;" v-if="tem_pwl_downLoad">
<el-button v-if="tem_pwl_add" @click="editorinfo()" type="primary">添加模板</el-button>
</div>
<!-- <div style="margin-left: auto;margin-right:10px;" v-if="tem_pwl_downLoad">


+ 3
- 5
src/views/Template/taboo.vue View File

@@ -33,15 +33,13 @@
<div style="margin-left: 20px">
<el-button type="primary" @click="screening()">筛选</el-button>
</div>
<div style="margin-left: 20px">
<el-button v-if="tem_tab_add" @click="editorinfo()" type="primary"
>新增</el-button
>
</div>
<div
style="margin-left: auto; margin-right: 10px"
v-if="tem_tab_downLoad"
>
<el-button v-if="tem_tab_add" @click="editorinfo()" type="primary"
>新增</el-button
>
<el-button @click="downLoad">导出</el-button>
</div>
</div>


+ 4
- 6
src/views/Template/wrongword.vue View File

@@ -45,17 +45,15 @@
<el-button type="primary" @click="screen">筛选</el-button>
</div>
<div style="margin-left: 20px">
<el-button @click="clascreen">清空筛选条件</el-button>
</div>
<div style="margin-left: 20px">
<el-button @click="addinfo()" type="primary" v-if="tem_ww_add"
>新增</el-button
>
<el-button @click="clascreen" type="text">清空筛选条件</el-button>
</div>
<div
style="margin-left: auto; margin-right: 10px"
v-if="tem_ww_downLoad"
>
<el-button @click="addinfo()" type="primary" v-if="tem_ww_add"
>新增</el-button
>
<el-button @click="downLoad">导出</el-button>
</div>
</div>


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

@@ -71,7 +71,7 @@
>
</div>
<div style="margin-left: 20px">
<el-button @click="reset">清空筛选条件</el-button>
<el-button @click="reset" type="text">清空筛选条件</el-button>
</div>
<div style="margin-left: auto;margin-right:10px;" v-if="admin_idx_downLoad">
<el-button @click="downLoad">导出</el-button>


+ 1
- 1
src/views/admin/log/log.vue View File

@@ -80,7 +80,7 @@
>
</div>
<div style="margin-left: 20px">
<el-button @click="reset">清空筛选条件</el-button>
<el-button @click="reset" type="text">清空筛选条件</el-button>
</div>
<div style="margin-left: auto;margin-right:10px;" v-if="admin_log_downLoad">
<el-button @click="downLoad">导出</el-button>


+ 2
- 2
src/views/admin/user/index.vue View File

@@ -70,7 +70,7 @@
</el-form-item> -->
<el-form-item>
<el-button type="primary" @click="search">筛选</el-button>
<el-button type="primary" @click="reset">清空筛选条件</el-button>
<el-button @click="reset" type="text">清空筛选条件</el-button>
</el-form-item>
</el-form>
</div>
@@ -169,7 +169,7 @@
</el-form-item>
<el-form-item>
<el-button type="primary" @click="search1">筛选</el-button>
<el-button type="primary" @click="reset1">清空筛选条件</el-button>
<el-button type="text" @click="reset1">清空筛选条件</el-button>
</el-form-item>
</el-form>
</div>


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

@@ -113,7 +113,7 @@
<el-button type="primary" @click="screen">筛选</el-button>
</div>
<div style="margin-left: 20px">
<el-button @click="clascreen">清空筛选条件</el-button>
<el-button @click="clascreen" type="text">清空筛选条件</el-button>
</div>
<div style="margin-left: auto; margin-right: 10px" v-if="cus_build_count_download">
<el-button @click="downLoad">导出</el-button>


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

@@ -140,7 +140,7 @@
<el-button @click="screen" type="primary">筛选</el-button>
</div>
<div style="margin-left: 20px">
<el-button @click="empty">清空筛选条件</el-button>
<el-button @click="empty" type="text">清空筛选条件</el-button>
</div>
<el-button style="margin-left:10px;" @click="isSystoleForm" type="text">{{ isOpen ? '收起' : '展开' }}<i
style="margin-left:5px;" :class="isOpen ? 'el-icon-arrow-up' : 'el-icon-arrow-down'"></i></el-button>
@@ -1343,8 +1343,8 @@ export default {
thead{
tr{
th{
background: #F5F7FA;
color: #333333;
background: #F5F7FA !important;
color: #333333 !important;
}
}
}


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

@@ -41,7 +41,7 @@
<el-button type="primary" @click="noempty()">筛选</el-button>
</div>
<div style="margin-left: 20px">
<el-button @click="empty()">清空筛选条件</el-button>
<el-button @click="empty()" type="text">清空筛选条件</el-button>
</div>
</div>
</div>


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

@@ -49,7 +49,7 @@
<el-button type="primary" @click="screen">筛选</el-button>
</div>
<div style="margin-left: 20px">
<el-button @click="clascreen">清空筛选条件</el-button>
<el-button @click="clascreen" type="text">清空筛选条件</el-button>
</div>
</div>
</div>


+ 11
- 1
src/views/houseData/count.vue View File

@@ -47,7 +47,7 @@
<el-button @click="screen" type="primary">筛选</el-button>
</div>
<div style="margin-left: 20px">
<el-button @click="empty">清空筛选条件</el-button>
<el-button @click="empty" type="text">清空筛选条件</el-button>
</div>
</div>
</div>
@@ -448,4 +448,14 @@ export default {
.div-inp {
width: 250px;
}
/deep/ .el-table__header-wrapper{
thead{
tr{
th{
background: #F5F7FA;
color: #333333;
}
}
}
}
</style>

+ 12
- 2
src/views/inspection/ProhibitedList.vue View File

@@ -110,8 +110,8 @@
<!-- 筛选 -->
<div class="app-titel" style="margin-top: 1em; padding-left: 100px">
<el-button type="primary">筛选</el-button>
<el-link style="margin-left: 1em" :underline="false" type="primary"
>清空筛选条件</el-link
<el-button style="margin-left: 1em" :underline="false" type="text"
>清空筛选条件</el-button
>
<el-button style="margin-left:10px;" @click="isSystoleForm" type="text">{{isOpen?'收起':'展开'}}<i style="margin-left:5px;" :class="isOpen?'el-icon-arrow-up':'el-icon-arrow-down'"></i></el-button>
</div>
@@ -406,4 +406,14 @@ export default {
width: 250px;
}
}
/deep/ .el-table__header-wrapper{
thead{
tr{
th{
background: #F5F7FA;
color: #333333;
}
}
}
}
</style>

Loading…
Cancel
Save