Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
M
multiSystem
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
Yulun Yao
multiSystem
Commits
d1f295bf
Commit
d1f295bf
authored
Mar 23, 2021
by
Gakki
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
so far
parent
d006e02a
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
136 additions
and
71 deletions
+136
-71
basicInfoByLabel.vue
src/views/houseData/basicInfoByLabel.vue
+11
-3
labelRightSide.vue
src/views/label/labelRightSide.vue
+116
-66
labelRightSideEmpty.vue
src/views/label/labelRightSideEmpty.vue
+9
-2
No files found.
src/views/houseData/basicInfoByLabel.vue
View file @
d1f295bf
...
...
@@ -4,16 +4,20 @@
<!--
{{
checkedKeys
}}
-->
<div
class=
"layoutMargin layoutPadding"
>
<a-row>
<a-col
:span=
"4"
style=
"height:100%; position:relative"
>
<a-col
:span=
"4"
style=
"height:100%; position:relative
;"
v-if=
"leftPanelShow
"
>
<span
style=
"display: block; width: 90%; color:#1890ff; font-size: 16px; font-weight: 500; padding-bottom:5px; border-bottom:1px solid #1890ff;"
>
标签筛选条件
</span>
<a-tree
@
check=
'onCheck'
@
check=
'onCheck'
checkable
:tree-data=
"treeData"
:replace-fields=
"replaceFields"
/>
</a-col>
<a-col
:span=
"20"
style=
"padding-left: 10px; border-left:1px solid #ccc;"
>
<a-button
v-if=
"!leftPanelShow"
@
click=
"showNHide"
type=
'link'
icon=
'right'
style=
"position: absolute; left: -2%; top: 14%; color: grey"
/>
<a-button
v-else
@
click=
"showNHide"
type=
'link'
icon=
'left'
style=
"position: absolute; left: 14.5%; top: 14%; color: grey"
/>
<a-col
:span=
"!!leftPanelShow ? 20 : 24"
:style=
"!!leftPanelShow? `padding-left: 10px; border-left:1px solid #ccc;`:`padding-left: 10px;`"
>
<!--
<div
v-if=
"$route.path == '/houseData/basicInfoByLabel'"
class=
"layoutMargin layoutPadding"
>
-->
<a-form
:form=
"form"
class=
"protalForm"
>
<a-row
class=
"formItem"
type=
"flex"
:justify=
"simpleSearchForm ? 'end' : ''"
align=
"top"
:gutter=
"simpleSearchForm ? 16 : 0"
>
...
...
@@ -204,6 +208,7 @@ export default {
key
:
'3'
},
],
leftPanelShow
:
true
,
finishDate
:
[
{
name
:
'2000年以前'
,
...
...
@@ -486,6 +491,9 @@ export default {
}
})
},
showNHide
()
{
this
.
leftPanelShow
=
!
this
.
leftPanelShow
},
onSelect
(
selectedKeys
,
node
)
{
console
.
log
(
selectedKeys
,
node
.
node
.
$children
.
length
)
},
...
...
src/views/label/labelRightSide.vue
View file @
d1f295bf
This diff is collapsed.
Click to expand it.
src/views/label/labelRightSideEmpty.vue
View file @
d1f295bf
<
template
>
<div>
请先在左侧选择一个标签或添加标签。
<div
style=
"position: relative"
>
<div
style=
"border: 1px dotted lightgrey; padding: 150px;"
>
<a-row
style=
"text-align: center; margin-bottom: 50px;"
>
<img
src=
"@/assets/icon/labelNone.png"
/>
</a-row>
<a-row
style=
"text-align: center; font-weight: bold; font-size: 16px"
>
<span>
请先在左侧选择一个标签或添加标签。
</span>
</a-row>
</div>
</div>
</
template
>
...
...
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