| | |
| | | icon="plus" |
| | | :loading="confirmLoading" |
| | | >新增</a-button> |
| | | <a-button |
| | | type="primary" |
| | | icon="download" |
| | | @click="handleExportXls('mom_eam_maintenance_specialty')" |
| | | >导出</a-button> |
| | | <a-upload |
| | | name="file" |
| | | :showUploadList="false" |
| | | :multiple="false" |
| | | :headers="tokenHeader" |
| | | :action="importExcelUrl" |
| | | @change="handleImportExcel" |
| | | > |
| | | <a-button |
| | | type="primary" |
| | | icon="import" |
| | | >导入</a-button> |
| | | </a-upload> |
| | | <!-- <a-button--> |
| | | <!-- type="primary"--> |
| | | <!-- icon="download"--> |
| | | <!-- @click="handleExportXls('mom_eam_maintenance_specialty')"--> |
| | | <!-- >导出</a-button>--> |
| | | <!-- <a-upload--> |
| | | <!-- name="file"--> |
| | | <!-- :showUploadList="false"--> |
| | | <!-- :multiple="false"--> |
| | | <!-- :headers="tokenHeader"--> |
| | | <!-- :action="importExcelUrl"--> |
| | | <!-- @change="handleImportExcel"--> |
| | | <!-- >--> |
| | | <!-- <a-button--> |
| | | <!-- type="primary"--> |
| | | <!-- icon="import"--> |
| | | <!-- >导入</a-button>--> |
| | | <!-- </a-upload>--> |
| | | <!-- 高级查询区域 --> |
| | | <!-- <j-super-query |
| | | :fieldList="superFieldList" |