| | |
| | | <a-button |
| | | type="primary" |
| | | icon="import" |
| | | >二保标准导入</a-button> |
| | | >季保标准导入</a-button> |
| | | </a-upload> |
| | | <a-button |
| | | type="primary" |
| | | icon="download" |
| | | @click="handleTemplateXlsDownload(url.secondMaintenanceXlsDownloadUrl)" |
| | | >二保标准模板下载</a-button> |
| | | >季保标准模板下载</a-button> |
| | | <a-upload |
| | | name="file" |
| | | :showUploadList="false" |
| | |
| | | <a-button |
| | | type="primary" |
| | | icon="import" |
| | | >三保标准导入</a-button> |
| | | >年保标准导入</a-button> |
| | | </a-upload> |
| | | <a-button |
| | | type="primary" |
| | | icon="download" |
| | | @click="handleTemplateXlsDownload(url.thirdMaintenanceXlsDownloadUrl)" |
| | | >三保标准模板下载</a-button> |
| | | >年保标准模板下载</a-button> |
| | | <a-dropdown v-if="selectedRowKeys.length > 0"> |
| | | <a-menu slot="overlay"> |
| | | <a-menu-item |