| | |
| | | > |
| | | <template slot="leftButton"> |
| | | <div class="margin_right_20px" style="width:200px;"> |
| | | <el-date-picker v-model="object.date" style="width:100%" |
| | | <!-- <el-date-picker v-model="object.date" style="width:100%" |
| | | @change="onFilterSearch" |
| | | :clearable="false" type="month" placeholder="选择日期" |
| | | :picker-options="pickerOptions" |
| | | value-format="yyyy-MM"> |
| | | </el-date-picker> |
| | | </el-date-picker> --> |
| | | <el-button size="small" type="primary" @click="exportBtnClick">导出</el-button> |
| | | </div> |
| | | </template> |
| | | </CommonSearch> |
| | |
| | | inputContent( prop, row, scope){ |
| | | console.log(prop,'---',row,'---',scope) |
| | | }, |
| | | // 导出 |
| | | exportBtnClick() {} |
| | | } |
| | | } |
| | | </script> |