|
|
|
@@ -140,8 +140,8 @@ class VisitorDialog( |
|
|
|
// EventBus.getDefault() |
|
|
|
// .post(ViewImage(detail.id, detail.nuclein_file_identity, detail.nuclein_file_key)) |
|
|
|
// } |
|
|
|
// find<TextView>(R.id.reception_user).text = "${detail.reception_user}" |
|
|
|
// find<TextView>(R.id.visit_reason).text = "${detail.visit_reason}" |
|
|
|
find<TextView>(R.id.reception_user).text = "${detail.reception_user}" |
|
|
|
find<TextView>(R.id.visit_reason).text = "${detail.visit_reason}" |
|
|
|
find<TextView>(R.id.is_drive).text = when (detail.is_drive) { |
|
|
|
1 -> "是" |
|
|
|
0 -> "否" |
|
|
|
|