| | |
| | | :md='8' |
| | | :sm='24' |
| | | > |
| | | <a-form-item label='危险源'> |
| | | <a-form-item label='危险源名称'> |
| | | <j-input |
| | | placeholder='请输入危险源' |
| | | placeholder='请输入危险源名称' |
| | | v-model='queryParam.name' |
| | | ></j-input> |
| | | </a-form-item> |
| | |
| | | type='primary' |
| | | icon='plus' |
| | | >新增</a-button> |
| | | <a-button |
| | | type='primary' |
| | | icon='download' |
| | | @click="handleExportXls('危险防控')" |
| | | >导出</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('危险防控')"--> |
| | | <!-- >导出</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-dropdown v-if='selectedRowKeys.length > 0'> |
| | | <a-menu slot='overlay'> |