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
d3b3d56f
Commit
d3b3d56f
authored
Jan 04, 2024
by
姬鋆屾
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
推合并解决冲突
parent
28bbb296
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
attendance-performance-manager-ui/admin/src/components/SearchForm.vue
...erformance-manager-ui/admin/src/components/SearchForm.vue
+2
-2
attendance-performance-manager-ui/admin/src/views/attendance/stat/list.vue
...mance-manager-ui/admin/src/views/attendance/stat/list.vue
+1
-0
No files found.
attendance-performance-manager-ui/admin/src/components/SearchForm.vue
View file @
d3b3d56f
...
@@ -32,7 +32,7 @@
...
@@ -32,7 +32,7 @@
v-model=
"form[item.name]"
v-model=
"form[item.name]"
:filterable=
"item.filterable"
:filterable=
"item.filterable"
:multiple=
"item.multiple"
:multiple=
"item.multiple"
clearable=
"true"
:
clearable=
"true"
@
change=
"item.change"
@
change=
"item.change"
@
clear=
"item.clear"
@
clear=
"item.clear"
v-if=
"item.type === 'select'"
v-if=
"item.type === 'select'"
...
@@ -79,7 +79,7 @@
...
@@ -79,7 +79,7 @@
v-if=
"item.type === 'cascader'"
v-if=
"item.type === 'cascader'"
v-model=
"selectedTreeID"
v-model=
"selectedTreeID"
:filterable=
"item.filterable"
:filterable=
"item.filterable"
clearable=
"true"
:
clearable=
"true"
change-on-select
change-on-select
@
change=
"treeSelecteds"
@
change=
"treeSelecteds"
:options=
"treeDatas"
:options=
"treeDatas"
...
...
attendance-performance-manager-ui/admin/src/views/attendance/stat/list.vue
View file @
d3b3d56f
...
@@ -355,6 +355,7 @@ export default {
...
@@ -355,6 +355,7 @@ export default {
},
},
data
()
{
data
()
{
return
{
return
{
isExport
:
false
,
config
:
{
config
:
{
showType
:
"
tableSelect
"
,
showType
:
"
tableSelect
"
,
isshowTabPane
:
true
,
isshowTabPane
:
true
,
...
...
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