* Required Fields
+ + + +* Required Fields
+ + + +{{ $t("COMPANYOVERVIEW.TITLETWO.CONTENT") }}
+ +{{ leader.position }}
@@ -74,43 +70,76 @@ const leadershipTeam = computed(() => [ content: [t("MANAGEMENT.TWO.CONTENTONE"), t("MANAGEMENT.TWO.CONTENTTWO")], }, ]); + +const getInitials = (name) => { + return name + .split(" ") + .map((n) => n[0]) + .join(""); +}; diff --git a/src/views/manage/size768/index.vue b/src/views/manage/size768/index.vue new file mode 100644 index 0000000..5377445 --- /dev/null +++ b/src/views/manage/size768/index.vue @@ -0,0 +1,323 @@ + +{{ leader.position }}
+{{ content }}
+* Required Fields
From 24c27d5efbe43bb00a9bc6004267e091598ea282 Mon Sep 17 00:00:00 2001 From: liwenhao <1273011930@qq.com> Date: Mon, 26 May 2025 13:12:09 +0800 Subject: [PATCH 4/4] =?UTF-8?q?Business=20Introduction=20=E6=A8=A1?= =?UTF-8?q?=E5=9D=97=20768=E5=B0=BA=E5=AF=B8=E5=8F=98=E5=BD=A2=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/BusinessServices/size768/index.vue | 244 +++++-------------- 1 file changed, 62 insertions(+), 182 deletions(-) diff --git a/src/views/BusinessServices/size768/index.vue b/src/views/BusinessServices/size768/index.vue index e716c8f..56b2c1d 100644 --- a/src/views/BusinessServices/size768/index.vue +++ b/src/views/BusinessServices/size768/index.vue @@ -1,7 +1,7 @@