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 @@ > 行维度 - - 单词维度 - {{ compareResult.stats.modify }} - - + + @@ -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 }} + + + + + + + +