pro
1.加班申请导出去除,报销管理中两个页面的导入导出按钮都去除
| | |
| | | <el-button @click="resetSearch">重置</el-button> |
| | | </div> |
| | | <div class="search_actions"> |
| | | <el-button type="warning" plain @click="handleExport">导出</el-button> |
| | | <!-- <el-button type="warning" plain @click="handleExport">导出</el-button>--> |
| | | <el-button type="primary" @click="openAddWithTemplate">新增加班申请</el-button> |
| | | </div> |
| | | </div> |
| | |
| | | <el-button @click="resetSearch">重置</el-button> |
| | | </div> |
| | | <div class="search_actions"> |
| | | <el-button type="success" plain @click="handleImportClick">导入</el-button> |
| | | <el-button type="warning" plain @click="handleExport">导出</el-button> |
| | | <!-- <el-button type="success" plain @click="handleImportClick">导入</el-button>--> |
| | | <!-- <el-button type="warning" plain @click="handleExport">导出</el-button>--> |
| | | <el-button type="primary" @click="openFormDialog('add')">新增费用报销</el-button> |
| | | </div> |
| | | </div> |
| | |
| | | <el-button @click="resetSearch">重置</el-button> |
| | | </div> |
| | | <div class="search_actions"> |
| | | <el-button type="success" plain @click="handleImportClick">导入</el-button> |
| | | <el-button type="warning" plain @click="handleExport">导出</el-button> |
| | | <!-- <el-button type="success" plain @click="handleImportClick">导入</el-button>--> |
| | | <!-- <el-button type="warning" plain @click="handleExport">导出</el-button>--> |
| | | <el-button type="primary" @click="openFormDialog('add')">新增差旅报销</el-button> |
| | | </div> |
| | | </div> |