diff --git a/images/new/1687232679892.jpg b/images/new/1687232679892.jpg new file mode 100644 index 0000000..d568dfd Binary files /dev/null and b/images/new/1687232679892.jpg differ diff --git a/images/new/1687232728594.jpg b/images/new/1687232728594.jpg new file mode 100644 index 0000000..6bfb8e5 Binary files /dev/null and b/images/new/1687232728594.jpg differ diff --git a/images/new/1687232742716.jpg b/images/new/1687232742716.jpg new file mode 100644 index 0000000..63fa0be Binary files /dev/null and b/images/new/1687232742716.jpg differ diff --git a/images/new/1687232757699.jpg b/images/new/1687232757699.jpg new file mode 100644 index 0000000..e68e428 Binary files /dev/null and b/images/new/1687232757699.jpg differ diff --git a/images/new/1687232894774.jpg b/images/new/1687232894774.jpg new file mode 100644 index 0000000..3309c0a Binary files /dev/null and b/images/new/1687232894774.jpg differ diff --git a/images/new/1687232907644.jpg b/images/new/1687232907644.jpg new file mode 100644 index 0000000..5a8b0b0 Binary files /dev/null and b/images/new/1687232907644.jpg differ diff --git a/images/new/1687232919754.jpg b/images/new/1687232919754.jpg new file mode 100644 index 0000000..dbe97c5 Binary files /dev/null and b/images/new/1687232919754.jpg differ diff --git a/images/new/1687232947963.jpg b/images/new/1687232947963.jpg new file mode 100644 index 0000000..a6d95ab Binary files /dev/null and b/images/new/1687232947963.jpg differ diff --git a/images/new/1687232962873.jpg b/images/new/1687232962873.jpg new file mode 100644 index 0000000..2769d71 Binary files /dev/null and b/images/new/1687232962873.jpg differ diff --git a/images/new/1687233000595.jpg b/images/new/1687233000595.jpg new file mode 100644 index 0000000..feb3037 Binary files /dev/null and b/images/new/1687233000595.jpg differ diff --git a/images/new/1687233033005.jpg b/images/new/1687233033005.jpg new file mode 100644 index 0000000..dc38e9f Binary files /dev/null and b/images/new/1687233033005.jpg differ diff --git a/images/new/1687233063697.jpg b/images/new/1687233063697.jpg new file mode 100644 index 0000000..996e161 Binary files /dev/null and b/images/new/1687233063697.jpg differ diff --git a/images/new/1687233128936.jpg b/images/new/1687233128936.jpg new file mode 100644 index 0000000..76b18c1 Binary files /dev/null and b/images/new/1687233128936.jpg differ diff --git a/images/new/1687233162782.jpg b/images/new/1687233162782.jpg new file mode 100644 index 0000000..3d91c81 Binary files /dev/null and b/images/new/1687233162782.jpg differ diff --git a/images/new/1687233189618.jpg b/images/new/1687233189618.jpg new file mode 100644 index 0000000..43dfe7f Binary files /dev/null and b/images/new/1687233189618.jpg differ diff --git a/images/new/1687233201218.jpg b/images/new/1687233201218.jpg new file mode 100644 index 0000000..311b258 Binary files /dev/null and b/images/new/1687233201218.jpg differ diff --git a/images/new/1687233211961.jpg b/images/new/1687233211961.jpg new file mode 100644 index 0000000..4a25ad2 Binary files /dev/null and b/images/new/1687233211961.jpg differ diff --git a/images/new/1687233229571.jpg b/images/new/1687233229571.jpg new file mode 100644 index 0000000..b0fc89d Binary files /dev/null and b/images/new/1687233229571.jpg differ diff --git a/images/new/1687233241545.jpg b/images/new/1687233241545.jpg new file mode 100644 index 0000000..81f83d9 Binary files /dev/null and b/images/new/1687233241545.jpg differ diff --git a/kinit-admin/src/components/Setting/src/Setting.vue b/kinit-admin/src/components/Setting/src/Setting.vue index 913833e..7444a92 100644 --- a/kinit-admin/src/components/Setting/src/Setting.vue +++ b/kinit-admin/src/components/Setting/src/Setting.vue @@ -202,7 +202,7 @@ const clear = () => { diff --git a/kinit-admin/src/layout/components/AppView.vue b/kinit-admin/src/layout/components/AppView.vue index a189234..4ef5b28 100644 --- a/kinit-admin/src/layout/components/AppView.vue +++ b/kinit-admin/src/layout/components/AppView.vue @@ -20,9 +20,9 @@ const getCaches = computed((): string[] => { - - + - + - + - - + + diff --git a/kinit-admin/src/views/Dashboard/Analysis.vue b/kinit-admin/src/views/Dashboard/Analysis.vue index e839d02..7c8fc09 100644 --- a/kinit-admin/src/views/Dashboard/Analysis.vue +++ b/kinit-admin/src/views/Dashboard/Analysis.vue @@ -1,5 +1,5 @@ - - - - - - - - - + + + + + + + diff --git a/kinit-admin/src/views/Dashboard/Map.vue b/kinit-admin/src/views/Dashboard/Map.vue index ac458c9..7d3ec4f 100644 --- a/kinit-admin/src/views/Dashboard/Map.vue +++ b/kinit-admin/src/views/Dashboard/Map.vue @@ -78,7 +78,7 @@ const setValues = async () => { }) } // 鼠标移入标记点事件 - circleMarker.value.on('mouseover', function (e) { + circleMarker.value.on('mouseover', () => { infoWindow.setContent( ` @@ -91,7 +91,7 @@ const setValues = async () => { infoWindow.open(map.value, center) }) // 鼠标移出标记点 - circleMarker.value.on('mouseout', function (e) { + circleMarker.value.on('mouseout', () => { infoWindow.close(map.value, center) }) return circleMarker.value diff --git a/kinit-admin/src/views/Dashboard/Workplace.vue b/kinit-admin/src/views/Dashboard/Workplace.vue index 857a224..2851be9 100644 --- a/kinit-admin/src/views/Dashboard/Workplace.vue +++ b/kinit-admin/src/views/Dashboard/Workplace.vue @@ -78,149 +78,153 @@ const user = computed(() => authStore.getUser) - - - - - - - - - - {{ getGreeting() }},{{ user.name }},{{ t('workplace.happyDay') }} - - - {{ getCurrentDate() }},{{ getDayOfWeek() }} - - - - - - - - 最近登录时间 - {{ user.last_login?.split(' ')[0] }} - - - - - - - - - - + + - - - {{ t('workplace.project') }} - {{ t('workplace.more') }} - - - - - - - - - {{ item.name }} + + + + + + + {{ getGreeting() }},{{ user.name }},{{ t('workplace.happyDay') }} - {{ t(item.message) }} - - {{ item.personal }} - {{ formatTime(item.time, 'yyyy-MM-dd') }} + + {{ getCurrentDate() }},{{ getDayOfWeek() }} - + + + + + + 最近登录时间 + {{ user.last_login?.split(' ')[0] }} + + + - - - - {{ t('workplace.dynamic') }} - {{ t('workplace.more') }} - - - - - - - - - - {{ t('workplace.pushCode') }} - - - - {{ useTimeAgo(item.time) }} - + + + + + + + {{ t('workplace.project') }} + {{ t('workplace.more') }} - - - - - - - - - - {{ t('workplace.shortcutOperation') }} - - - - - {{ item.name }} - - - - + + + + + + + + + {{ item.name }} + + {{ t(item.message) }} + + {{ item.personal }} + {{ formatTime(item.time, 'yyyy-MM-dd') }} + + + + + + + - - - {{ t('workplace.team') }} - - - - - - - + + + + {{ t('workplace.dynamic') }} + {{ t('workplace.more') }} + + + + + + + + + + {{ t('workplace.pushCode') }} + + + + {{ useTimeAgo(item.time) }} + + + + + + + + + + + + {{ t('workplace.shortcutOperation') }} + + + + {{ item.name }} - - - - - - - + + + + + + + {{ t('workplace.team') }} + + + + + + + + {{ item.name }} + + + + + + + + + + diff --git a/kinit-admin/src/views/Home/Home.vue b/kinit-admin/src/views/Home/Home.vue index 38c4608..0d0183a 100644 --- a/kinit-admin/src/views/Home/Home.vue +++ b/kinit-admin/src/views/Home/Home.vue @@ -26,52 +26,56 @@ const user = authStore.getUser - - - - - - {{ user.name }} - - - - 姓名: - {{ user.name }} + + + + + + + {{ user.name }} - - 昵称: - {{ user.nickname }} + + + 姓名: + {{ user.name }} + + + 昵称: + {{ user.nickname }} + + + 手机号: + {{ user.telephone }} + + + 性别: + {{ + selectDictLabel(genderOptions, user.gender as string) + }} + + + 角色: + {{ user.roles?.map((item) => item.name).join(',') }} + + + 创建时间: + {{ user.create_datetime }} + - - 手机号: - {{ user.telephone }} - - - 性别: - {{ selectDictLabel(genderOptions, user.gender as string) }} - - - 角色: - {{ user.roles?.map((item) => item.name).join(',') }} - - - 创建时间: - {{ user.create_datetime }} - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + diff --git a/kinit-admin/src/views/vadmin/auth/user/components/user.data.ts b/kinit-admin/src/views/vadmin/auth/user/components/user.data.ts index ed9e508..f7f553c 100644 --- a/kinit-admin/src/views/vadmin/auth/user/components/user.data.ts +++ b/kinit-admin/src/views/vadmin/auth/user/components/user.data.ts @@ -226,6 +226,9 @@ export const searchSchema = reactive([ style: { width: '214px' } + }, + formItemProps: { + labelWidth: '47px' } }, { diff --git a/kinit-admin/src/views/vadmin/help/issue/components/issue.data.ts b/kinit-admin/src/views/vadmin/help/issue/components/issue.data.ts index 0bea240..6e3839d 100644 --- a/kinit-admin/src/views/vadmin/help/issue/components/issue.data.ts +++ b/kinit-admin/src/views/vadmin/help/issue/components/issue.data.ts @@ -117,6 +117,9 @@ export const searchSchema = reactive([ style: { width: '214px' } + }, + formItemProps: { + labelWidth: '47px' } }, { diff --git a/kinit-api/application/settings.py b/kinit-api/application/settings.py index 805966c..07a02a7 100644 --- a/kinit-api/application/settings.py +++ b/kinit-api/application/settings.py @@ -11,7 +11,7 @@ from fastapi.security import OAuth2PasswordBearer """ 系统版本 """ -VERSION = "1.8.2" +VERSION = "1.8.3" """安全警告: 不要在生产中打开调试运行!""" DEBUG = True
{{ user.name }}