fix: 进港舱单详情页业务类型回显取 businessName 字段

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-04-01 19:24:07 +08:00
parent 39934df970
commit 52171c94df
3 changed files with 3 additions and 1 deletions

View File

@@ -211,7 +211,7 @@
title='@{"业务类型"}'
titleLength="@{5}"
type="@{DataLayoutType.INPUT}"
value='@{viewModel.dataBean.businessType}'
value='@{viewModel.dataBean.businessName}'
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1" />