src/views/inventoryManagement/stockManagement/BatchNoQtyDetail.vue
@@ -50,11 +50,13 @@ show-overflow-tooltip /> <el-table-column label="备注" prop="remark" show-overflow-tooltip /> <el-table-column label="最近更新时间" prop="updateTime" show-overflow-tooltip /> <el-table-column label="最近更新时间" prop="updateTime" show-overflow-tooltip > <template #default="scope"> {{ scope.row.updateTime ? scope.row.updateTime.split(' ')[0] : '-' }} </template> </el-table-column> <el-table-column fixed="right" label="操作" min-width="180" align="center"> <template #default="scope"> <el-button