变更大屏文件名
This commit is contained in:
@@ -504,7 +504,7 @@ const allLastScatters = [
|
|||||||
|
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
name: "AppDvWeiyang",
|
name: "AppWeiyangDv",
|
||||||
components: {AiEchartMap, NavTabs, AiEchart, ChargingPercent, ValueUnit, IconSmallPanel, IconStaPanel, SubHeader},
|
components: {AiEchartMap, NavTabs, AiEchart, ChargingPercent, ValueUnit, IconSmallPanel, IconStaPanel, SubHeader},
|
||||||
label: "未央最新定制大屏",
|
label: "未央最新定制大屏",
|
||||||
props: {
|
props: {
|
||||||
@@ -771,7 +771,7 @@ ${["mapResidentCount", "mapResidentGroupCount", "mapWorkOrderCount"].map(prop =>
|
|||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
<template>
|
<template>
|
||||||
<section class="AppDvWeiyang" :class="{isLastAreaLevel}">
|
<section class="AppWeiyangDv" :class="{isLastAreaLevel}">
|
||||||
<template v-if="isLastAreaLevel">
|
<template v-if="isLastAreaLevel">
|
||||||
<div class="a pad-v10 pad-h20">
|
<div class="a pad-v10 pad-h20">
|
||||||
<icon-sta-panel :label="getLabel('residentCount')" :value="sta.residentCount" unit="人" icon="https://cdn.sinoecare.com/i/2024/09/04/66d7cd083a9b0.png"/>
|
<icon-sta-panel :label="getLabel('residentCount')" :value="sta.residentCount" unit="人" icon="https://cdn.sinoecare.com/i/2024/09/04/66d7cd083a9b0.png"/>
|
||||||
@@ -916,7 +916,7 @@ ${["mapResidentCount", "mapResidentGroupCount", "mapWorkOrderCount"].map(prop =>
|
|||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<style scoped lang="scss">
|
<style scoped lang="scss">
|
||||||
.AppDvWeiyang {
|
.AppWeiyangDv {
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
display: grid;
|
display: grid;
|
||||||
Reference in New Issue
Block a user