|
@@ -52,13 +52,13 @@
|
|
|
<a-col :md="6" :sm="24">
|
|
|
<a-button style="margin-bottom: 18px;" type="primary" @click="$refs.table.refresh(true)" :disabled="disabled" id="productChangeRecordList-refresh">查询</a-button>
|
|
|
<a-button style="margin: 0 0 18px 8px" @click="resetSearchForm" :disabled="disabled" id="productChangeRecordList-reset">重置</a-button>
|
|
|
- <a-button
|
|
|
+ <!-- <a-button
|
|
|
style="margin: 0 0 18px 8px"
|
|
|
type="primary"
|
|
|
class="button-warning"
|
|
|
@click="handleExport"
|
|
|
:loading="exportLoading"
|
|
|
- id="productChangeRecordList-export">导出</a-button>
|
|
|
+ id="productChangeRecordList-export">导出</a-button> -->
|
|
|
<a @click="advanced=!advanced" style="margin-left: 8px">
|
|
|
{{ advanced ? '收起' : '展开' }}
|
|
|
<a-icon :type="advanced ? 'up' : 'down'"/>
|