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
deaa8e0d
Commit
deaa8e0d
authored
Jan 18, 2024
by
姬鋆屾
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
推添加列表搜索条件
parent
bcb621fb
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
28 additions
and
16 deletions
+28
-16
attendance-performance-manager-ui/admin/src/views/check/window/perform/list.vue
...-manager-ui/admin/src/views/check/window/perform/list.vue
+12
-12
attendance-performance-manager-ui/admin/src/views/check/window/workman/perform/list.vue
...-ui/admin/src/views/check/window/workman/perform/list.vue
+16
-4
No files found.
attendance-performance-manager-ui/admin/src/views/check/window/perform/list.vue
View file @
deaa8e0d
...
@@ -80,22 +80,22 @@ export default {
...
@@ -80,22 +80,22 @@ export default {
isshowTabPane
:
true
,
isshowTabPane
:
true
,
search
:
[
search
:
[
{
{
name
:
"
year
"
,
name
:
"
deptId
"
,
type
:
"
tex
t
"
,
type
:
"
selec
t
"
,
label
:
"
考核年度
"
,
label
:
"
所属部门
"
,
fuzzy
:
tru
e
,
fuzzy
:
fals
e
,
},
},
{
{
name
:
"
windowId
"
,
name
:
"
checkStatus
"
,
type
:
"
tex
t
"
,
type
:
"
selec
t
"
,
label
:
"
窗口ID
"
,
label
:
"
核查状态
"
,
fuzzy
:
tru
e
,
fuzzy
:
fals
e
,
},
},
{
{
name
:
"
ownerId
"
,
name
:
"
createTimeMonth
"
,
type
:
"
text
"
,
type
:
"
month
"
,
label
:
"
窗口负责人id
"
,
label
:
"
请选择月份
"
,
fuzzy
:
tru
e
,
fuzzy
:
fals
e
,
},
},
],
],
columns
:
[
columns
:
[
...
...
attendance-performance-manager-ui/admin/src/views/check/window/workman/perform/list.vue
View file @
deaa8e0d
...
@@ -81,10 +81,22 @@ export default {
...
@@ -81,10 +81,22 @@ export default {
isshowTabPane
:
true
,
isshowTabPane
:
true
,
search
:
[
search
:
[
{
{
name
:
"
year
"
,
name
:
"
deptId
"
,
type
:
"
text
"
,
type
:
"
select
"
,
label
:
"
考核年度
"
,
label
:
"
所属部门
"
,
fuzzy
:
true
,
fuzzy
:
false
,
},
{
name
:
"
checkStatus
"
,
type
:
"
select
"
,
label
:
"
核查状态
"
,
fuzzy
:
false
,
},
{
name
:
"
createTimeMonth
"
,
type
:
"
month
"
,
label
:
"
请选择月份
"
,
fuzzy
:
false
,
},
},
],
],
columns
:
[
columns
:
[
...
...
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