Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
P
pc
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
wbx-PCAndMobi
pc
Commits
48e6f3ae
Commit
48e6f3ae
authored
May 13, 2021
by
levante
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
123
parent
1fcd6d6f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
labelRightSide.vue
src/views/label/labelRightSide.vue
+5
-2
No files found.
src/views/label/labelRightSide.vue
View file @
48e6f3ae
...
@@ -64,6 +64,7 @@
...
@@ -64,6 +64,7 @@
<!--
{{
loopContent
}}
-->
<!--
{{
loopContent
}}
-->
<a-form
:form=
'infoSettingForm'
layout=
'inline'
>
<a-form
:form=
'infoSettingForm'
layout=
'inline'
>
<!--
{{
loopContent
.
data
}}
-->
<!--
{{
loopContent
.
data
}}
-->
{{
loopContent
.
data
}}
<div
v-for=
"(item66, index66) in loopContent"
:key=
"index66"
style=
"margin-top: 20px; padding: 20px; border: 1px solid lightgrey"
>
<div
v-for=
"(item66, index66) in loopContent"
:key=
"index66"
style=
"margin-top: 20px; padding: 20px; border: 1px solid lightgrey"
>
<a-row
type=
'flex'
style=
"font-weight: bold; font-size: 16px; margin-bottom: 20px; border-bottom: 1px solid lightgrey"
align=
'middle'
>
<a-row
type=
'flex'
style=
"font-weight: bold; font-size: 16px; margin-bottom: 20px; border-bottom: 1px solid lightgrey"
align=
'middle'
>
<a-col
:span=
'21'
>
<a-col
:span=
'21'
>
...
@@ -73,7 +74,6 @@
...
@@ -73,7 +74,6 @@
<a-button
style=
"color: darkred"
type=
"link"
@
click=
"delGroup(index66)"
><a-icon
type=
"delete"
/>
{{
index66
}}
删除分组
</a-button>
<a-button
style=
"color: darkred"
type=
"link"
@
click=
"delGroup(index66)"
><a-icon
type=
"delete"
/>
{{
index66
}}
删除分组
</a-button>
</a-col>
</a-col>
</a-row>
</a-row>
{{
item66
}}
<div
v-if=
"JSON.stringify(loopContent[index66]) !== '[]'"
style=
"width: 90%; padding: 20px; margin-bottom: 20px"
>
<div
v-if=
"JSON.stringify(loopContent[index66]) !== '[]'"
style=
"width: 90%; padding: 20px; margin-bottom: 20px"
>
<!--
<span
v-if=
"index66 !== 'data'"
>
与
</span>
-->
<!--
<span
v-if=
"index66 !== 'data'"
>
与
</span>
-->
<!--
{{
item66
}}
-->
<!--
{{
item66
}}
-->
...
@@ -86,7 +86,10 @@
...
@@ -86,7 +86,10 @@
</a-select>
</a-select>
</a-form-item>
-->
</a-form-item>
-->
<!--
{{
item
}}
-->
<!--
{{
item
}}
-->
{{
item
}}
<!--
{{
item
}}
-->
<div
v-for=
"(item77, index) in item"
:key=
'index'
>
<!--
{{
item77
}}
-->
</div>
<a-form-item>
<a-form-item>
<a-select
style=
"width: 120px"
placeholder=
'请选择条件'
v-decorator=
"['relation-' + index66 +'-' + index,
{initialValue: item.relation, validateTrigger:'blur',rules: []}]">
<a-select
style=
"width: 120px"
placeholder=
'请选择条件'
v-decorator=
"['relation-' + index66 +'-' + index,
{initialValue: item.relation, validateTrigger:'blur',rules: []}]">
<a-select-option
value=
'and'
>
与
</a-select-option>
<a-select-option
value=
'and'
>
与
</a-select-option>
...
...
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