Commit 37450804 authored by 黄卓's avatar 黄卓

订单入仓后,订单项最后操作时间没变化

https://zentao.test.jdshangmen.com/bug-view-2166.html
parent ff0ee14c
...@@ -60,7 +60,7 @@ ...@@ -60,7 +60,7 @@
prop="createTime" prop="createTime"
:label="$t('最后操作时间')"> :label="$t('最后操作时间')">
<template v-slot="{row}"> <template v-slot="{row}">
{{ parseTime(row.createTime) }} {{ parseTime(row.updateTime) }}
</template> </template>
</el-table-column> </el-table-column>
<el-table-column <el-table-column
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment