春风项目四线(合箱线、总装线)
wujian
2024-10-25 9906e6b188bf2c36dddc0d5adadbf02e69ea3e4b
jcdm-ui/src/views/main/da/followReport/report2.vue
@@ -2,7 +2,7 @@
  <el-table
    ref="multipleTable"
    :data="list2"
    height="300"
    height="259"
    border
    tooltip-effect="dark"
    style="width: 100%"
@@ -53,9 +53,9 @@
    <el-table-column
      prop="address"
      align="center"
      label="时间"
      label="采集时间"
      show-overflow-tooltip>
      <template slot-scope="scope">{{ scope.row.createTime }}</template>
      <template slot-scope="scope">{{ scope.row.collectionTime }}</template>
    </el-table-column>
  </el-table>
</template>