fanzherong_v 1 月之前
父節點
當前提交
9f7f0dcb82

+ 2 - 1
snowy-admin-web/src/components/HomeCard/SysUserInfoCard/index.vue

@@ -26,7 +26,8 @@
 	import tool from '@/utils/tool'
 	const userInfo = tool.data.get('USER_INFO')
 
-	const pic = ref('../../../../public/img/logo.png')
+	//const pic = ref('../../../../public/img/logo.png')
+	const pic = ref('../img/logo.png')
 
 	const currentTime = ref(dayjs().format('YYYY年MM月DD日 HH时mm分ss秒'))
 	// 运行定时器,一秒获取一次

+ 3 - 1
snowy-plugin/snowy-plugin-biz/src/main/java/vip/xiaonuo/biz/modular/bizvehicle/mapper/mapping/BizVehicleMapper.xml

@@ -10,7 +10,9 @@
             bec.vehicle_axle_number,
             bc.driver_name,
             bc.driver_mobile,
-            bc.status
+            bc.status,
+            bc.create_user,
+            bc.create_time
         from biz_vehicle bc
         left join biz_excess_config bec on bec.id = bc.vehicle_axles
         ${ew.customSqlSegment}