From 6f8f0c7e5694755cc96b13e9d9a9e59390b313da Mon Sep 17 00:00:00 2001 From: "zyx.net" Date: Thu, 28 Jul 2022 10:33:38 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=82=E6=95=B0=E9=A1=B9=E6=B8=85=E5=8D=95?= =?UTF-8?q?=E5=86=BB=E7=BB=93=E6=A0=87=E8=AF=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jero-web/src/components/tableCollection/index.vue | 3 ++- .../components/ParameterItemCollectionList.vue | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/jero-web/src/components/tableCollection/index.vue b/jero-web/src/components/tableCollection/index.vue index 03f462ef7..40b343d06 100644 --- a/jero-web/src/components/tableCollection/index.vue +++ b/jero-web/src/components/tableCollection/index.vue @@ -21,7 +21,8 @@ {{ text }}
- {{ item.db_field_txt }} + + {{ item.db_field_txt }} {{$t('See')}}
diff --git a/jero-web/src/views/projectManagement/components/ParameterItemCollectionList.vue b/jero-web/src/views/projectManagement/components/ParameterItemCollectionList.vue index 9ed4581f4..fc24c69e0 100644 --- a/jero-web/src/views/projectManagement/components/ParameterItemCollectionList.vue +++ b/jero-web/src/views/projectManagement/components/ParameterItemCollectionList.vue @@ -1102,6 +1102,7 @@ _this.$message.success(this.$t('OperationSuccessful')) this.areaVisibleFreeze = false this.$refs.CollectionTabel.getTableList() + this.$refs.CollectionTabel.getHeader() } else { this.textLoading = false _this.$message.warning(this.$t('operationFailed'))