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-manager-ui
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-manager-ui
Commits
c8f3757a
Commit
c8f3757a
authored
10 months ago
by
姬鋆屾
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
提交添加大厅和部门展示
parent
1da9aff4
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
44 additions
and
8 deletions
+44
-8
src/components/SearchForm.vue
src/components/SearchForm.vue
+3
-1
src/views/attendance/leave/record/list.vue
src/views/attendance/leave/record/list.vue
+20
-4
src/views/attendance/vacation/balance/list.vue
src/views/attendance/vacation/balance/list.vue
+21
-3
No files found.
src/components/SearchForm.vue
View file @
c8f3757a
...
...
@@ -275,7 +275,9 @@ export default {
this
.
$route
.
name
==
"
window/owner/list
"
||
this
.
$route
.
name
==
"
staff/perform/summary/list
"
||
this
.
$route
.
name
==
"
attendance/record/list
"
||
this
.
$route
.
name
==
"
attendance/record/error/list
"
this
.
$route
.
name
==
"
attendance/record/error/list
"
||
this
.
$route
.
name
==
"
attendance/leave/record/list
"
||
this
.
$route
.
name
==
"
attendance/vacation/balance/list
"
)
{
this
.
getArr
();
}
...
...
This diff is collapsed.
Click to expand it.
src/views/attendance/leave/record/list.vue
View file @
c8f3757a
...
...
@@ -84,10 +84,16 @@ export default {
label
:
"
电话号码
"
,
fuzzy
:
true
,
},
{
name
:
"
salaId
"
,
type
:
"
selectSalaId
"
,
label
:
"
大厅
"
,
fuzzy
:
false
,
},
{
name
:
"
deptId
"
,
type
:
"
select
"
,
label
:
"
全部
部门
"
,
type
:
"
select
DeptId
"
,
label
:
"
部门
"
,
fuzzy
:
false
,
},
{
...
...
@@ -118,8 +124,18 @@ export default {
// {label: "所属部门id", prop: "deptId", formatter: this.formatter},
{
label
:
"
所属部门
"
,
prop
:
"
deptId
"
,
formatter
:
this
.
formatter
},
{
label
:
"
大厅
"
,
prop
:
"
salaName
"
,
formatter
:
this
.
formatter
,
show
:
true
,
},
{
label
:
"
部门
"
,
prop
:
"
deptName
"
,
formatter
:
this
.
formatter
,
show
:
true
,
},
{
label
:
"
电话号码
"
,
prop
:
"
phoneNumber
"
},
{
...
...
This diff is collapsed.
Click to expand it.
src/views/attendance/vacation/balance/list.vue
View file @
c8f3757a
...
...
@@ -67,10 +67,17 @@ export default {
config
:
{
isshowTabPane
:
true
,
search
:
[
{
name
:
"
salaId
"
,
type
:
"
selectSalaId
"
,
label
:
"
大厅
"
,
fuzzy
:
false
,
},
{
name
:
"
deptId
"
,
type
:
"
select
"
,
label
:
"
全部部门
"
,
type
:
"
selectDeptId
"
,
label
:
"
部门
"
,
fuzzy
:
false
,
},
{
name
:
"
staffName
"
,
...
...
@@ -83,7 +90,18 @@ export default {
{
type
:
"
selection
"
,
width
:
60
},
{
type
:
"
index
"
,
label
:
"
序号
"
,
width
:
50
},
{
label
:
"
员工姓名
"
,
prop
:
"
staffName
"
},
{
label
:
"
部门名称
"
,
prop
:
"
deptName
"
},
{
label
:
"
大厅
"
,
prop
:
"
salaName
"
,
formatter
:
this
.
formatter
,
show
:
true
,
},
{
label
:
"
部门
"
,
prop
:
"
deptName
"
,
formatter
:
this
.
formatter
,
show
:
true
,
},
{
label
:
"
入职时间
"
,
prop
:
"
entryTime
"
,
...
...
This diff is collapsed.
Click to expand it.
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