From 1b87f98874484cbee618434284b501676e44fb32 Mon Sep 17 00:00:00 2001
From: wxg0103 <727495428@qq.com>
Date: Fri, 22 Nov 2024 11:12:49 +0800
Subject: [PATCH] =?UTF-8?q?refactor:=20=E4=BC=98=E5=8C=96=E6=96=87?=
=?UTF-8?q?=E6=A1=88?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
ui/src/views/application/index.vue | 2 +-
ui/src/views/dataset/index.vue | 2 +-
ui/src/views/function-lib/index.vue | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/ui/src/views/application/index.vue b/ui/src/views/application/index.vue
index 643ae8a8b..6f0461071 100644
--- a/ui/src/views/application/index.vue
+++ b/ui/src/views/application/index.vue
@@ -81,7 +81,7 @@
- 创建人: {{ item.username }}
+ 创建者: {{ item.username }}
diff --git a/ui/src/views/dataset/index.vue b/ui/src/views/dataset/index.vue
index 9075316b2..5163c95d1 100644
--- a/ui/src/views/dataset/index.vue
+++ b/ui/src/views/dataset/index.vue
@@ -64,7 +64,7 @@
- 创建人: {{ item.username }}
+ 创建者: {{ item.username }}
diff --git a/ui/src/views/function-lib/index.vue b/ui/src/views/function-lib/index.vue
index 6ead54f04..0358406d7 100644
--- a/ui/src/views/function-lib/index.vue
+++ b/ui/src/views/function-lib/index.vue
@@ -69,7 +69,7 @@
- 创建人: {{ item.username }}
+ 创建者: {{ item.username }}