-
{{ t('workplace.project') }}
+
+
{{
+ t('analysis.newUser')
+ }}
-
-
-
{{ t('workplace.toDo') }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
{{
+ t('analysis.unreadInformation')
+ }}
-
-
-
{{ t('workplace.access') }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
{{
+ t('analysis.transactionAmount')
+ }}
-
-
-
-
-
-
-
-
-
-
-
- {{ t('workplace.project') }}
- {{ t('workplace.more') }}
-
-
-
-
-
-
-
-
- {{ item.name }}
-
- {{ t(item.message) }}
-
- {{ item.personal }}
- {{ formatTime(item.time, 'yyyy-MM-dd') }}
-
-
-
-
+
+
-
-
-
- {{ t('workplace.dynamic') }}
- {{ t('workplace.more') }}
-
-
-
-
-
-
![]()
+
+
+
+
+
-
-
- {{ username }} {{ t('workplace.pushCode') }}
-
-
-
- {{ useTimeAgo(item.time) }}
+
+
+
+
{{
+ t('analysis.totalShopping')
+ }}
+
+
-
-
+
-
-
-
- {{ t('workplace.shortcutOperation') }}
-
+
+
+
+
-
-
- {{ t('workplace.operation') }}{{ item }}
-
-
+
-
-
-
- {{ t('workplace.index') }}
-
+
+
+
-
+
-
-
-
- {{ t('workplace.team') }}
-
-
-
-
-
-
-
- {{ item.name }}
-
-
-
-
+
+
+
+
+
+
diff --git a/yudao-ui-admin-vue3/src/views/Home/types.ts b/yudao-ui-admin-vue3/src/views/Home/types.ts
index 87e71b30b6..e6313d36c1 100644
--- a/yudao-ui-admin-vue3/src/views/Home/types.ts
+++ b/yudao-ui-admin-vue3/src/views/Home/types.ts
@@ -12,14 +12,17 @@ export type Project = {
time: Date | number | string
}
-export type Dynamic = {
+export type Notice = {
+ title: string
+ type: string
keys: string[]
- time: Date | number | string
+ date: Date | number | string
}
-export type Team = {
+export type Shortcut = {
name: string
icon: string
+ url: string
}
export type RadarData = {