diff --git a/src/views/emis/emisTmsScanRecord/signatureAbnormalComparison.vue b/src/views/emis/emisTmsScanRecord/signatureAbnormalComparison.vue
index b5d35d2f..2d279af9 100644
--- a/src/views/emis/emisTmsScanRecord/signatureAbnormalComparison.vue
+++ b/src/views/emis/emisTmsScanRecord/signatureAbnormalComparison.vue
@@ -82,11 +82,19 @@
-
-
-
-
-
+
+
+
+
+
+ {{ (scope.row.scanCount - scope.row.signCount) }}
+
+
+
+
+ {{ ((scope.row.signCount / scope.row.scanCount) * 100).toFixed(2) + '%' }}
+
+