Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Sign in
Toggle navigation
Z
zhxf_vue
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
葛齐林
zhxf_vue
Commits
3d4a0220
Commit
3d4a0220
authored
May 20, 2021
by
xiexingan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tj
parent
13462f32
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
457 additions
and
22 deletions
+457
-22
index.vue
src/pages/ol/kanban/index.vue
+16
-22
index11.vue
src/pages/ol/kanban/index11.vue
+441
-0
No files found.
src/pages/ol/kanban/index.vue
View file @
3d4a0220
...
@@ -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
>
...
...
src/pages/ol/kanban/index11.vue
0 → 100644
View file @
3d4a0220
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment