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
6a1a6423
Commit
6a1a6423
authored
Jul 15, 2023
by
王启林
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
推
parent
ba5c1535
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
6 deletions
+18
-6
attendance-performance-manager-ui/admin/src/views/feedback/questionnaire/list.vue
...anager-ui/admin/src/views/feedback/questionnaire/list.vue
+18
-6
No files found.
attendance-performance-manager-ui/admin/src/views/feedback/questionnaire/list.vue
View file @
6a1a6423
...
...
@@ -14,9 +14,10 @@
<el-button
type=
"success"
@
click=
"drawer = true"
>
预览
</el-button>
</div>
<div
style=
"margin: 10px 0;"
>
<el-tag
:type=
"feedbackData.processStatus ? feedbackData.processStatus = 1 ? 'success' : 'info' : 'danger'"
>
{{
feedbackData
.
processStatus
?
feedbackData
.
processStatus
==
1
?
'
进行中
'
:
'
已结束
'
:
'
未开始
'
}}
</el-tag>
<el-tag
:type=
"feedbackData.processStatus ? feedbackData.processStatus = 1 ? 'success' : 'info' : 'danger'"
>
{{
feedbackData
.
processStatus
?
feedbackData
.
processStatus
==
1
?
'
进行中
'
:
'
已结束
'
:
'
未开始
'
}}
</el-tag>
反馈时间:
{{
feedbackData
.
timeStart
}}
~
{{
feedbackData
.
timeEnd
}}
</div>
...
...
@@ -32,8 +33,8 @@
</div>
<!--
<el-button
class=
"m15"
type=
"primary"
size=
"small"
>
导出数据
</el-button>
-->
<div
class=
"lBox m15"
>
<el-table
ref=
"multipleTable"
:data=
"staffList.data"
tooltip-effect=
"dark"
border
style=
"width: 100%;
max-height: 450px;
background-color: transparent; text-align: center;"
<el-table
ref=
"multipleTable"
:data=
"staffList.data"
height=
"450"
tooltip-effect=
"dark"
border
style=
"width: 100%;background-color: transparent; text-align: center;"
@
selection-change=
"handleSelectionChange"
:header-cell-style=
"
{ 'text-align': 'center' }"
:cell-style="{ 'text-align': 'center' }">
<el-table-column
type=
"selection"
width=
"55"
>
...
...
@@ -239,7 +240,7 @@ export default {
}
})
this
.
staffList
.
data
=
arr
}
else
if
(
val
==
3
)
{
}
else
if
(
val
==
3
)
{
this
.
staffList
.
data
.
forEach
(
i
=>
{
if
(
!
i
.
backStatus
)
{
arr
.
push
(
i
)
...
...
@@ -282,6 +283,17 @@ export default {
})
},
handleCurrentChange
(
val
)
{
console
.
log
(
val
)
this
.
staff
.
page
=
val
let
id
=
localStorage
.
getItem
(
'
checkFeedbackId
'
)
this
.
getStaffData
(
id
)
},
handleSizeChange
(
val
){
this
.
staff
.
size
=
val
let
id
=
localStorage
.
getItem
(
'
checkFeedbackId
'
)
this
.
getStaffData
(
id
)
},
getStaffData
(
id
)
{
//人员数据
this
.
$post
(
'
/feedback/getStaffList
'
,
{
feedbackId
:
id
,
size
:
this
.
staff
.
size
,
page
:
this
.
staff
.
page
}).
then
(
res
=>
{
...
...
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