Re-enable key Vue lint rules and fix resulting violations
Co-Authored-By: Codex <codex@openai.com>
This commit is contained in:
@@ -75,7 +75,7 @@
|
||||
><span class="text-cfm-primary">{{
|
||||
data.charts.cases.conforming
|
||||
}}</span
|
||||
> / {{ data.charts.cases.total }}</span
|
||||
> / {{ data.charts.cases.total }}</span
|
||||
>
|
||||
</div>
|
||||
<Chart
|
||||
@@ -253,9 +253,7 @@
|
||||
data.timeTrend.chart === null
|
||||
"
|
||||
></div>
|
||||
<p v-else="data.loops === null" class="h2 text-base">
|
||||
Non-conformance Issues
|
||||
</p>
|
||||
<p v-else class="h2 text-base">Non-conformance Issues</p>
|
||||
</div>
|
||||
<div
|
||||
class="flex w-full"
|
||||
@@ -285,7 +283,7 @@
|
||||
><span class="text-cfm-secondary">{{
|
||||
data.timeTrend.not_conforming
|
||||
}}</span
|
||||
> / {{ data.timeTrend.total }}</span
|
||||
> / {{ data.timeTrend.total }}</span
|
||||
>
|
||||
</p>
|
||||
<Chart
|
||||
|
||||
Reference in New Issue
Block a user