浏览代码

Merge branch 'http_mock' into http_test

洪海涛 4 年之前
父节点
当前提交
40b40550b7
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/dataBigManage/components/drawerModal/index.vue

+ 1 - 1
src/views/dataBigManage/components/drawerModal/index.vue

@@ -81,7 +81,7 @@
       <!-- 质量:线上问题_改进方案 -->
       <template #gmtCreateSlot="{scope}">
         <div @click.stop>
-          <div>{{ rTime(scope.row.gmtCreate) }}</div>
+          <div>{{ rTime(scope.row.startTime) }}</div>
         </div>
       </template>
     </dmTable>