From 969d189be0dfcd51b78f74efdffdd8aa7cfb75a5 Mon Sep 17 00:00:00 2001 From: zlt Date: Fri, 11 Sep 2026 17:18:45 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E7=AE=A1=E7=90=86=E8=A7=86=E5=9B=BE?= =?UTF-8?q?=E6=8C=81=E4=BB=93=E6=80=BB=E8=A7=88=E3=80=8C=E8=AF=81=E6=8D=AE?= =?UTF-8?q?=E5=88=97=E5=8D=B0=E4=B8=A4=E9=81=8D=E3=80=8D=E5=B9=B6=E5=8A=A0?= =?UTF-8?q?=E8=AF=84=E6=9E=90=E6=8A=A5=E5=91=8A=E9=93=BE=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 「证据还在不在」列里,logic_now.text 上面已印一次,而公司质地行的 v-else 在没有 公司评析时又把它印一遍。改成兜底只在既无逻辑状态又无公司评析时出「今天没有读数」。 顺手给质地行加评析报告链接(company_view 已返回 report_url)。两道页面守卫 ALL OK。 Co-Authored-By: Claude Opus 4.8 --- app/web/static/index.html | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/app/web/static/index.html b/app/web/static/index.html index efe4e69..e8ef306 100644 --- a/app/web/static/index.html +++ b/app/web/static/index.html @@ -1716,8 +1716,12 @@ body.dock-r:not(.r-fold) .side-r .strip{display:none;}
- {{ s.row.company.line }}
- {{ (s.row.logic_now && s.row.logic_now.text) || '今天没有读数' }} + {{ s.row.company.line }}评析报告 ↗ + + 今天没有读数