diff --git a/frontend/src/components/business/ms-associate-case/apiCaseTable.vue b/frontend/src/components/business/ms-associate-case/apiCaseTable.vue
index 841d0f7816..ced10caad8 100644
--- a/frontend/src/components/business/ms-associate-case/apiCaseTable.vue
+++ b/frontend/src/components/business/ms-associate-case/apiCaseTable.vue
@@ -401,6 +401,7 @@
type: FilterType.NUMBER,
numberProps: {
min: 0,
+ suffix: '%',
},
},
{
diff --git a/frontend/src/components/business/ms-associate-case/scenarioCaseTable.vue b/frontend/src/components/business/ms-associate-case/scenarioCaseTable.vue
index 09226dc320..21c8d8aea2 100644
--- a/frontend/src/components/business/ms-associate-case/scenarioCaseTable.vue
+++ b/frontend/src/components/business/ms-associate-case/scenarioCaseTable.vue
@@ -368,6 +368,7 @@
type: FilterType.NUMBER,
numberProps: {
min: 0,
+ suffix: '%',
},
},
{
diff --git a/frontend/src/components/pure/ms-advance-filter/filterDrawer.vue b/frontend/src/components/pure/ms-advance-filter/filterDrawer.vue
index 1fa7901daa..d12be87342 100644
--- a/frontend/src/components/pure/ms-advance-filter/filterDrawer.vue
+++ b/frontend/src/components/pure/ms-advance-filter/filterDrawer.vue
@@ -88,7 +88,11 @@
:max-length="255"
:placeholder="t('common.pleaseInput')"
v-bind="item.numberProps"
- />
+ >
+
+ {{ item.numberProps.suffix }}
+
+