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
3372bbe2
Commit
3372bbe2
authored
Apr 30, 2024
by
姬鋆屾
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tui
parent
6105943d
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
13 additions
and
6 deletions
+13
-6
src/components/SearchForm.vue
src/components/SearchForm.vue
+1
-0
src/views/perform/attend/appeal/list.vue
src/views/perform/attend/appeal/list.vue
+6
-0
src/views/perform/attend/record/list.vue
src/views/perform/attend/record/list.vue
+1
-1
src/views/perform/complain/record/list.vue
src/views/perform/complain/record/list.vue
+1
-1
src/views/perform/effect/record/list.vue
src/views/perform/effect/record/list.vue
+1
-1
src/views/perform/gowork/record/list.vue
src/views/perform/gowork/record/list.vue
+1
-1
src/views/perform/other/record/list.vue
src/views/perform/other/record/list.vue
+1
-1
src/views/perform/review/record/list.vue
src/views/perform/review/record/list.vue
+1
-1
No files found.
src/components/SearchForm.vue
View file @
3372bbe2
...
...
@@ -282,6 +282,7 @@ export default {
},
methods
:
{
salaChange
()
{
this
.
form
.
deptId
=
""
;
this
.
$get
(
"
/dept/getDeptBySalaId
"
,
{
salaId
:
this
.
form
.
salaId
})
.
then
((
res
)
=>
{
if
(
res
.
code
==
1
)
{
...
...
src/views/perform/attend/appeal/list.vue
View file @
3372bbe2
...
...
@@ -237,6 +237,7 @@ export default {
{
type
:
"
selection
"
,
width
:
60
},
{
type
:
"
index
"
,
label
:
"
序号
"
,
width
:
50
},
{
label
:
"
窗口首席代表
"
,
prop
:
"
createUserId
"
,
formatter
:
this
.
formatter
},
{
label
:
"
姓名
"
,
prop
:
"
staffName
"
,
formatter
:
this
.
formatter
},
{
label
:
"
所属大厅
"
,
prop
:
"
salaName
"
,
formatter
:
this
.
formatter
},
{
label
:
"
所属部门
"
,
prop
:
"
deptName
"
,
formatter
:
this
.
formatter
},
...
...
@@ -273,6 +274,11 @@ export default {
prop
:
"
appealTime
"
,
formatter
:
this
.
formatterDate
,
},
{
label
:
"
申诉人
"
,
prop
:
"
appealPerson
"
,
formatter
:
this
.
formatter
,
},
{
label
:
"
处理状态
"
,
...
...
src/views/perform/attend/record/list.vue
View file @
3372bbe2
...
...
@@ -204,7 +204,7 @@ export default {
{
name
:
"
staffName
"
,
type
:
"
text
"
,
label
:
"
请输入
员工姓名搜索
"
,
label
:
"
员工姓名搜索
"
,
fuzzy
:
false
,
},
],
...
...
src/views/perform/complain/record/list.vue
View file @
3372bbe2
...
...
@@ -210,7 +210,7 @@ export default {
{
name
:
"
staffName
"
,
type
:
"
text
"
,
label
:
"
请输入
员工姓名搜索
"
,
label
:
"
员工姓名搜索
"
,
fuzzy
:
false
,
},
],
...
...
src/views/perform/effect/record/list.vue
View file @
3372bbe2
...
...
@@ -212,7 +212,7 @@ export default {
{
name
:
"
staffName
"
,
type
:
"
text
"
,
label
:
"
请输入
员工姓名搜索
"
,
label
:
"
员工姓名搜索
"
,
fuzzy
:
false
,
},
],
...
...
src/views/perform/gowork/record/list.vue
View file @
3372bbe2
...
...
@@ -204,7 +204,7 @@ export default {
{
name
:
"
staffName
"
,
type
:
"
text
"
,
label
:
"
请输入
员工姓名搜索
"
,
label
:
"
员工姓名搜索
"
,
fuzzy
:
false
,
},
],
...
...
src/views/perform/other/record/list.vue
View file @
3372bbe2
...
...
@@ -204,7 +204,7 @@ export default {
{
name
:
"
staffName
"
,
type
:
"
text
"
,
label
:
"
请输入
员工姓名搜索
"
,
label
:
"
员工姓名搜索
"
,
fuzzy
:
false
,
},
],
...
...
src/views/perform/review/record/list.vue
View file @
3372bbe2
...
...
@@ -210,7 +210,7 @@ export default {
{
name
:
"
staffName
"
,
type
:
"
text
"
,
label
:
"
请输入
员工姓名搜索
"
,
label
:
"
员工姓名搜索
"
,
fuzzy
:
false
,
},
],
...
...
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