From 231019fcd1f47725ff231cbd4ba5774365339cd8 Mon Sep 17 00:00:00 2001 From: renjue Date: Fri, 30 Jan 2026 20:49:22 +0800 Subject: [PATCH] init --- src/views/Comparator.vue | 815 +++++++++++++++++---------------------- 1 file changed, 363 insertions(+), 452 deletions(-) diff --git a/src/views/Comparator.vue b/src/views/Comparator.vue index 9c726ea..da6993e 100644 --- a/src/views/Comparator.vue +++ b/src/views/Comparator.vue @@ -43,13 +43,6 @@ > 行维度 -
@@ -169,7 +162,7 @@
{{ line.lineNumber || index + 1 }}
@@ -178,7 +171,7 @@
{{ line.lineNumber || index + 1 }}
@@ -187,16 +180,72 @@
+ + + + +
+
+
+ 对比结果 +
+ + 相同: + {{ compareResult.stats.same }} + + + 插入: + {{ compareResult.stats.insert }} + + + 删除: + {{ compareResult.stats.delete }} + + + 修改: + {{ compareResult.stats.modify }} + +
+ +
+
+
+
+ {{ line.lineNumber || index + 1 }} + +
+
+
+
+ {{ line.lineNumber || index + 1 }} + +
+
+
+
+
+
+