|
@@ -34,7 +34,7 @@
|
|
|
</a-form-item>
|
|
|
</a-col>
|
|
|
|
|
|
- <template v-if="toggleSearchStatus">
|
|
|
+ <!-- <template v-if="toggleSearchStatus"> -->
|
|
|
<a-col :xl="4" :lg="7" :md="8" :sm="24">
|
|
|
<a-form-item label="责任单位">
|
|
|
<j-input placeholder="请输入责任单位" v-model="queryParam.responsibilityCompany"></j-input>
|
|
@@ -78,15 +78,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
- </template>
|
|
|
+ <!-- </template> -->
|
|
|
<a-col :xl="4" :lg="7" :md="8" :sm="24">
|
|
|
<span style="float: left;overflow: hidden;" class="table-page-search-submitButtons">
|
|
|
<a-button type="primary" @click="searchQuery" icon="search">查询</a-button>
|
|
|
<a-button type="primary" @click="searchReset" icon="reload" style="margin-left: 8px">重置</a-button>
|
|
|
- <a @click="handleToggleSearch" style="margin-left: 8px">
|
|
|
+ <!-- <a @click="handleToggleSearch" style="margin-left: 8px">
|
|
|
{{ toggleSearchStatus ? '收起' : '展开' }}
|
|
|
<a-icon :type="toggleSearchStatus ? 'up' : 'down'"/>
|
|
|
- </a>
|
|
|
+ </a> -->
|
|
|
</span>
|
|
|
</a-col>
|
|
|
|