diff --git a/src/views/plan/EmptyContent.vue b/src/views/plan/EmptyContent.vue new file mode 100644 index 0000000..17833d3 --- /dev/null +++ b/src/views/plan/EmptyContent.vue @@ -0,0 +1,16 @@ + + + + + + + + + \ No newline at end of file diff --git a/src/views/plan/ItemAnalysis.vue b/src/views/plan/ItemAnalysis.vue new file mode 100644 index 0000000..f60a257 --- /dev/null +++ b/src/views/plan/ItemAnalysis.vue @@ -0,0 +1,323 @@ + + + + + + + + + + 查询 + + + AI分析 + + + + + + + + 机台不良分布 - {{ analysisForm.selectedItem }} + + + + + + {{ scope.row.bad_percentage }}% + + + + + + + + + + 数据范围: {{ currentStartDate }} 至 {{ currentEndDate }} + 总计机台数: {{ workbenchData.length }} + + + + + + {{ analysisForm.selectedItem }} - 分析结果 + + + + + + + + \ No newline at end of file diff --git a/src/views/plan/ParetoAnalysis.vue b/src/views/plan/ParetoAnalysis.vue new file mode 100644 index 0000000..3906342 --- /dev/null +++ b/src/views/plan/ParetoAnalysis.vue @@ -0,0 +1,210 @@ + + + + + + AI分析 + + + + + + + + + + {{ scope.row.defect_percentage }}% + + + + + {{ scope.row.cumulative_percentage }}% + + + + + + + + + + + + 数据范围: {{ dateRange.start_date }} 至 {{ dateRange.end_date }} + 总计检测项: {{ paretoData.length }} + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/views/plan/index.vue b/src/views/plan/index.vue new file mode 100644 index 0000000..aeeb5ac --- /dev/null +++ b/src/views/plan/index.vue @@ -0,0 +1,223 @@ + + + + + + + + + + + + + + + + + 帕累托分析 + + + + 项目分析 + + + + 趋势分析 + + + 产品特征分析 + + + + + + + + + + + + + + + + + + + + + + + + + +
数据范围: {{ currentStartDate }} 至 {{ currentEndDate }}
总计机台数: {{ workbenchData.length }}
数据范围: {{ dateRange.start_date }} 至 {{ dateRange.end_date }}
总计检测项: {{ paretoData.length }}