From 0a6e8f129923b0dbd24e8ae5508fdbebaec21c4d Mon Sep 17 00:00:00 2001 From: fengyuan_yang <1976974459@qq.com> Date: Mon, 31 Aug 2026 17:19:40 +0800 Subject: [PATCH] =?UTF-8?q?2026-08-31=20=E4=BB=A3=E5=8A=9E=E4=B8=AD?= =?UTF-8?q?=E5=BF=83=E6=98=BE=E7=A4=BA=E6=80=BB=E8=89=AF=E7=8E=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/todo/todoCenter.vue | 221 ++++++++++++++++++++++++-- 1 file changed, 210 insertions(+), 11 deletions(-) diff --git a/src/views/modules/todo/todoCenter.vue b/src/views/modules/todo/todoCenter.vue index 53c8d08..497ac0b 100644 --- a/src/views/modules/todo/todoCenter.vue +++ b/src/views/modules/todo/todoCenter.vue @@ -167,8 +167,13 @@
{{ item.orderNo || '-' }}
-
- {{ buildProcessExceptionLabel(item) }} +
+
+ {{ buildProcessExceptionLabel(item) }} +
+
+ {{ buildMinTriggerTotalYieldRateLabel(item) }} +
@@ -247,9 +252,14 @@ append-to-body>
{{ detailDialogTitle }} - - {{ buildProcessExceptionLabel({ mrbInspectionReport: detailProcessExceptionNo }) }} - +
+ + {{ buildProcessExceptionLabel({ mrbInspectionReport: detailProcessExceptionNo }) }} + + + {{ buildMinTriggerTotalYieldRateLabel({ minTriggerTotalYieldRate: detailMinTriggerTotalYieldRate }) }} + +
@@ -288,7 +298,8 @@ :data="section.rowList" border style="width: 100%; margin-top: 10px;" - max-height="320"> + max-height="320" + :span-method="detailObjectSpanMethod"> + + +