Jay
2025-02-19 123566d92fae8861adc39149c1f6a9679a0e259e
src/views/data/point/DaPointValue.vue
@@ -42,9 +42,9 @@
    <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