Commit 3d4a0220 authored by xiexingan's avatar xiexingan

tj

parent 13462f32
...@@ -7,29 +7,23 @@ el-container(style="padding: 0px; height: 77.6vh") ...@@ -7,29 +7,23 @@ el-container(style="padding: 0px; height: 77.6vh")
el-select(v-model="mapId" size="mini" @change="handleChange") el-select(v-model="mapId" size="mini" @change="handleChange")
el-option(v-for="(item,index) in mapList" :key="index" :label="item.stationName=='全部'?item.stationName:item.stationName +' - '+item.name" :value="item.id") el-option(v-for="(item,index) in mapList" :key="index" :label="item.stationName=='全部'?item.stationName:item.stationName +' - '+item.name" :value="item.id")
el-main.box_main el-main.box_main
el-row(:gutter="20")
el-col( div(v-for="(item, index) in dataList" :key="index" style="margin-bottom: 20px")
:span="3 * item.list.length",
v-for="(item, index) in dataList",
:key="index",
style="margin-bottom: 20px"
)
card-warp(:title="item.name", height="35px") card-warp(:title="item.name", height="35px")
div(slot="content") div(slot="content" )
el-row(typr="flex", justify="center", :gutter="20") el-row(type='flex' :gutter="20" v-for="child in item.list")
el-col(:span="24 / item.list.length", v-for="child in item.list") el-col(:span='24' )
card-warp( card-warp(:title="child.resourceName" height="35px" )
:title="child.leftName", div(slot="content" )
height="35px", el-row(typr="flex", :gutter="20" )
bgcolor="#f5f5f5" el-col(:span="4" v-for="child in child.children" )
) card-warp(:title="child.rightName" height="35px" )
div(slot="right") div(slot="content" )
| {{ child.rightName }} .content_warp()
div(slot="content") div(:class="child.type")
.content_warp div.value(:style="{color:child.over?'red':'#10cc2e'}") {{ child.value }}
div(:class="child.type") .scope {{ child.scope }}
div.value(:style="{color:child.over?'red':'#10cc2e'}") {{ child.value }}
.scope {{ child.scope }}
</template> </template>
<script> <script>
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment