调整默认单位为吨

dev
vine_liutk 2023-03-22 21:21:03 +08:00
parent fb7866a54f
commit 37b5afa7c7
1 changed files with 1 additions and 1 deletions

View File

@ -129,7 +129,7 @@ class CropYieldController extends Controller
$staticsData = [
'yield' => [
'name' => '产量',
'unit' => $crop?->unit ?? '',
'unit' => $crop?->unit ?? '',
'list' => [
'第1季度' => null,
'第2季度' => null,