| | |
| | | :md='8' |
| | | :sm='8' |
| | | > |
| | | <a-form-item label='故障类型编号'> |
| | | <a-form-item label='故障类型编码'> |
| | | <a-input |
| | | placeholder='请输入故障类型编号查询' |
| | | placeholder='请输入故障类型编码查询' |
| | | v-model='queryParam.num' |
| | | ></a-input> |
| | | </a-form-item> |
| | |
| | | icon='plus' |
| | | >新增 |
| | | </a-button> |
| | | <a-button |
| | | type='primary' |
| | | icon='download' |
| | | @click="handleExportXls('类型')" |
| | | >导出 |
| | | </a-button> |
| | | <!-- <a-button--> |
| | | <!-- type='primary'--> |
| | | <!-- icon='download'--> |
| | | <!-- @click="handleExportXls('类型')"--> |
| | | <!-- >导出--> |
| | | <!-- </a-button>--> |
| | | <a-dropdown v-if='selectedRowKeys.length > 0'> |
| | | <a-button style='margin-left: 8px'> |
| | | 批量操作 |