|
|
|
@ -36,10 +36,10 @@
|
|
|
|
|
<a-button style="margin-left: 8px" @click="tableReset">重置</a-button>
|
|
|
|
|
<a-button style="margin-left: 8px" @click="tableMoreRefresh">多提单号查询</a-button>
|
|
|
|
|
<span class="tab-btn" @click="formSetting"
|
|
|
|
|
><a-icon type="setting" :style="{ fontSize: '14px' }" />
|
|
|
|
|
><a-icon type="filter" :style="{ fontSize: '14px' }" />
|
|
|
|
|
</span>
|
|
|
|
|
<a @click="toggleAdvanced">
|
|
|
|
|
{{ advanced ? '收起' : '展开' }}
|
|
|
|
|
{{ advanced ? '收起筛选' : '高级筛选' }}
|
|
|
|
|
<!-- <a-icon :type="advanced ? 'up' : 'down'" /> -->
|
|
|
|
|
<i class="iconfont" :class="advanced ? 'icon-shouqi' : 'icon-zhankai'" style="font-size:12px;"></i>
|
|
|
|
|
</a>
|
|
|
|
@ -634,6 +634,7 @@ export default {
|
|
|
|
|
.tab-btn{
|
|
|
|
|
padding:6px 9px;
|
|
|
|
|
border: 1px solid #c7c7c9;
|
|
|
|
|
background: #f9fafe;
|
|
|
|
|
border-radius: 2px;
|
|
|
|
|
margin-right: 10px;
|
|
|
|
|
cursor: pointer;
|
|
|
|
@ -642,14 +643,18 @@ export default {
|
|
|
|
|
-webkit-user-select:0 2px 0 rgba(0,0,0,.02);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
.table-page-search-submitButtons .tab-btn {
|
|
|
|
|
margin-left:8px;
|
|
|
|
|
margin-right: 10px;
|
|
|
|
|
padding:6px 9px;
|
|
|
|
|
padding-top:5px;
|
|
|
|
|
border: 1px solid #c7c7c9;
|
|
|
|
|
border-radius: 3px;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
.table-page-search-submitButtons {
|
|
|
|
|
.tab-btn{
|
|
|
|
|
margin-left:8px;
|
|
|
|
|
margin-right: 10px;
|
|
|
|
|
padding:6px 9px;
|
|
|
|
|
padding-top:5px;
|
|
|
|
|
border: 1px solid #c7c7c9;
|
|
|
|
|
background: #f9fafe;
|
|
|
|
|
border-radius: 3px;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
.table-page-search-submitButtons {
|
|
|
|
|
text-align: right;
|
|
|
|
|