Commit 077e3d7e authored by dcy's avatar dcy

入仓时间转换格式

parent 29e05e99
......@@ -32,7 +32,9 @@
</template>
</el-table-column>
<el-table-column label="入仓时间" prop="rucangTime">
<template v-slot="{row}">
{{parseTime(row.rucangTime)}}
</template>
</el-table-column>
<el-table-column label="运输方式">
<template v-slot={row}>
......
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