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
dc9a9698
Commit
dc9a9698
authored
Jul 19, 2023
by
王启林
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
推
parent
50f4e654
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
1 deletion
+9
-1
attendance-performance-manager-ui/admin/src/views/feedback/addQuestion/list.vue
...-manager-ui/admin/src/views/feedback/addQuestion/list.vue
+9
-1
No files found.
attendance-performance-manager-ui/admin/src/views/feedback/addQuestion/list.vue
View file @
dc9a9698
...
...
@@ -56,7 +56,7 @@
<el-form-item
label=
"问卷封面:"
label-width=
"125px"
>
<div
style=
"display: flex;align-items: center;"
>
<img
style=
"width:80px; height: 80px; margin-right: 10px;cursor: pointer;"
v-for=
"(i, j) in coverImg"
:key=
"j"
:src=
"ImgUrl + '/' + i.url"
alt=
""
v-for=
"(i, j) in coverImg"
:key=
"j"
:src=
"
show
ImgUrl + '/' + i.url"
alt=
""
:class=
"selImg == j ? 'selImg' : ''"
@
click=
"selImg = j"
>
<el-upload
v-show=
"coverImg.length < 4"
:action=
"ImgUrl + '/attendance/file/commonupload'"
accept=
"image/jpeg,image/png,image/jpg"
list-type=
"picture-card"
class=
"upload"
...
...
@@ -185,6 +185,7 @@ export default {
editStyle
:
false
,
loadingstate
:
false
,
ImgUrl
:
process
.
env
.
VUE_APP_API_BASE_URL
,
showImgUrl
:
''
,
coverImg
:
[],
weblink
:
0
,
...
...
@@ -198,6 +199,13 @@ export default {
}
}
},
created
(){
if
(
process
.
env
.
NODE_ENV
==
"
development
"
){
this
.
showImgUrl
=
process
.
env
.
VUE_APP_API_BASE_URL
}
else
{
this
.
showImgUrl
=
''
}
},
mounted
()
{
console
.
log
(
process
.
env
.
VUE_APP_API_BASE_URL
)
this
.
getDeptData
()
...
...
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