@@ -29,7 +29,7 @@ | |||||
<el-row> | <el-row> | ||||
<el-col :span="6"> | <el-col :span="6"> | ||||
<el-button type="primary" @click="submit">筛选</el-button> | <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-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-col> | ||||
</el-row> | </el-row> | ||||
@@ -48,7 +48,7 @@ | |||||
<el-button @click="Screening()" type="primary">筛选</el-button> | <el-button @click="Screening()" type="primary">筛选</el-button> | ||||
</div> | </div> | ||||
<div style="margin-left: 20px"> | <div style="margin-left: 20px"> | ||||
<el-button @click="Screeningofempty()">清空筛选条件</el-button> | |||||
<el-button @click="Screeningofempty()" type="text">清空筛选条件</el-button> | |||||
</div> | </div> | ||||
</div> | </div> | ||||
</div> | </div> | ||||
@@ -58,7 +58,7 @@ | |||||
<el-button @click="Screening()" type="primary">筛选</el-button> | <el-button @click="Screening()" type="primary">筛选</el-button> | ||||
</div> | </div> | ||||
<div style="margin-left: 20px"> | <div style="margin-left: 20px"> | ||||
<el-button @click="Screeningofempty()">清空筛选条件</el-button> | |||||
<el-button @click="Screeningofempty()" type="text">清空筛选条件</el-button> | |||||
</div> | </div> | ||||
</div> | </div> | ||||
</div> | </div> | ||||
@@ -94,7 +94,7 @@ | |||||
{{ row.lockFlag == 1 ? "禁用" : "启用" }} | {{ row.lockFlag == 1 ? "禁用" : "启用" }} | ||||
</template> | </template> | ||||
</el-table-column> | </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"> | <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_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> | <el-button type="text" v-if="cus_crd_change" size="small" @click="inforeplace(scope.row)">更换账号</el-button> | ||||
@@ -79,7 +79,7 @@ | |||||
<el-button @click="Screening()" type="primary">筛选</el-button> | <el-button @click="Screening()" type="primary">筛选</el-button> | ||||
</div> | </div> | ||||
<div style="margin-left: 20px"> | <div style="margin-left: 20px"> | ||||
<el-button @click="Screeningofempty()">清空筛选条件</el-button> | |||||
<el-button @click="Screeningofempty()" type="text">清空筛选条件</el-button> | |||||
</div> | </div> | ||||
</div> | </div> | ||||
</div> | </div> | ||||
@@ -120,7 +120,7 @@ | |||||
</el-table-column> --> | </el-table-column> --> | ||||
<el-table-column prop="houseNum" label="服务期项目" align="center"> | <el-table-column prop="houseNum" label="服务期项目" align="center"> | ||||
</el-table-column> | </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"> | <template slot-scope="scope"> | ||||
<!-- <el-button type="text" size="small" @click="infoeditor(scope.row)">编辑</el-button> | <!-- <el-button type="text" size="small" @click="infoeditor(scope.row)">编辑</el-button> | ||||
<el-button type="text" size="small" @click="inforeplace(scope.row)">更换账号</el-button> | <el-button type="text" size="small" @click="inforeplace(scope.row)">更换账号</el-button> | ||||
@@ -250,19 +250,17 @@ | |||||
<div class="div-labox"> | <div class="div-labox"> | ||||
<div class="labeltext"></div> | <div class="labeltext"></div> | ||||
<el-button type="primary" @click="screen">筛选</el-button> | <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> | <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> | ||||
<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> | </div> | ||||
</div> | </div> | ||||
@@ -3,7 +3,8 @@ | |||||
<div class="box-center"> | <div class="box-center"> | ||||
<!-- 头 --> | <!-- 头 --> | ||||
<div class="app-top"> | <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 class="label">批次号:</div> | ||||
<div> | <div> | ||||
<el-input v-model="batchId" maxlength="20" clearable></el-input> | <el-input v-model="batchId" maxlength="20" clearable></el-input> | ||||
@@ -13,8 +14,10 @@ | |||||
> | > | ||||
</div> | </div> | ||||
<div style="margin-left: 20px"> | <div style="margin-left: 20px"> | ||||
<el-button @click="Screeningofempty()">清空筛选条件</el-button> | |||||
<el-button @click="Screeningofempty()" type="text">清空筛选条件</el-button> | |||||
</div> | </div> | ||||
</div> | |||||
<div style="margin-left: 20px"> | <div style="margin-left: 20px"> | ||||
<el-button v-if="equ_batch_add" @click="editorinfo()" type="primary" | <el-button v-if="equ_batch_add" @click="editorinfo()" type="primary" | ||||
>添加批次</el-button | >添加批次</el-button | ||||
@@ -324,4 +327,14 @@ export default { | |||||
} | } | ||||
} | } | ||||
} | } | ||||
/deep/ .el-table__header-wrapper{ | |||||
thead{ | |||||
tr{ | |||||
th{ | |||||
background: #F5F7FA; | |||||
color: #333333; | |||||
} | |||||
} | |||||
} | |||||
} | |||||
</style> | </style> |
@@ -88,7 +88,7 @@ | |||||
> | > | ||||
</div> | </div> | ||||
<div style="margin-left: 20px"> | <div style="margin-left: 20px"> | ||||
<el-button @click="empty()">清空筛选条件</el-button> | |||||
<el-button @click="empty()" type="text">清空筛选条件</el-button> | |||||
</div> | </div> | ||||
<div style="margin-left: auto;margin-right:10px;" v-if="equ_edg_download"> | <div style="margin-left: auto;margin-right:10px;" v-if="equ_edg_download"> | ||||
<el-button @click="downLoad">导出</el-button> | <el-button @click="downLoad">导出</el-button> | ||||
@@ -217,7 +217,7 @@ | |||||
> | > | ||||
</div> | </div> | ||||
<div style="margin-left: 20px"> | <div style="margin-left: 20px"> | ||||
<el-button @click="empty()">清空筛选条件</el-button> | |||||
<el-button @click="empty()" type="text">清空筛选条件</el-button> | |||||
</div> | </div> | ||||
<div style="margin-left: auto;margin-right:10px;" v-if="equ_edg_download"> | <div style="margin-left: auto;margin-right:10px;" v-if="equ_edg_download"> | ||||
<el-button @click="downLoad">导出</el-button> | <el-button @click="downLoad">导出</el-button> | ||||
@@ -166,13 +166,14 @@ | |||||
</el-select> | </el-select> | ||||
</div> --> | </div> --> | ||||
</div> | </div> | ||||
<div style="display:flex"> | |||||
<div class="app-titel" style="margin-top: 15px"> | <div class="app-titel" style="margin-top: 15px"> | ||||
<!-- <div class="label" style="color: #ffffff">筛选相关:</div> --> | <!-- <div class="label" style="color: #ffffff">筛选相关:</div> --> | ||||
<div style="margin-left: 20px"> | <div style="margin-left: 20px"> | ||||
<el-button type="primary" @click="screen">筛选</el-button> | <el-button type="primary" @click="screen">筛选</el-button> | ||||
</div> | </div> | ||||
<div style="margin-left: 20px"> | <div style="margin-left: 20px"> | ||||
<el-button @click="reset">清空筛选条件</el-button> | |||||
<el-button @click="reset" type="text">清空筛选条件</el-button> | |||||
</div> | </div> | ||||
</div> | </div> | ||||
<div class="app-titel" style="margin-top: 15px"> | <div class="app-titel" style="margin-top: 15px"> | ||||
@@ -185,7 +186,7 @@ | |||||
>批量归还</el-button | >批量归还</el-button | ||||
> | > | ||||
</div> --> | </div> --> | ||||
<div style="margin-left: 20px"> | |||||
<div style="margin-left: auto;margin-right:10px;" v-if="euq_index_downLoad"> | |||||
<el-button | <el-button | ||||
@click="infoMasstransfer()" | @click="infoMasstransfer()" | ||||
type="primary" | type="primary" | ||||
@@ -193,8 +194,6 @@ | |||||
:disabled="multipleSelection.length == 0" | :disabled="multipleSelection.length == 0" | ||||
>批量绑定</el-button | >批量绑定</el-button | ||||
> | > | ||||
</div> | |||||
<div style="margin-left: 20px"> | |||||
<el-button | <el-button | ||||
@click="zkequipmentUnbind()" | @click="zkequipmentUnbind()" | ||||
type="primary" | type="primary" | ||||
@@ -202,8 +201,6 @@ | |||||
:disabled="multipleSelection.length == 0" | :disabled="multipleSelection.length == 0" | ||||
>批量解绑</el-button | >批量解绑</el-button | ||||
> | > | ||||
</div> | |||||
<div style="margin-left: 20px"> | |||||
<el-button | <el-button | ||||
@click="infoBulkbinding()" | @click="infoBulkbinding()" | ||||
v-if="euq_index_batch" | v-if="euq_index_batch" | ||||
@@ -211,14 +208,11 @@ | |||||
:disabled="multipleSelection.length == 0" | :disabled="multipleSelection.length == 0" | ||||
>批量绑定批次号</el-button | >批量绑定批次号</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> | <el-button @click="downLoad">导出</el-button> | ||||
</div> | </div> | ||||
</div> | </div> | ||||
</div> | |||||
</div> | </div> | ||||
<!-- 表格 --> | <!-- 表格 --> | ||||
@@ -1556,4 +1550,14 @@ export default { | |||||
.div-inp { | .div-inp { | ||||
width: 250px; | width: 250px; | ||||
} | } | ||||
/deep/ .el-table__header-wrapper{ | |||||
thead{ | |||||
tr{ | |||||
th{ | |||||
background: #F5F7FA; | |||||
color: #333333; | |||||
} | |||||
} | |||||
} | |||||
} | |||||
</style> | </style> |
@@ -48,7 +48,7 @@ | |||||
<el-button type="primary" @click="screen">筛选</el-button> | <el-button type="primary" @click="screen">筛选</el-button> | ||||
</div> | </div> | ||||
<div style="margin-left: 20px"> | <div style="margin-left: 20px"> | ||||
<el-button @click="clascreen">清空筛选条件</el-button> | |||||
<el-button @click="clascreen" type="text">清空筛选条件</el-button> | |||||
</div> | </div> | ||||
<div style="margin-right: 20px;margin-left:auto;"> | <div style="margin-right: 20px;margin-left:auto;"> | ||||
<el-button @click="exportFile">导出</el-button> | <el-button @click="exportFile">导出</el-button> | ||||
@@ -332,4 +332,14 @@ export default { | |||||
.div-inp { | .div-inp { | ||||
width: 250px; | width: 250px; | ||||
} | } | ||||
/deep/ .el-table__header-wrapper{ | |||||
thead{ | |||||
tr{ | |||||
th{ | |||||
background: #F5F7FA; | |||||
color: #333333; | |||||
} | |||||
} | |||||
} | |||||
} | |||||
</style> | </style> |
@@ -278,8 +278,11 @@ | |||||
<el-button type="primary" @click="screen">筛选</el-button> | <el-button type="primary" @click="screen">筛选</el-button> | ||||
</div> | </div> | ||||
<div style="margin-left: 20px"> | <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> | ||||
<div style="margin-left: auto; margin-right: 10px;display: flex;"> | |||||
<div style="margin-left: 20px"> | <div style="margin-left: 20px"> | ||||
<el-button | <el-button | ||||
@click="openAllLight()" | @click="openAllLight()" | ||||
@@ -324,14 +327,15 @@ | |||||
:disabled="multipleSelection.length == 0" | :disabled="multipleSelection.length == 0" | ||||
>批量解绑</el-button | >批量解绑</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 | <div | ||||
style="margin-left: auto; margin-right: 10px" | |||||
style="margin-left: 20px" | |||||
v-if="equ_state_downLoad" | v-if="equ_state_downLoad" | ||||
> | > | ||||
<el-button @click="downLoad">导出</el-button> | <el-button @click="downLoad">导出</el-button> | ||||
</div> | </div> | ||||
</div> | |||||
</div> | </div> | ||||
</div> | </div> | ||||
@@ -30,7 +30,7 @@ | |||||
<el-button type="primary" @click="noempty()">筛选</el-button> | <el-button type="primary" @click="noempty()">筛选</el-button> | ||||
</div> | </div> | ||||
<div style="margin-left: 20px"> | <div style="margin-left: 20px"> | ||||
<el-button @click="empty()">清空筛选条件</el-button> | |||||
<el-button @click="empty()" type="text">清空筛选条件</el-button> | |||||
</div> | </div> | ||||
</div> | </div> | ||||
</div> | </div> | ||||
@@ -88,7 +88,6 @@ | |||||
> | > | ||||
</el-table-column> | </el-table-column> | ||||
<el-table-column | <el-table-column | ||||
fixed="right" | |||||
label="操作" | label="操作" | ||||
width="100"> | width="100"> | ||||
<template slot-scope="scope"> | <template slot-scope="scope"> | ||||
@@ -352,7 +351,7 @@ export default { | |||||
/deep/ .el-table__header-wrapper{ | /deep/ .el-table__header-wrapper{ | ||||
thead{ | thead{ | ||||
tr{ | tr{ | ||||
th{ | |||||
.is-leaf{ | |||||
background: #F5F7FA; | background: #F5F7FA; | ||||
color: #333333; | color: #333333; | ||||
} | } | ||||
@@ -289,7 +289,7 @@ | |||||
<el-button type="primary" @click="screen">筛选</el-button> | <el-button type="primary" @click="screen">筛选</el-button> | ||||
</div> | </div> | ||||
<div style="margin-left: 20px"> | <div style="margin-left: 20px"> | ||||
<el-button @click="clearScreen">清空筛选条件</el-button> | |||||
<el-button @click="clearScreen" type="text">清空筛选条件</el-button> | |||||
</div> | </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> | <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> | ||||
@@ -57,8 +57,9 @@ | |||||
> | > | ||||
</div> | </div> | ||||
<div style="margin-left: 20px"> | <div style="margin-left: 20px"> | ||||
<el-button @click="reset()">清空筛选条件</el-button> | |||||
<el-button @click="reset()" type="text">清空筛选条件</el-button> | |||||
</div> | </div> | ||||
<div style="margin-left: auto; margin-right: 10px;display: flex;"> | |||||
<div style="margin-left: 20px"> | <div style="margin-left: 20px"> | ||||
<el-button v-if="sch_index_add" type="primary" | <el-button v-if="sch_index_add" type="primary" | ||||
@click="addinfo()" >添加</el-button | @click="addinfo()" >添加</el-button | ||||
@@ -75,6 +76,7 @@ | |||||
>批量排班</el-button | >批量排班</el-button | ||||
> | > | ||||
</div> | </div> | ||||
</div> | |||||
</div> | </div> | ||||
</div> | </div> | ||||
@@ -1295,4 +1295,14 @@ export default { | |||||
margin-left: 15px; | margin-left: 15px; | ||||
min-width: 40px; | min-width: 40px; | ||||
} | } | ||||
/deep/ .el-table__header-wrapper{ | |||||
thead{ | |||||
tr{ | |||||
th{ | |||||
background: #F5F7FA; | |||||
color: #333333; | |||||
} | |||||
} | |||||
} | |||||
} | |||||
</style> | </style> |
@@ -59,7 +59,7 @@ | |||||
> | > | ||||
</div> | </div> | ||||
<div style="margin-left: 20px"> | <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: auto; margin-right:20px;"> | <div style="margin-left: auto; margin-right:20px;"> | ||||
<el-button v-if="fromobj.keywordIds.length==1&&sta_idx_download" @click="downLoad()">导出</el-button> | <el-button v-if="fromobj.keywordIds.length==1&&sta_idx_download" @click="downLoad()">导出</el-button> | ||||
@@ -89,10 +89,10 @@ | |||||
<div class="app-titel" style="margin-top: 15px"> | <div class="app-titel" style="margin-top: 15px"> | ||||
<div style="margin-left: 20px"> | <div style="margin-left: 20px"> | ||||
<el-button type="primary" size="small" @click="screen()" | <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> | <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> | ||||
@@ -62,7 +62,7 @@ | |||||
<div style="overflow: auto"> | <div style="overflow: auto"> | ||||
<table> | <table> | ||||
<tbody> | <tbody> | ||||
<tr> | |||||
<tr style="background: #F5F7FA;color: #333333;"> | |||||
<td | <td | ||||
v-for="(item, index) in tablsitdata1" | v-for="(item, index) in tablsitdata1" | ||||
:key="index" | :key="index" | ||||
@@ -1117,7 +1117,7 @@ tbody tr { | |||||
.theadtd { | .theadtd { | ||||
width: 140px; | width: 140px; | ||||
height: 48px; | height: 48px; | ||||
border: 1px solid #e0e0e0; | |||||
border-bottom: 1px solid #E0E0E0; | |||||
text-align: center; | text-align: center; | ||||
line-height: 48px; | line-height: 48px; | ||||
font-size: 16px; | font-size: 16px; | ||||
@@ -21,7 +21,7 @@ | |||||
<div style="margin-left: 20px"> | <div style="margin-left: 20px"> | ||||
<el-button @click="Screening()" type="primary">筛选</el-button> | <el-button @click="Screening()" type="primary">筛选</el-button> | ||||
</div> | </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> | <el-button v-if="tem_pwl_add" @click="editorinfo()" type="primary">添加模板</el-button> | ||||
</div> | </div> | ||||
<!-- <div style="margin-left: auto;margin-right:10px;" v-if="tem_pwl_downLoad"> | <!-- <div style="margin-left: auto;margin-right:10px;" v-if="tem_pwl_downLoad"> | ||||
@@ -33,15 +33,13 @@ | |||||
<div style="margin-left: 20px"> | <div style="margin-left: 20px"> | ||||
<el-button type="primary" @click="screening()">筛选</el-button> | <el-button type="primary" @click="screening()">筛选</el-button> | ||||
</div> | </div> | ||||
<div style="margin-left: 20px"> | |||||
<el-button v-if="tem_tab_add" @click="editorinfo()" type="primary" | |||||
>新增</el-button | |||||
> | |||||
</div> | |||||
<div | <div | ||||
style="margin-left: auto; margin-right: 10px" | style="margin-left: auto; margin-right: 10px" | ||||
v-if="tem_tab_downLoad" | v-if="tem_tab_downLoad" | ||||
> | > | ||||
<el-button v-if="tem_tab_add" @click="editorinfo()" type="primary" | |||||
>新增</el-button | |||||
> | |||||
<el-button @click="downLoad">导出</el-button> | <el-button @click="downLoad">导出</el-button> | ||||
</div> | </div> | ||||
</div> | </div> | ||||
@@ -45,17 +45,15 @@ | |||||
<el-button type="primary" @click="screen">筛选</el-button> | <el-button type="primary" @click="screen">筛选</el-button> | ||||
</div> | </div> | ||||
<div style="margin-left: 20px"> | <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> | ||||
<div | <div | ||||
style="margin-left: auto; margin-right: 10px" | style="margin-left: auto; margin-right: 10px" | ||||
v-if="tem_ww_downLoad" | v-if="tem_ww_downLoad" | ||||
> | > | ||||
<el-button @click="addinfo()" type="primary" v-if="tem_ww_add" | |||||
>新增</el-button | |||||
> | |||||
<el-button @click="downLoad">导出</el-button> | <el-button @click="downLoad">导出</el-button> | ||||
</div> | </div> | ||||
</div> | </div> | ||||
@@ -71,7 +71,7 @@ | |||||
> | > | ||||
</div> | </div> | ||||
<div style="margin-left: 20px"> | <div style="margin-left: 20px"> | ||||
<el-button @click="reset">清空筛选条件</el-button> | |||||
<el-button @click="reset" type="text">清空筛选条件</el-button> | |||||
</div> | </div> | ||||
<div style="margin-left: auto;margin-right:10px;" v-if="admin_idx_downLoad"> | <div style="margin-left: auto;margin-right:10px;" v-if="admin_idx_downLoad"> | ||||
<el-button @click="downLoad">导出</el-button> | <el-button @click="downLoad">导出</el-button> | ||||
@@ -80,7 +80,7 @@ | |||||
> | > | ||||
</div> | </div> | ||||
<div style="margin-left: 20px"> | <div style="margin-left: 20px"> | ||||
<el-button @click="reset">清空筛选条件</el-button> | |||||
<el-button @click="reset" type="text">清空筛选条件</el-button> | |||||
</div> | </div> | ||||
<div style="margin-left: auto;margin-right:10px;" v-if="admin_log_downLoad"> | <div style="margin-left: auto;margin-right:10px;" v-if="admin_log_downLoad"> | ||||
<el-button @click="downLoad">导出</el-button> | <el-button @click="downLoad">导出</el-button> | ||||
@@ -70,7 +70,7 @@ | |||||
</el-form-item> --> | </el-form-item> --> | ||||
<el-form-item> | <el-form-item> | ||||
<el-button type="primary" @click="search">筛选</el-button> | <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-item> | ||||
</el-form> | </el-form> | ||||
</div> | </div> | ||||
@@ -169,7 +169,7 @@ | |||||
</el-form-item> | </el-form-item> | ||||
<el-form-item> | <el-form-item> | ||||
<el-button type="primary" @click="search1">筛选</el-button> | <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-item> | ||||
</el-form> | </el-form> | ||||
</div> | </div> | ||||
@@ -113,7 +113,7 @@ | |||||
<el-button type="primary" @click="screen">筛选</el-button> | <el-button type="primary" @click="screen">筛选</el-button> | ||||
</div> | </div> | ||||
<div style="margin-left: 20px"> | <div style="margin-left: 20px"> | ||||
<el-button @click="clascreen">清空筛选条件</el-button> | |||||
<el-button @click="clascreen" type="text">清空筛选条件</el-button> | |||||
</div> | </div> | ||||
<div style="margin-left: auto; margin-right: 10px" v-if="cus_build_count_download"> | <div style="margin-left: auto; margin-right: 10px" v-if="cus_build_count_download"> | ||||
<el-button @click="downLoad">导出</el-button> | <el-button @click="downLoad">导出</el-button> | ||||
@@ -140,7 +140,7 @@ | |||||
<el-button @click="screen" type="primary">筛选</el-button> | <el-button @click="screen" type="primary">筛选</el-button> | ||||
</div> | </div> | ||||
<div style="margin-left: 20px"> | <div style="margin-left: 20px"> | ||||
<el-button @click="empty">清空筛选条件</el-button> | |||||
<el-button @click="empty" type="text">清空筛选条件</el-button> | |||||
</div> | </div> | ||||
<el-button style="margin-left:10px;" @click="isSystoleForm" type="text">{{ isOpen ? '收起' : '展开' }}<i | <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> | style="margin-left:5px;" :class="isOpen ? 'el-icon-arrow-up' : 'el-icon-arrow-down'"></i></el-button> | ||||
@@ -1343,8 +1343,8 @@ export default { | |||||
thead{ | thead{ | ||||
tr{ | tr{ | ||||
th{ | th{ | ||||
background: #F5F7FA; | |||||
color: #333333; | |||||
background: #F5F7FA !important; | |||||
color: #333333 !important; | |||||
} | } | ||||
} | } | ||||
} | } | ||||
@@ -41,7 +41,7 @@ | |||||
<el-button type="primary" @click="noempty()">筛选</el-button> | <el-button type="primary" @click="noempty()">筛选</el-button> | ||||
</div> | </div> | ||||
<div style="margin-left: 20px"> | <div style="margin-left: 20px"> | ||||
<el-button @click="empty()">清空筛选条件</el-button> | |||||
<el-button @click="empty()" type="text">清空筛选条件</el-button> | |||||
</div> | </div> | ||||
</div> | </div> | ||||
</div> | </div> | ||||
@@ -49,7 +49,7 @@ | |||||
<el-button type="primary" @click="screen">筛选</el-button> | <el-button type="primary" @click="screen">筛选</el-button> | ||||
</div> | </div> | ||||
<div style="margin-left: 20px"> | <div style="margin-left: 20px"> | ||||
<el-button @click="clascreen">清空筛选条件</el-button> | |||||
<el-button @click="clascreen" type="text">清空筛选条件</el-button> | |||||
</div> | </div> | ||||
</div> | </div> | ||||
</div> | </div> | ||||
@@ -47,7 +47,7 @@ | |||||
<el-button @click="screen" type="primary">筛选</el-button> | <el-button @click="screen" type="primary">筛选</el-button> | ||||
</div> | </div> | ||||
<div style="margin-left: 20px"> | <div style="margin-left: 20px"> | ||||
<el-button @click="empty">清空筛选条件</el-button> | |||||
<el-button @click="empty" type="text">清空筛选条件</el-button> | |||||
</div> | </div> | ||||
</div> | </div> | ||||
</div> | </div> | ||||
@@ -448,4 +448,14 @@ export default { | |||||
.div-inp { | .div-inp { | ||||
width: 250px; | width: 250px; | ||||
} | } | ||||
/deep/ .el-table__header-wrapper{ | |||||
thead{ | |||||
tr{ | |||||
th{ | |||||
background: #F5F7FA; | |||||
color: #333333; | |||||
} | |||||
} | |||||
} | |||||
} | |||||
</style> | </style> |
@@ -110,8 +110,8 @@ | |||||
<!-- 筛选 --> | <!-- 筛选 --> | ||||
<div class="app-titel" style="margin-top: 1em; padding-left: 100px"> | <div class="app-titel" style="margin-top: 1em; padding-left: 100px"> | ||||
<el-button type="primary">筛选</el-button> | <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> | <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> | ||||
@@ -406,4 +406,14 @@ export default { | |||||
width: 250px; | width: 250px; | ||||
} | } | ||||
} | } | ||||
/deep/ .el-table__header-wrapper{ | |||||
thead{ | |||||
tr{ | |||||
th{ | |||||
background: #F5F7FA; | |||||
color: #333333; | |||||
} | |||||
} | |||||
} | |||||
} | |||||
</style> | </style> |