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
a79ae1c7
Commit
a79ae1c7
authored
Jul 28, 2023
by
王启林
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
推
parent
46e374b9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
7 deletions
+8
-7
attendance-performance-manager-ui/admin/src/views/feedback/addQuestion/list.vue
...-manager-ui/admin/src/views/feedback/addQuestion/list.vue
+8
-7
No files found.
attendance-performance-manager-ui/admin/src/views/feedback/addQuestion/list.vue
View file @
a79ae1c7
...
...
@@ -73,7 +73,8 @@
</el-date-picker>
</el-form-item>
<el-form-item
label=
"邀请人员:"
label-width=
"125px"
>
<el-button
size=
"small"
type=
"success"
@
click=
"treeDialog = 1"
>
选择人员
</el-button>
<el-button
size=
"small"
type=
"success"
@
click=
"treeDialog = 1"
>
{{
checkedUser.length > 0 ? `已选择 ${checkedUser.length} 人` : '选择人员 + ' }}
</el-button>
</el-form-item>
<div
style=
"text-align: center;"
>
<el-button
size=
"small"
@
click=
"issueDialog = false"
>
取消
</el-button>
...
...
@@ -185,7 +186,7 @@ export default {
editStyle
:
false
,
loadingstate
:
false
,
ImgUrl
:
process
.
env
.
VUE_APP_API_BASE_URL
,
showImgUrl
:
''
,
showImgUrl
:
''
,
coverImg
:
[],
weblink
:
0
,
...
...
@@ -199,11 +200,11 @@ export default {
}
}
},
created
(){
if
(
process
.
env
.
NODE_ENV
==
"
development
"
)
{
this
.
showImgUrl
=
process
.
env
.
VUE_APP_API_BASE_URL
}
else
{
this
.
showImgUrl
=
''
created
()
{
if
(
process
.
env
.
NODE_ENV
==
"
development
"
)
{
this
.
showImgUrl
=
process
.
env
.
VUE_APP_API_BASE_URL
}
else
{
this
.
showImgUrl
=
''
}
},
mounted
()
{
...
...
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