浏览代码

近三年业绩bug

wd 4 年之前
父节点
当前提交
a7996eafa0
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/dashoo.cn/frontend_web/src/components/oilsupplier/performancelist.vue

+ 1 - 1
src/dashoo.cn/frontend_web/src/components/oilsupplier/performancelist.vue

@@ -19,7 +19,7 @@
       </el-table-column>
       <el-table-column prop="StopTime" label="结束时间" show-overflow-tooltip>
         <template slot-scope="scope">
-          {{ jstimehandle(scope.row.StartTime+'') }}
+          {{ jstimehandle(scope.row.StopTime+'') }}
         </template>
       </el-table-column>
       <el-table-column prop="Tudge" label="有无事故" show-overflow-tooltip>