From c78e5f521a6bd93de2e553cda6d0eee58de46347 Mon Sep 17 00:00:00 2001 From: admin <weikou2014> Date: 星期五, 09 六月 2023 18:06:44 +0800 Subject: [PATCH] 看盘页面优化 --- kp_html/kp/codes_list.html | 20 ++++++++++++++++++++ 1 files changed, 20 insertions(+), 0 deletions(-) diff --git a/kp_html/kp/codes_list.html b/kp_html/kp/codes_list.html index cf36f1b..167e1c7 100644 --- a/kp_html/kp/codes_list.html +++ b/kp_html/kp/codes_list.html @@ -55,6 +55,26 @@ </tbody> </table> + <div v-if="same_reason_codes"> + + <table class="half-width"> + <caption class="table-name">鏄ㄦ棩鐩稿悓鏉垮潡浠g爜锛坽{same_reason_codes.reason}}锛�</caption> + <tbody> + <tr> + <td style="padding: 0;border: none"> + <div class="code-table-container"> + <div v-for="(item,i) in same_reason_codes.data" + :style="{'border-left-style': i%3==0?'solid':'none','border-top-style': i<3?'solid':'none'}"> + <span class="num-style">{{item[1]}}</span> + <span class="num-style">{{item[0]}}</span> + </div> + </div> + </td> + </tr> + </tbody> + </table> + </div> + -- Gitblit v1.8.0