|
|
|
@ -25,7 +25,7 @@ |
|
|
|
<el-button type="primary" @click="handleMaintain">设备维护</el-button> |
|
|
|
<el-button type="primary" @click="handleMaintain">设备维护</el-button> |
|
|
|
</template> |
|
|
|
</template> |
|
|
|
<template #menu-right> |
|
|
|
<template #menu-right> |
|
|
|
<!-- <el-button type="primary" @click="handleImport">导 入</el-button> --> |
|
|
|
<el-button type="primary" @click="handleImport">导 入</el-button> |
|
|
|
</template> |
|
|
|
</template> |
|
|
|
<template #equipmentDate="scope"> |
|
|
|
<template #equipmentDate="scope"> |
|
|
|
{{ scope.row.equipmentDate ?scope.row.equipmentDate.substring(0, 10) : ''}} |
|
|
|
{{ scope.row.equipmentDate ?scope.row.equipmentDate.substring(0, 10) : ''}} |
|
|
|
|