更新溯源信息

This commit is contained in:
yaooo 2023-12-01 11:47:37 +08:00
parent a9e71d4667
commit 02e53460d7
1 changed files with 5 additions and 1 deletions

View File

@ -86,7 +86,11 @@
</el-table-column>
<el-table-column label="播种时间" width="180" align="center" prop="plant_date">
<template #default="{ row }">
<span>{{ row.plant_date ? timeFormat(row.plant_date, 'yyyy-mm-dd hh:MM:ss') : '' }}</span>
<span>{{
row.plant_date
? timeFormat(row.plant_date, 'yyyy-mm-dd hh:MM:ss')
: ''
}}</span>
</template>
</el-table-column>
<el-table-column label="操作" width="340" align="center" fixed="right">