Browse Source

Merge branch 'http_mock' into http_test

洪海涛 4 years ago
parent
commit
40b40550b7
1 changed files with 1 additions and 1 deletions
  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}">
       <template #gmtCreateSlot="{scope}">
         <div @click.stop>
         <div @click.stop>
-          <div>{{ rTime(scope.row.gmtCreate) }}</div>
+          <div>{{ rTime(scope.row.startTime) }}</div>
         </div>
         </div>
       </template>
       </template>
     </dmTable>
     </dmTable>