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"> + + +