| | |
| | | <a-input placeholder="输入设备名称查询" v-model="queryParams.equipmentName"></a-input> |
| | | </a-form-item> |
| | | </a-col> |
| | | <a-col :md="2" :sm="3" :xs="3"> |
| | | <a-col :md="2" :sm="2" :xs="2"> |
| | | <a-button type="primary" @click="searchQuery" icon="search">查询</a-button> |
| | | </a-col> |
| | | <a-col :md="2" :sm="2" :xs="2"> |
| | | <a-button type="primary" @click="searchReset" icon="reload">重置</a-button> |
| | | </a-col> |
| | | <a-col :lg="2" :md="3" :sm="3" :xs="3"> |
| | | <a-button type="primary" @click="exportExcel" icon="download">导出</a-button> |
| | | </a-col> |
| | | </a-row> |
| | | </a-form> |
| | |
| | | delete: '/mdc/mdcVacationManagement/deleteVacation', |
| | | deleteBatch: '/mdc/mdcVacationManagement/deleteBatchVacation', |
| | | getEquipmentByPid: '/mdc/mdcequipment/getEquipmentByPid', |
| | | exportXlsUrl: "/mdc/MdcTorqueConfig/exportXls", |
| | | importExcelUrl: "/mdc/MdcTorqueConfig/importExcel", |
| | | exportXlsUrl: "/mdc/mdcVacationManagement/exportXls", |
| | | importExcelUrl: "/mdc/mdcVacationManagement/importExcel", |
| | | } |
| | | } |
| | | }, |