浏览代码

辅助屏-空间照片

yangjunjing 5 年之前
父节点
当前提交
0103cc8af8
共有 1 个文件被更改,包括 1 次插入3 次删除
  1. 1 3
      src/views/screen/splitscreen/spaceledger/index.vue

+ 1 - 3
src/views/screen/splitscreen/spaceledger/index.vue

@@ -67,8 +67,7 @@
                       </el-table-column>
                       <el-table-column prop="functionNo" label="表号功能号"></el-table-column>
                       <el-table-column prop="functionNoDynamicData" label="动态数据"></el-table-column>
-                      <!-- 数据采集时间后台暂未提供,先写上固定的时间 -->
-                      <el-table-column prop="dataCollectionTime" label="数据采集时间"></el-table-column>
+                      <el-table-column prop="LastUpdate" label="数据采集时间"></el-table-column>
                       <template slot="empty">
                         <div style="height: 60%;transform: translateY(50%);">
                           <i class="icon-wushuju iconfont"></i>
@@ -243,7 +242,6 @@ export default {
         this.tableData.map(item => {
           let cur = tools.dataForKey(this.spaceDetails, item.Path);
           item.functionNo = cur;
-          item.dataCollectionTime = new Date().toLocaleDateString();
           param.data.criterias.push({
             id: this.spaceDetails.RoomID,
             code: item.InfoPointCode