Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
H
hs-sky-ui
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
何虹
hs-sky-ui
Commits
7f153bf8
Commit
7f153bf8
authored
Jan 26, 2021
by
何虹
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
测试
parent
8527d4c5
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
51 additions
and
46 deletions
+51
-46
index.vue
src/packages/hs-jsoneditor/src/index.vue
+1
-0
child.vue
src/packages/hs-tags-table/src/child.vue
+50
-46
No files found.
src/packages/hs-jsoneditor/src/index.vue
View file @
7f153bf8
<
template
>
<
template
>
<el-dialog
<el-dialog
v-if=
'innervisible'
top=
"10px"
top=
"10px"
id=
"jsonEditorBox"
id=
"jsonEditorBox"
@
opened=
"dialogOpen"
@
opened=
"dialogOpen"
...
...
src/packages/hs-tags-table/src/child.vue
View file @
7f153bf8
...
@@ -29,15 +29,13 @@
...
@@ -29,15 +29,13 @@
</div>
</div>
</div>
</div>
<hs-iframe-dialog
ref=
'appIframePageBox'
></hs-iframe-dialog>
<hs-iframe-dialog
ref=
'appIframePageBox'
></hs-iframe-dialog>
<el-dialog
<hs-dialog
:close-on-click-modal=
'false'
ref=
'hsDialog'
:before-close=
'beforeClose'
:visible=
'dialogTableVisible'
append-to-body
:config=
'dialogConfig'
center
@
close=
'beforeClose'
title=
"查询"
:visible
.
sync=
"dialogTableVisible"
width=
"65%"
>
>
<div
slot=
"body"
>
<div
v-if=
'dialogTableVisible'
>
<div
v-if=
'dialogTableVisible'
>
<el-tag
<el-tag
@
click=
"itemClick(item)"
@
click=
"itemClick(item)"
...
@@ -71,10 +69,8 @@
...
@@ -71,10 +69,8 @@
v-bind=
"$attrs"
v-bind=
"$attrs"
>
>
</hs-table>
</hs-table>
<div
</div>
slot=
"footer"
<div
slot=
"footer"
class=
"dialogTableVisible-box-footer"
>
class=
"dialog-footer"
>
<el-button
<el-button
size=
"mini"
size=
"mini"
v-show=
"configData.showDialogAdd"
v-show=
"configData.showDialogAdd"
...
@@ -91,7 +87,7 @@
...
@@ -91,7 +87,7 @@
@
click=
"submit"
@
click=
"submit"
>
确 定
</el-button>
>
确 定
</el-button>
</div>
</div>
</
el
-dialog>
</
hs
-dialog>
</div>
</div>
</
template
>
</
template
>
...
@@ -120,7 +116,11 @@ export default {
...
@@ -120,7 +116,11 @@ export default {
tableData
:
[],
tableData
:
[],
searchForm
:
{},
searchForm
:
{},
firstQuery
:
true
,
firstQuery
:
true
,
hsTablePaging
:
null
hsTablePaging
:
null
,
dialogConfig
:
{
title
:
'查询'
,
width
:
'60%'
}
}
}
},
},
computed
:
{
computed
:
{
...
@@ -272,7 +272,7 @@ export default {
...
@@ -272,7 +272,7 @@ export default {
}
}
},
},
submit
()
{
submit
()
{
le
t
resultList
=
this
.
tableData
.
filter
(
x
=>
x
.
isSelected
)
cons
t
resultList
=
this
.
tableData
.
filter
(
x
=>
x
.
isSelected
)
const
list
=
[]
const
list
=
[]
const
{
submitClick
,
valueField
,
displayField
}
=
this
.
configData
const
{
submitClick
,
valueField
,
displayField
}
=
this
.
configData
resultList
.
forEach
(
item
=>
{
resultList
.
forEach
(
item
=>
{
...
@@ -410,4 +410,8 @@ export default {
...
@@ -410,4 +410,8 @@ export default {
display
:
flex
;
display
:
flex
;
justify-content
:
flex-end
;
justify-content
:
flex-end
;
}
}
.dialogTableVisible-box-footer
{
display
:
flex
;
justify-content
:
flex-end
;
}
</
style
>
</
style
>
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