|
|
|
|
@ -25,7 +25,7 @@ |
|
|
|
|
<el-button type="primary" @click="handleMaintain">设备维护</el-button> |
|
|
|
|
</template> |
|
|
|
|
<template #menu-right> |
|
|
|
|
<el-button type="primary" @click="handleImport">导 入</el-button> |
|
|
|
|
<!-- <el-button type="primary" @click="handleImport">导 入</el-button> --> |
|
|
|
|
</template> |
|
|
|
|
<template #equipmentDate="scope"> |
|
|
|
|
{{ scope.row.equipmentDate ?scope.row.equipmentDate.substring(0, 10) : ''}} |
|
|
|
|
@ -47,9 +47,9 @@ |
|
|
|
|
v-if="isShowImport" |
|
|
|
|
title="导入" |
|
|
|
|
:isShow="isShowImport" |
|
|
|
|
templateUrl="/blade-desk/certificateMaintenance/downloadExcelTemplate" |
|
|
|
|
templateUrl="/blade-desk/equipmentMaintenance/downloadExcelTemplate" |
|
|
|
|
templateName="人员设备台账导入模板.xlsx" |
|
|
|
|
importUrl="/blade-desk/certificateMaintenance/importExcel" |
|
|
|
|
importUrl="/blade-desk/equipmentMaintenance/importExcel" |
|
|
|
|
@closeDialog="closeDialog" |
|
|
|
|
></basic-import> |
|
|
|
|
</basic-container> |
|
|
|
|
@ -205,7 +205,7 @@ export default { |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
label: '性别', |
|
|
|
|
prop: 'userSex', |
|
|
|
|
prop: 'genderName', |
|
|
|
|
span: 24, |
|
|
|
|
width: 150, |
|
|
|
|
overflow: true, |
|
|
|
|
|