Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
attendance-performance-platform
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
赵啸非
attendance-performance-platform
Commits
abd7e7c2
Commit
abd7e7c2
authored
Jul 06, 2023
by
王启林
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
推
parent
439cd50e
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
3 deletions
+16
-3
attendance-performance-manager-ui/admin/src/views/feedback/addQuestion/list.vue
...-manager-ui/admin/src/views/feedback/addQuestion/list.vue
+16
-3
No files found.
attendance-performance-manager-ui/admin/src/views/feedback/addQuestion/list.vue
View file @
abd7e7c2
...
@@ -12,10 +12,16 @@
...
@@ -12,10 +12,16 @@
round
>
生成表单JSON
</el-button>
round
>
生成表单JSON
</el-button>
<el-button
icon=
"el-icon-download"
type=
"success"
size=
"small"
@
click=
"getFormOption()"
<el-button
icon=
"el-icon-download"
type=
"success"
size=
"small"
@
click=
"getFormOption()"
round
>
生成表单配置
</el-button>
round
>
生成表单配置
</el-button>
<el-button
icon=
"el-icon-upload"
type=
"success"
size=
"small"
@
click=
"
getFormOption()
"
<el-button
icon=
"el-icon-upload"
type=
"success"
size=
"small"
@
click=
"
drawer = true
"
round
>
预览
</el-button>
round
>
预览
</el-button>
</el-row>
</el-row>
</div>
</div>
<el-drawer
title=
"预览"
:visible.sync=
"drawer"
:with-header=
"false"
>
<div
class=
"showPhone"
>
<div>
预览
</div>
</div>
</el-drawer>
</el-tab-pane>
</el-tab-pane>
</el-tabs>
</el-tabs>
</div>
</div>
...
@@ -26,7 +32,8 @@
...
@@ -26,7 +32,8 @@
export
default
{
export
default
{
data
()
{
data
()
{
return
{
return
{
tabs
:
'
1
'
tabs
:
'
1
'
,
drawer
:
false
,
}
}
},
},
methods
:
{
methods
:
{
...
@@ -46,11 +53,17 @@ export default {
...
@@ -46,11 +53,17 @@ export default {
</
script
>
</
script
>
<
style
lang=
"less"
scoped
>
<
style
lang=
"less"
scoped
>
.backBtn{
.showPhone{
border: 1px solid;
height: 100%;
width: 100%;
}
.backBtn {
position: absolute;
position: absolute;
right: 20px;
right: 20px;
z-index: 99;
z-index: 99;
}
}
.tool {
.tool {
margin-top: 20px;
margin-top: 20px;
text-align: center;
text-align: center;
...
...
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