diff --git a/src/pages/regulatoryRepository/standQA/index.vue b/src/pages/regulatoryRepository/standQA/index.vue
index 354b897b5..c2ed914fd 100644
--- a/src/pages/regulatoryRepository/standQA/index.vue
+++ b/src/pages/regulatoryRepository/standQA/index.vue
@@ -486,19 +486,14 @@
width="150"
>
- {{
- scope.row.standSortShow
- }} {{ scope.row.standNumber }}-{{ scope.row.standYear }}
- {{
- scope.row.standSortShow
- }} {{ scope.row.standNumber }}-{{ scope.row.standYear }}
- {{
- scope.row.standSortShow
- }} {{ scope.row.standNumber }}-{{ scope.row.standYear }}
- {{
- scope.row.standSortShow
- }}
- {{ scope.row.standNumber }}
+
+ {{scope.row.standSortShow}} {{ scope.row.standNumber }}{{ scope.row.standYear ? '-' + scope.row.standYear : '' }}
+
+ {{ scope.row.standSortShow }} {{ scope.row.standNumber }}{{ scope.row.standYear ? '-' + scope.row.standYear : '' }}
+
+ {{ scope.row.standSortShow }} {{ scope.row.standNumber }}{{ scope.row.standYear ? '-' + scope.row.standYear : '' }}
+
+ {{ scope.row.standSortShow }} {{ scope.row.standNumber }}