jiaxing.zhou

refactor(summaryDataSearch): 注释掉导出按钮

在 SummaryDataSearch 组件中,将导出按钮及其相关功能暂时注释掉。这个修改可能是为了进行功能调整或优化,或者因为当前版本不需要导出功能。
...@@ -175,16 +175,16 @@ ...@@ -175,16 +175,16 @@
175 </el-col> 175 </el-col>
176 </el-row> 176 </el-row>
177 </el-form> 177 </el-form>
178 - <div class="optionButton"> 178 +<!-- <div class="optionButton">-->
179 - <el-button 179 +<!-- <el-button-->
180 - class="entrySaveButton" 180 +<!-- class="entrySaveButton"-->
181 - size="small" 181 +<!-- size="small"-->
182 - icon="el-icon-download" 182 +<!-- icon="el-icon-download"-->
183 - @click="downloadData" 183 +<!-- @click="downloadData"-->
184 - > 184 +<!-- >-->
185 - 导出 185 +<!-- 导出-->
186 - </el-button> 186 +<!-- </el-button>-->
187 - </div> 187 +<!-- </div>-->
188 <Table 188 <Table
189 class="fedexDetialTable fedexSreachTable" 189 class="fedexDetialTable fedexSreachTable"
190 ref="entryTable" 190 ref="entryTable"
......