소스 검색

辅助屏-空间照片

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