Commit 533a9da3 authored by co_dengxiongwen's avatar co_dengxiongwen

看板

parent de01745f
...@@ -16,7 +16,7 @@ el-container(style="padding: 0px; height: 77.6vh") ...@@ -16,7 +16,7 @@ el-container(style="padding: 0px; height: 77.6vh")
el-row(type='flex' justify='center' :gutter='10' ) el-row(type='flex' justify='center' :gutter='10' )
el-col(:span='3' v-for="item in dataList[0].list") el-col(:span='3' v-for="item in dataList[0].list")
card-warp(:title="item.resourceName",size='12' height="30px" weight='550' bgcolor='#f2faff') card-warp(:title="item.resourceName",size='12' height="30px" weight='550' bgcolor='#f2faff')
div( slot="right" style='transform:scale(.9)') B3栋-负一层加压送风机房 div( slot="right" style='transform:scale(.9)') {{item.mapStationName}}
div(slot="content") div(slot="content")
el-row(type='flex' justify='center' ) el-row(type='flex' justify='center' )
el-col(:span='24' v-for="children in item.children") el-col(:span='24' v-for="children in item.children")
...@@ -32,7 +32,7 @@ el-container(style="padding: 0px; height: 77.6vh") ...@@ -32,7 +32,7 @@ el-container(style="padding: 0px; height: 77.6vh")
el-row(type='flex' justify='center' :gutter='10' ) el-row(type='flex' justify='center' :gutter='10' )
el-col(:span='12' v-for="item in dataList[1].list") el-col(:span='12' v-for="item in dataList[1].list")
card-warp(:title="item.resourceName", height="30px" size='13' weight='550' bgcolor='#f2faff') card-warp(:title="item.resourceName", height="30px" size='13' weight='550' bgcolor='#f2faff')
div( slot="right" style='transform:scale(.9)') B3栋-负一层加压送风机房 div( slot="right" style='transform:scale(.9)') {{item.mapStationName}}
div(slot="content") div(slot="content")
el-row(type='flex' justify='center' ) el-row(type='flex' justify='center' )
el-col(:span='24' v-for="children in item.children") el-col(:span='24' v-for="children in item.children")
...@@ -48,7 +48,7 @@ el-container(style="padding: 0px; height: 77.6vh") ...@@ -48,7 +48,7 @@ el-container(style="padding: 0px; height: 77.6vh")
el-row(type='flex' justify='center' :gutter='10' ) el-row(type='flex' justify='center' :gutter='10' )
el-col(:span='12' v-for="item in dataList[2].list") el-col(:span='12' v-for="item in dataList[2].list")
card-warp(:title="item.resourceName", height="30px" size='13' weight='550' bgcolor='#f2faff') card-warp(:title="item.resourceName", height="30px" size='13' weight='550' bgcolor='#f2faff')
div( slot="right" style='transform:scale(.9)') B3栋-负一层加压送风机房 div( slot="right" style='transform:scale(.9)') {{item.mapStationName}}
div(slot="content") div(slot="content")
el-row(type='flex' ) el-row(type='flex' )
el-col(:span='24' v-for="children in item.children") el-col(:span='24' v-for="children in item.children")
...@@ -64,7 +64,7 @@ el-container(style="padding: 0px; height: 77.6vh") ...@@ -64,7 +64,7 @@ el-container(style="padding: 0px; height: 77.6vh")
el-row(type='flex' justify='center' :gutter='10' ) el-row(type='flex' justify='center' :gutter='10' )
el-col(:span='24' v-for="item in dataList[3].list") el-col(:span='24' v-for="item in dataList[3].list")
card-warp(:title="item.resourceName", height="30px" size='13' weight='550' bgcolor='#f2faff') card-warp(:title="item.resourceName", height="30px" size='13' weight='550' bgcolor='#f2faff')
div( slot="right" style='transform:scale(.9)') B3栋-负一层加压送风机房 div( slot="right" style='transform:scale(.9)') {{item.mapStationName}}
div(slot="content") div(slot="content")
el-row(type='flex' ) el-row(type='flex' )
el-col(:span='24' v-for="children in item.children") el-col(:span='24' v-for="children in item.children")
...@@ -80,7 +80,7 @@ el-container(style="padding: 0px; height: 77.6vh") ...@@ -80,7 +80,7 @@ el-container(style="padding: 0px; height: 77.6vh")
el-row(type='flex' justify='center' ) el-row(type='flex' justify='center' )
el-col(:span='24' v-for="item in dataList[4].list") el-col(:span='24' v-for="item in dataList[4].list")
card-warp(:title="item.resourceName", height="30px" size='13' weight='550' bgcolor='#f2faff') card-warp(:title="item.resourceName", height="30px" size='13' weight='550' bgcolor='#f2faff')
div( slot="right" style='transform:scale(.9)') B3栋-负一层加压送风机房 div( slot="right" style='transform:scale(.9)') {{item.mapStationName}}
div(slot="content") div(slot="content")
el-row(type='flex') el-row(type='flex')
el-col(:span='24' v-for="children in item.children") el-col(:span='24' v-for="children in item.children")
...@@ -96,7 +96,7 @@ el-container(style="padding: 0px; height: 77.6vh") ...@@ -96,7 +96,7 @@ el-container(style="padding: 0px; height: 77.6vh")
el-row(type='flex' justify='center' ) el-row(type='flex' justify='center' )
el-col(:span='24' v-for="item in dataList[5].list") el-col(:span='24' v-for="item in dataList[5].list")
card-warp(:title="item.resourceName", height="30px" size='13' weight='550' bgcolor='#f2faff') card-warp(:title="item.resourceName", height="30px" size='13' weight='550' bgcolor='#f2faff')
div( slot="right" style='transform:scale(.9)') B3栋-负一层加压送风机房 div( slot="right" style='transform:scale(.9)') {{item.mapStationName}}
div(slot="content") div(slot="content")
el-row(type='flex' ) el-row(type='flex' )
el-col(:span='24' v-for="children in item.children") el-col(:span='24' v-for="children in item.children")
...@@ -113,7 +113,7 @@ el-container(style="padding: 0px; height: 77.6vh") ...@@ -113,7 +113,7 @@ el-container(style="padding: 0px; height: 77.6vh")
el-row(type='flex' justify='center' ) el-row(type='flex' justify='center' )
el-col(:span='24' v-for="item in dataList[0].list") el-col(:span='24' v-for="item in dataList[0].list")
card-warp(:title="item.resourceName", height="30px" size='13' weight='550' bgcolor='#f2faff') card-warp(:title="item.resourceName", height="30px" size='13' weight='550' bgcolor='#f2faff')
div( slot="right" style='transform:scale(.9)') B3栋-负一层加压送风机房 div( slot="right" style='transform:scale(.9)') {{item.mapStationName}}
div(slot="content") div(slot="content")
el-row(type='flex' ) el-row(type='flex' )
el-col(:span='24' v-for="children in item.children") el-col(:span='24' v-for="children in item.children")
...@@ -129,7 +129,7 @@ el-container(style="padding: 0px; height: 77.6vh") ...@@ -129,7 +129,7 @@ el-container(style="padding: 0px; height: 77.6vh")
el-row(type='flex' justify='center' ) el-row(type='flex' justify='center' )
el-col(:span='24' v-for="item in dataList[0].list") el-col(:span='24' v-for="item in dataList[0].list")
card-warp(:title="item.resourceName", height="30px" size='13' weight='550' bgcolor='#f2faff') card-warp(:title="item.resourceName", height="30px" size='13' weight='550' bgcolor='#f2faff')
div( slot="right" style='transform:scale(.9)') B3栋-负一层加压送风机房 div( slot="right" style='transform:scale(.9)') {{item.mapStationName}}
div(slot="content") div(slot="content")
el-row(type='flex' :gutter='10') el-row(type='flex' :gutter='10')
el-col(:span='24' v-for="children in item.children") el-col(:span='24' v-for="children in item.children")
...@@ -147,7 +147,7 @@ el-container(style="padding: 0px; height: 77.6vh") ...@@ -147,7 +147,7 @@ el-container(style="padding: 0px; height: 77.6vh")
el-row(type='flex' justify='center' ) el-row(type='flex' justify='center' )
el-col(:span='24' v-for="item in dataList[0].list") el-col(:span='24' v-for="item in dataList[0].list")
card-warp(:title="item.resourceName", height="30px" size='13' weight='550' bgcolor='#f2faff') card-warp(:title="item.resourceName", height="30px" size='13' weight='550' bgcolor='#f2faff')
div( slot="right" style='transform:scale(.9)') B3栋-负一层加压送风机房 div( slot="right" style='transform:scale(.9)') {{item.mapStationName}}
div(slot="content") div(slot="content")
el-row(type='flex' :gutter='10' ) el-row(type='flex' :gutter='10' )
el-col(:span='24' v-for="children in item.children") el-col(:span='24' v-for="children in item.children")
...@@ -164,7 +164,7 @@ el-container(style="padding: 0px; height: 77.6vh") ...@@ -164,7 +164,7 @@ el-container(style="padding: 0px; height: 77.6vh")
el-row(type='flex' justify='center' :gutter='10') el-row(type='flex' justify='center' :gutter='10')
el-col(:span='24' v-for="item in dataList[0].list") el-col(:span='24' v-for="item in dataList[0].list")
card-warp(:title="item.resourceName", height="30px" size='13' weight='550' bgcolor='#f2faff') card-warp(:title="item.resourceName", height="30px" size='13' weight='550' bgcolor='#f2faff')
div( slot="right" style='transform:scale(.9)') B3栋-负一层加压送风机房 div( slot="right" style='transform:scale(.9)') {{item.mapStationName}}
div(slot="content") div(slot="content")
el-row(type='flex' :gutter='10' ) el-row(type='flex' :gutter='10' )
el-col(:span='24' v-for="children in item.children") el-col(:span='24' v-for="children in item.children")
...@@ -180,7 +180,7 @@ el-container(style="padding: 0px; height: 77.6vh") ...@@ -180,7 +180,7 @@ el-container(style="padding: 0px; height: 77.6vh")
el-row(type='flex' justify='center' :gutter='10') el-row(type='flex' justify='center' :gutter='10')
el-col(:span='24' v-for="item in dataList[1].list") el-col(:span='24' v-for="item in dataList[1].list")
card-warp(:title="item.resourceName", height="30px" size='13' weight='550' bgcolor='#f2faff') card-warp(:title="item.resourceName", height="30px" size='13' weight='550' bgcolor='#f2faff')
div( slot="right" style='transform:scale(.9)') B3栋-负一层加压送风机房 div( slot="right" style='transform:scale(.9)') {{item.mapStationName}}
div(slot="content") div(slot="content")
el-row(type='flex' ) el-row(type='flex' )
el-col(:span='24' v-for="children in item.children") el-col(:span='24' v-for="children in item.children")
...@@ -196,7 +196,7 @@ el-container(style="padding: 0px; height: 77.6vh") ...@@ -196,7 +196,7 @@ el-container(style="padding: 0px; height: 77.6vh")
el-row(type='flex' justify='center' :gutter='10') el-row(type='flex' justify='center' :gutter='10')
el-col(:span='12' v-for="item in dataList[2].list") el-col(:span='12' v-for="item in dataList[2].list")
card-warp(:title="item.resourceName", height="30px" size='13' weight='550' bgcolor='#f2faff') card-warp(:title="item.resourceName", height="30px" size='13' weight='550' bgcolor='#f2faff')
div( slot="right" style='transform:scale(.9)') B3栋-负一层加压送风机房 div( slot="right" style='transform:scale(.9)') {{item.mapStationName}}
div(slot="content") div(slot="content")
el-row(type='flex' ) el-row(type='flex' )
el-col(:span='24' v-for="children in item.children") el-col(:span='24' v-for="children in item.children")
...@@ -213,7 +213,7 @@ el-container(style="padding: 0px; height: 77.6vh") ...@@ -213,7 +213,7 @@ el-container(style="padding: 0px; height: 77.6vh")
el-row(type='flex' justify='center' ) el-row(type='flex' justify='center' )
el-col(:span='24' v-for="item in dataList[0].list") el-col(:span='24' v-for="item in dataList[0].list")
card-warp(:title="item.resourceName", height="30px" size='13' :gutter='10' weight='550' bgcolor='#f2faff') card-warp(:title="item.resourceName", height="30px" size='13' :gutter='10' weight='550' bgcolor='#f2faff')
div( slot="right" style='transform:scale(.9)') B3栋-负一层加压送风机房 div( slot="right" style='transform:scale(.9)') {{item.mapStationName}}
div(slot="content") div(slot="content")
el-row(type='flex' :gutter='10') el-row(type='flex' :gutter='10')
el-col(:span='24' v-for="children in item.children") el-col(:span='24' v-for="children in item.children")
...@@ -230,7 +230,7 @@ el-container(style="padding: 0px; height: 77.6vh") ...@@ -230,7 +230,7 @@ el-container(style="padding: 0px; height: 77.6vh")
el-row(type='flex' justify='center' ) el-row(type='flex' justify='center' )
el-col(:span='24' v-for="item in dataList[0].list") el-col(:span='24' v-for="item in dataList[0].list")
card-warp(:title="item.resourceName", height="30px" size='13' weight='550' bgcolor='#f2faff') card-warp(:title="item.resourceName", height="30px" size='13' weight='550' bgcolor='#f2faff')
div( slot="right" style='transform:scale(.9)') B3栋-负一层加压送风机房 div( slot="right" style='transform:scale(.9)') {{item.mapStationName}}
div(slot="content") div(slot="content")
el-row(type='flex' :gutter='10' ) el-row(type='flex' :gutter='10' )
el-col(:span='24' v-for="children in item.children") el-col(:span='24' v-for="children in item.children")
...@@ -247,7 +247,7 @@ el-container(style="padding: 0px; height: 77.6vh") ...@@ -247,7 +247,7 @@ el-container(style="padding: 0px; height: 77.6vh")
el-row(type='flex' justify='center' :gutter='10') el-row(type='flex' justify='center' :gutter='10')
el-col(:span='24' v-for="item in dataList[0].list") el-col(:span='24' v-for="item in dataList[0].list")
card-warp(:title="item.resourceName", height="30px" size='13' weight='550' bgcolor='#f2faff') card-warp(:title="item.resourceName", height="30px" size='13' weight='550' bgcolor='#f2faff')
div( slot="right" style='transform:scale(.9)') B3栋-负一层加压送风机房 div( slot="right" style='transform:scale(.9)') {{item.mapStationName}}
div(slot="content") div(slot="content")
el-row(type='flex' :gutter='10' ) el-row(type='flex' :gutter='10' )
el-col(:span='24' v-for="children in item.children") el-col(:span='24' v-for="children in item.children")
...@@ -263,7 +263,7 @@ el-container(style="padding: 0px; height: 77.6vh") ...@@ -263,7 +263,7 @@ el-container(style="padding: 0px; height: 77.6vh")
el-row(type='flex' justify='center' ) el-row(type='flex' justify='center' )
el-col(:span='24' v-for="item in dataList[1].list") el-col(:span='24' v-for="item in dataList[1].list")
card-warp(:title="item.resourceName", height="30px" size='13' weight='550' bgcolor='#f2faff') card-warp(:title="item.resourceName", height="30px" size='13' weight='550' bgcolor='#f2faff')
div( slot="right" style='transform:scale(.9)') B3栋-负一层加压送风机房 div( slot="right" style='transform:scale(.9)') {{item.mapStationName}}
div(slot="content") div(slot="content")
el-row(type='flex' ) el-row(type='flex' )
el-col(:span='24' v-for="children in item.children") el-col(:span='24' v-for="children in item.children")
......
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