diff --git a/src/views/sales/dimension-analysis.vue b/src/views/sales/dimension-analysis.vue
new file mode 100644
index 0000000..41ddbe4
--- /dev/null
+++ b/src/views/sales/dimension-analysis.vue
@@ -0,0 +1,397 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 筛选
+ 清空
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ scope.row.status }}
+
+
+
+
+
+
+
+
+
+
+ 查看详情
+ 导出
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ currentRecord.workflowId }}
+
+ {{ currentRecord.status }}
+
+ {{ currentRecord.salesName || '-' }}
+ {{ currentRecord.salesPhone || '-' }}
+ {{ currentRecord.dealershipName || '-' }}
+ {{ currentRecord.dealershipPhone || '-' }}
+ {{ currentRecord.naturalnessScore }}
+ {{ currentRecord.coherenceScore }}
+ {{ currentRecord.fluencyScore }}
+ {{ currentRecord.advisorAggressivenessScore }}
+ {{ currentRecord.advisorConsistencyScore }}
+ {{ currentRecord.greetingReceptionScore }}
+ {{ currentRecord.brandIntroductionScore }}
+ {{ currentRecord.customerNeedsUnderstandingScore }}
+ {{ currentRecord.budgetUnderstandingScore }}
+ {{ currentRecord.recommendationScore }}
+ {{ currentRecord.safetyIntroductionScore }}
+ {{ currentRecord.healthEnvironmentIntroductionScore }}
+ {{ currentRecord.technologyIntroductionScore }}
+ {{ currentRecord.testDriveInvitationScore }}
+ {{ currentRecord.negotiationDealScore }}
+ {{ currentRecord.elapsedTime }}
+ {{ currentRecord.createdAt }}
+
+
+
+
+
原始内容
+
+
+
+
+
+
+
+
+
+
+