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
785359ef
Commit
785359ef
authored
May 20, 2024
by
姬鋆屾
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
推修改考勤汇总单条数据表格错位的问题
parent
14f340f4
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
11 deletions
+6
-11
attendance-performance-manager-ui/admin/src/components/DataTableSelect.vue
...mance-manager-ui/admin/src/components/DataTableSelect.vue
+1
-1
attendance-performance-manager-ui/admin/src/views/attendance/stat/list.vue
...mance-manager-ui/admin/src/views/attendance/stat/list.vue
+5
-10
No files found.
attendance-performance-manager-ui/admin/src/components/DataTableSelect.vue
View file @
785359ef
...
...
@@ -12,7 +12,7 @@
:row-class-name=
"tableRowClassName"
:empty-text=
"emptytxt ? emptytxt : emptyText"
border
:height=
"
height
"
:height=
"
tableData.length >= 10 ? '680px' : ''
"
style=
"width: 100%"
>
<template
v-for=
"column in columns"
>
...
...
attendance-performance-manager-ui/admin/src/views/attendance/stat/list.vue
View file @
785359ef
...
...
@@ -255,6 +255,7 @@ export default {
},
beforeRender
(
row
)
{
this
.
tableData
.
dict
=
row
.
dict
;
row
.
data
.
forEach
((
element
)
=>
{
if
(
element
.
attendanceStaffStatEntities
&&
...
...
@@ -321,6 +322,9 @@ export default {
});
}
});
this
.
$nextTick
(()
=>
{
this
.
$refs
.
layoutTable
.
doLayout
();
});
return
row
;
},
/** 重写新增方法 */
...
...
@@ -401,7 +405,7 @@ export default {
config
:
{
showType
:
"
tableSelect
"
,
isshowTabPane
:
true
,
height
:
"
680px
"
,
height
:
""
,
search
:
[
{
name
:
"
salaId
"
,
...
...
@@ -456,15 +460,6 @@ export default {
show
:
true
,
},
//{
// label: "窗口类别",
// prop: "windowCategory",
// fixed: "left",
//width: 100,
//formatter: this.formatter,
//show: true,
//},
{
label
:
"
员工姓名
"
,
prop
:
"
staffName
"
,
...
...
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