diff --git a/frontend/src/views/system/datasource/dsTable.vue b/frontend/src/views/system/datasource/dsTable.vue
index ead2008a9b..2480a43590 100644
--- a/frontend/src/views/system/datasource/dsTable.vue
+++ b/frontend/src/views/system/datasource/dsTable.vue
@@ -82,22 +82,20 @@
prop="fieldType"
:label="$t('dataset.field_type')"
>
-
- {{
+ {{
$t("dataset.text")
}}
- {{
+ {{
$t("dataset.value")
}}
- {{
+ {{
$t("dataset.value") + '(' + $t("dataset.float") + ')'
}}
+
+ {{ scope.row.fieldType }}
+
-
- scope.row.fieldType
-
-