-
+
{t('resource.file.save')}
-
+
{t('resource.file.create_folder')}
-
+
{t('resource.file.create_file')}
-
+
{t('resource.file.upload_files')}
diff --git a/dolphinscheduler-ui-next/src/views/resource/file/table/table-action.tsx b/dolphinscheduler-ui-next/src/views/resource/file/table/table-action.tsx
index 754485622b..b3eda7835e 100644
--- a/dolphinscheduler-ui-next/src/views/resource/file/table/table-action.tsx
+++ b/dolphinscheduler-ui-next/src/views/resource/file/table/table-action.tsx
@@ -127,7 +127,7 @@ export default defineComponent({
}
style={{ marginRight: '-5px' }}
circle
- class="btn-rename"
+ class='btn-rename'
>
diff --git a/dolphinscheduler-ui-next/src/views/resource/udf/function/index.tsx b/dolphinscheduler-ui-next/src/views/resource/udf/function/index.tsx
index e53f1b7151..158b77b33a 100644
--- a/dolphinscheduler-ui-next/src/views/resource/udf/function/index.tsx
+++ b/dolphinscheduler-ui-next/src/views/resource/udf/function/index.tsx
@@ -94,7 +94,11 @@ export default defineComponent({