diff --git a/jero-web/src/views/documentTools/searchCenter/components/DocumentLibrary.vue b/jero-web/src/views/documentTools/searchCenter/components/DocumentLibrary.vue index aa584e9c8..0e14eaa4d 100644 --- a/jero-web/src/views/documentTools/searchCenter/components/DocumentLibrary.vue +++ b/jero-web/src/views/documentTools/searchCenter/components/DocumentLibrary.vue @@ -276,6 +276,7 @@ title: this.$t('status'), align: 'center', width: 140, + sorter: true, ellipsis: true, dataIndex: 'state' }, @@ -283,6 +284,7 @@ title: this.$t('zoneOfApplication'), align: 'center', width: 170, + sorter: true, ellipsis: true, dataIndex: 'region' }, diff --git a/jero-web/src/views/projectManagement/projectLibrary/index.vue b/jero-web/src/views/projectManagement/projectLibrary/index.vue index 9c0d3ee2e..946232e6d 100644 --- a/jero-web/src/views/projectManagement/projectLibrary/index.vue +++ b/jero-web/src/views/projectManagement/projectLibrary/index.vue @@ -295,7 +295,7 @@ _this.$message.success(_this.$t('OperationSuccessful')) _this.getList() } else { - _this.$message.warning(_this.$t('operationFailed')) + _this.$message.warning(res.message) } }) }