|
@@ -1,7 +1,7 @@
|
|
|
<template>
|
|
|
<div>
|
|
|
- <el-dialog width="1800px" :visible.sync="dialogFormVisible" :close-on-click-modal="false" title='计划检测点清单'>
|
|
|
- <el-table v-loading="loading" :data="pointList" border height="650">
|
|
|
+ <el-dialog width="90%" :visible.sync="dialogFormVisible" :close-on-click-modal="false" title='计划检测点清单'>
|
|
|
+ <el-table v-loading="loading" :data="pointList" border max-height="650">
|
|
|
<el-table-column type="index" width="55" align="center"/>
|
|
|
<el-table-column label="装置名称" align="center" prop="plantName" :show-overflow-tooltip="true"/>
|
|
|
<el-table-column label="装置编码" align="center" prop="plantCode" :show-overflow-tooltip="true"/>
|