" | " | ||||
>清空</el-button | >清空</el-button | ||||
> | > | ||||
<el-button size="small" type="primary" v-if="showExport" @click="emitExport">导出</el-button> | |||||
<el-button style="margin-left: 20px" size="small" type="warning" v-if="showExport" @click="emitExport">导出</el-button> | |||||
</el-form> | </el-form> | ||||
<!-- <div class="operating" v-if="showExport"> | <!-- <div class="operating" v-if="showExport"> | ||||
</div> --> | </div> --> |
" | " | ||||
>清空</el-button | >清空</el-button | ||||
> | > | ||||
<el-button v-if="showExport" size="small" type="primary" @click="emitExport" | |||||
<el-button style="margin-left: 20px" v-if="showExport" size="small" type="warning" @click="emitExport" | |||||
>导出</el-button | >导出</el-button | ||||
> | > | ||||
</el-form> | </el-form> |