| | |
| | | <ContentWrap v-if="dataForm.pointType === 'CALCULATE'"> |
| | | <el-table border stripe v-loading="tableLoading" :data="list"> |
| | | <el-table-column type="index" header-align="center" align="center" fixed="left" width="50"/> |
| | | <el-table-column fixed label="测点编码" header-align="center" align="left" min-width="130" prop="pointNo" /> |
| | | <el-table-column fixed label="测点编码" header-align="center" align="left" min-width="150" prop="pointNo" /> |
| | | <el-table-column fixed label="测点名称" header-align="center" align="left" min-width="240" prop="pointName" /> |
| | | <el-table-column fixed label="当前值" header-align="center" align="left" min-width="240" prop="currentValue" /> |
| | | <el-table-column fixed label="当前值" header-align="center" align="left" min-width="150" prop="currentValue" /> |
| | | </el-table> |
| | | <!-- 分页 --> |
| | | <Pagination |