From 1ec00a645693dbc08b7ea70855451bbd72c43a6a Mon Sep 17 00:00:00 2001 From: zhanghua <314079846@qq.com> Date: 星期四, 08 十二月 2022 16:21:35 +0800 Subject: [PATCH] Merge branch 'master' of http://42.193.1.25:9521/r/sccg_ui --- src/components/detail/index.vue | 18 +++++++++--------- 1 files changed, 9 insertions(+), 9 deletions(-) diff --git a/src/components/detail/index.vue b/src/components/detail/index.vue index 6922398..14aeb40 100644 --- a/src/components/detail/index.vue +++ b/src/components/detail/index.vue @@ -12,7 +12,7 @@ <label class="data-title"> 澶х被鍚嶇О: </label> - <span class="data-detail">{{baseCase.violations.categoryText}}</span> + <span class="data-detail">{{baseCase.violationsVO.categoryText}}</span> </div> </div> <div class="data-item"> @@ -20,13 +20,13 @@ <label class="data-title"> 灏忕被鍚嶇О: </label> - <span class="data-detail">{{baseCase.violations.typeText}}</span> + <span class="data-detail">{{baseCase.violationsVO.typeText}}</span> </div> <div class="data-item__right"> <label class="data-title"> 浜嬩欢绛夌骇: </label> - <span class="data-detail">{{baseCase.violations.gradeText}}</span> + <span class="data-detail">{{baseCase.violationsVO.gradeText}}</span> </div> </div> <div class="data-item"> @@ -34,7 +34,7 @@ <label class="data-title"> 妗堢敱: </label> - <span class="data-detail">{{baseCase.violations.actionCause}}</span> + <span class="data-detail">{{baseCase.violationsVO.actionCause}}</span> </div> </div> <div class="data-item"> @@ -64,7 +64,7 @@ <label class="data-title"> 鍏宠仈鍟嗛摵鍚嶇О: </label> - <span class="data-detail">{{baseCase.violations.shopName}}</span> + <span class="data-detail">{{baseCase.violationsVO.shopName}}</span> </div> </div> <div class="data-item"> @@ -72,7 +72,7 @@ <label class="data-title"> 闂鎻忚堪: </label> - <span class="data-detail">{{baseCase.violations.description}}</span> + <span class="data-detail">{{baseCase.violationsVO.description}}</span> </div> </div> <div class="data-user"> @@ -81,13 +81,13 @@ <label class="data-title"> 鍙嶆槧浜�: </label> - <span class="data-detail">{{baseCase.violations.informant}}</span> + <span class="data-detail">{{baseCase.violationsVO.informant}}</span> </div> <div class="data-item__right"> <label class="data-title"> 鑱旂郴鏂瑰紡: </label> - <span class="data-detail">{{baseCase.violations.informantPhoneCode}}</span> + <span class="data-detail">{{baseCase.violationsVO.informantPhoneCode}}</span> </div> </div> <div class="data-item"> @@ -95,7 +95,7 @@ <label class="data-title"> 韬唤璇佸彿: </label> - <span class="data-detail">{{baseCase.violations.informantIdCard}}</span> + <span class="data-detail">{{baseCase.violationsVO.informantIdCard}}</span> </div> </div> </div> -- Gitblit v1.8.0