Browse Source

近三年业绩bug

wd 4 years ago
parent
commit
a7996eafa0

+ 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>