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
41605057
Commit
41605057
authored
Mar 13, 2024
by
姬鋆屾
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
推修改员工管理点击分页后再点击其他部门查询不到数据得问题;修改自定义列表功能不生效的问题
parent
556ca096
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
30 additions
and
30 deletions
+30
-30
attendance-performance-manager-ui/admin/src/components/DataTable.vue
...performance-manager-ui/admin/src/components/DataTable.vue
+28
-30
attendance-performance-manager-ui/admin/src/views/staff/list.vue
...nce-performance-manager-ui/admin/src/views/staff/list.vue
+2
-0
No files found.
attendance-performance-manager-ui/admin/src/components/DataTable.vue
View file @
41605057
...
@@ -16,9 +16,8 @@
...
@@ -16,9 +16,8 @@
:height=
"height"
:height=
"height"
style=
"width: 100%"
style=
"width: 100%"
>
>
<template
v-for=
"column in columns"
>
<el-table-column
<el-table-column
v-if=
"column.show
"
v-for=
"column in columns
"
:key=
"column.prop"
:key=
"column.prop"
:type=
"column.type"
:type=
"column.type"
:index=
"handleIndexMethod"
:index=
"handleIndexMethod"
...
@@ -46,7 +45,6 @@
...
@@ -46,7 +45,6 @@
:formatter=
"sunColumn.formatter"
:formatter=
"sunColumn.formatter"
/>
/>
</el-table-column>
</el-table-column>
</
template
>
</el-table>
</el-table>
</
template
>
</
template
>
...
...
attendance-performance-manager-ui/admin/src/views/staff/list.vue
View file @
41605057
...
@@ -346,6 +346,7 @@ export default {
...
@@ -346,6 +346,7 @@ export default {
this
.
tableData
.
staff
.
refreshDate
,
this
.
tableData
.
staff
.
refreshDate
,
6
6
);
);
this
.
$refs
.
layoutTable
.
showType
=
"
tableSelect
"
;
},
},
},
},
data
()
{
data
()
{
...
@@ -367,6 +368,7 @@ export default {
...
@@ -367,6 +368,7 @@ export default {
url
:
process
.
env
.
VUE_APP_API_BASE_URL
+
"
/staff/importData
"
,
url
:
process
.
env
.
VUE_APP_API_BASE_URL
+
"
/staff/importData
"
,
},
},
config
:
{
config
:
{
showType
:
"
tableSelect
"
,
search
:
[
search
:
[
{
{
name
:
"
name
"
,
name
:
"
name
"
,
...
...
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