diff --git a/src/assets/images/left_arrow.png b/src/assets/images/left_arrow.png new file mode 100644 index 0000000..ddce6fb Binary files /dev/null and b/src/assets/images/left_arrow.png differ diff --git a/src/assets/images/right_arrow.png b/src/assets/images/right_arrow.png new file mode 100644 index 0000000..4f1caed Binary files /dev/null and b/src/assets/images/right_arrow.png differ diff --git a/src/styles/common.scss b/src/styles/common.scss index cbbf810..b394a96 100644 --- a/src/styles/common.scss +++ b/src/styles/common.scss @@ -20,3 +20,13 @@ .bg_basic_content{ // background: linear-gradient( 180deg, rgba(7,16,19,0) 0%, #081417 100%);; } +.text_des_1{ + color:#1D2129 +} + +.text_color_3 { + color: #333; +} +.text_color_6 { + color: #666; +} \ No newline at end of file diff --git a/src/views/dataView/DataOverview.vue b/src/views/dataView/DataOverview.vue index f7ca277..a04c8df 100644 --- a/src/views/dataView/DataOverview.vue +++ b/src/views/dataView/DataOverview.vue @@ -3,7 +3,7 @@ import { config } from '@/config'; import Type1ObjectDetect from "./components/Type1ObjectDetect.vue"; import Type2LicensePlateRecog from "./components/Type2LicensePlateRecog.vue"; -import Type3CigaretteOffer from "./components/Type3CigaretteOffer.vue"; +import Type3TargetRecog from "./components/Type3TargetRecog.vue"; import Type4AudioDetection from "./components/Type4AudioDetection.vue"; import { useAllData } from './hooks/useAllData'; //定义接口返回的单个对象类型 @@ -77,7 +77,7 @@ const tabDetails = (title: string) => { detailInfo.value = filterDetailsByData(toRaw(dataList.value), title); currentType.value = fetchTypeByTitle(title); isHomePage.value = false; - console.log(currentType.value, detailInfo.value, 'tabDetails', toRaw(dataList.value)); + console.log(currentType.value, detailInfo.value, 'tabDetails'); } // 组件挂载时启动轮询 @@ -108,7 +108,7 @@ onUnmounted(() => {
- 牌照颜色:{{ item["车牌颜色"] }}色 -
-- 车牌号:{{ item["车牌号"] }} -
-+ 牌照颜色:{{ + item["车牌颜色"] ? item["车牌颜色"] + "色" : "未知" + }} +
++ 牌照号码:{{ item["车牌号"] }} +
+