diff --git a/ruoyi-ui/src/App.vue b/ruoyi-ui/src/App.vue index acf0ba9b..8299b2a0 100644 --- a/ruoyi-ui/src/App.vue +++ b/ruoyi-ui/src/App.vue @@ -10,13 +10,13 @@
- +
+ + + \ No newline at end of file diff --git a/ruoyi-ui/src/views/JiHeExpressway/pages/perception/trafficSituation/components/IndicatorAnalysis/components/trafficIndicators/progressBar.vue b/ruoyi-ui/src/views/JiHeExpressway/pages/perception/trafficSituation/components/IndicatorAnalysis/components/trafficIndicators/progressBar.vue new file mode 100644 index 00000000..7951fbe0 --- /dev/null +++ b/ruoyi-ui/src/views/JiHeExpressway/pages/perception/trafficSituation/components/IndicatorAnalysis/components/trafficIndicators/progressBar.vue @@ -0,0 +1,195 @@ + + + + + + \ No newline at end of file diff --git a/ruoyi-ui/src/views/JiHeExpressway/pages/perception/trafficSituation/components/IndicatorAnalysis/index.vue b/ruoyi-ui/src/views/JiHeExpressway/pages/perception/trafficSituation/components/IndicatorAnalysis/index.vue new file mode 100644 index 00000000..08046b04 --- /dev/null +++ b/ruoyi-ui/src/views/JiHeExpressway/pages/perception/trafficSituation/components/IndicatorAnalysis/index.vue @@ -0,0 +1,180 @@ + + + + + + \ No newline at end of file diff --git a/ruoyi-ui/src/views/JiHeExpressway/pages/perception/trafficSituation/index.vue b/ruoyi-ui/src/views/JiHeExpressway/pages/perception/trafficSituation/index.vue new file mode 100644 index 00000000..5c1934de --- /dev/null +++ b/ruoyi-ui/src/views/JiHeExpressway/pages/perception/trafficSituation/index.vue @@ -0,0 +1,146 @@ + + + + + + \ No newline at end of file diff --git a/ruoyi-ui/src/views/JiHeExpressway/pages/perception/widgets/title/index.vue b/ruoyi-ui/src/views/JiHeExpressway/pages/perception/widgets/title/index.vue index 62015d54..776aacd6 100644 --- a/ruoyi-ui/src/views/JiHeExpressway/pages/perception/widgets/title/index.vue +++ b/ruoyi-ui/src/views/JiHeExpressway/pages/perception/widgets/title/index.vue @@ -2,7 +2,7 @@
- + {{ title }}
@@ -12,7 +12,7 @@ export default { name: 'WgtTitle', props: { - title: '' + title: '', }, data() { return { @@ -32,7 +32,7 @@ export default {