|
|
|
@ -1,7 +1,8 @@ |
|
|
|
<template> |
|
|
|
<div class="mod-config"> |
|
|
|
<el-row :gutter="15"> |
|
|
|
<el-col :span="5" :style="{height: this.height + 45 + 'px'}" style="display: block;overflow-y: scroll"> |
|
|
|
<el-col :span="5" :style="{height: '400px', overflowY: 'auto', display: 'block'}"> |
|
|
|
<!-- <el-col :span="5" :style="{height: this.height + 45 + 'px'}" style="display: block;overflow-y: scroll">--> |
|
|
|
<el-tree |
|
|
|
:data="treeData" |
|
|
|
node-key="sonId" |
|
|
|
@ -63,7 +64,7 @@ |
|
|
|
</el-form-item> |
|
|
|
</el-form> |
|
|
|
<el-table |
|
|
|
:height="height" |
|
|
|
:height="350" |
|
|
|
:data="dataList" |
|
|
|
ref="eamObjectTable" |
|
|
|
highlight-current-row |
|
|
|
@ -125,9 +126,10 @@ |
|
|
|
<el-button type="primary" @click="addUploadFileModal()">上传文件</el-button> |
|
|
|
</el-form> |
|
|
|
</el-form> |
|
|
|
<!-- :height="secondHeight"--> |
|
|
|
<el-table |
|
|
|
:data="fileContentList" |
|
|
|
:height="secondHeight" |
|
|
|
:height="330" |
|
|
|
border |
|
|
|
style="width: 100%; "> |
|
|
|
<el-table-column |
|
|
|
@ -167,7 +169,7 @@ |
|
|
|
<!-- <el-button type="primary" @click="copyObject('spare')">复制到其他设备</el-button>--> |
|
|
|
<!-- </el-form>--> |
|
|
|
<el-table |
|
|
|
:height="secondHeight + 25" |
|
|
|
:height="355" |
|
|
|
:data="devicePartList" |
|
|
|
border |
|
|
|
style="width: 100%;"> |
|
|
|
@ -205,7 +207,7 @@ |
|
|
|
<el-button type="primary" @click="copyObject('checkItem')">复制到其他设备</el-button> |
|
|
|
</el-form> |
|
|
|
<el-table |
|
|
|
:height="secondHeight" |
|
|
|
:height="330" |
|
|
|
:data="checkItemList" |
|
|
|
border |
|
|
|
style="width: 100%;"> |
|
|
|
@ -245,7 +247,7 @@ |
|
|
|
<el-button type="primary" @click="copyObject('maintenanceItem')">复制到其他设备</el-button> |
|
|
|
</el-form> |
|
|
|
<el-table |
|
|
|
:height="secondHeight" |
|
|
|
:height="330" |
|
|
|
:data="maintenanceItemList" |
|
|
|
border |
|
|
|
style="width: 100%;"> |
|
|
|
@ -285,7 +287,7 @@ |
|
|
|
<el-button type="primary" @click="copyObject('defect')">复制到其他设备</el-button> |
|
|
|
</el-form> |
|
|
|
<el-table |
|
|
|
:height="secondHeight" |
|
|
|
:height="330" |
|
|
|
:data="faultBehaviorList" |
|
|
|
border |
|
|
|
highlight-current-row |
|
|
|
@ -322,7 +324,7 @@ |
|
|
|
<el-button type="primary" @click="addPlanModal('B')">新增点检计划</el-button> |
|
|
|
</el-form> |
|
|
|
<el-table |
|
|
|
:height="secondHeight" |
|
|
|
:height="330" |
|
|
|
:data="checkPlanList" |
|
|
|
border |
|
|
|
style="width: 100%;"> |
|
|
|
@ -349,7 +351,7 @@ |
|
|
|
<el-button type="primary" @click="addPlanModal('B')">新增维保计划</el-button> |
|
|
|
</el-form> |
|
|
|
<el-table |
|
|
|
:height="secondHeight" |
|
|
|
:height="330" |
|
|
|
:data="maintenancePlanList" |
|
|
|
border |
|
|
|
style="width: 100%;"> |
|
|
|
|