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
1e389e98
Commit
1e389e98
authored
Jan 18, 2024
by
姬鋆屾
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
推添加列表搜索条件
parent
50826fb2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
3 deletions
+14
-3
attendance-performance-manager-ui/admin/src/views/check/window/perform/list.vue
...-manager-ui/admin/src/views/check/window/perform/list.vue
+7
-1
attendance-performance-manager-ui/admin/src/views/check/window/workman/perform/list.vue
...-ui/admin/src/views/check/window/workman/perform/list.vue
+7
-2
No files found.
attendance-performance-manager-ui/admin/src/views/check/window/perform/list.vue
View file @
1e389e98
<
template
>
<
template
>
<div
class=
"page"
>
<div
class=
"page"
>
<div
class=
"btn_box"
style=
"position: absolute;top: 5
2
px;left: 10px;"
>
<div
class=
"btn_box"
style=
"position: absolute;top: 5
4
px;left: 10px;"
>
<el-radio-group
v-model=
"radio1"
@
input=
"changeRadio"
>
<el-radio-group
v-model=
"radio1"
@
input=
"changeRadio"
>
<el-radio-button
label=
"1"
>
窗口考核
</el-radio-button>
<el-radio-button
label=
"1"
>
窗口考核
</el-radio-button>
<el-radio-button
label=
"2"
>
工作人员考核
</el-radio-button>
<el-radio-button
label=
"2"
>
工作人员考核
</el-radio-button>
...
@@ -97,6 +97,12 @@ export default {
...
@@ -97,6 +97,12 @@ export default {
label
:
"
请选择月份
"
,
label
:
"
请选择月份
"
,
fuzzy
:
false
,
fuzzy
:
false
,
},
},
{
name
:
"
staffName
"
,
type
:
"
text
"
,
label
:
"
请输入窗口负责人姓名搜索
"
,
fuzzy
:
false
,
},
],
],
columns
:
[
columns
:
[
{
type
:
"
selection
"
,
width
:
60
},
{
type
:
"
selection
"
,
width
:
60
},
...
...
attendance-performance-manager-ui/admin/src/views/check/window/workman/perform/list.vue
View file @
1e389e98
<
template
>
<
template
>
<div
class=
"page"
>
<div
class=
"page"
>
<div
class=
"btn_box"
style=
"position: absolute;top: 5
2
px;left: 10px;"
>
<div
class=
"btn_box"
style=
"position: absolute;top: 5
4
px;left: 10px;"
>
<el-radio-group
v-model=
"radio1"
@
input=
"changeRadio"
>
<el-radio-group
v-model=
"radio1"
@
input=
"changeRadio"
>
<el-radio-button
label=
"1"
>
窗口考核
</el-radio-button>
<el-radio-button
label=
"1"
>
窗口考核
</el-radio-button>
<el-radio-button
label=
"2"
>
工作人员考核
</el-radio-button>
<el-radio-button
label=
"2"
>
工作人员考核
</el-radio-button>
...
@@ -33,7 +33,6 @@ export default {
...
@@ -33,7 +33,6 @@ export default {
},
},
mixins
:
[
table
],
mixins
:
[
table
],
created
()
{
created
()
{
console
.
log
(
123
);
this
.
getData
();
this
.
getData
();
},
},
methods
:
{
methods
:
{
...
@@ -98,6 +97,12 @@ export default {
...
@@ -98,6 +97,12 @@ export default {
label
:
"
请选择月份
"
,
label
:
"
请选择月份
"
,
fuzzy
:
false
,
fuzzy
:
false
,
},
},
{
name
:
"
staffName
"
,
type
:
"
text
"
,
label
:
"
请输入窗口负责人姓名搜索
"
,
fuzzy
:
false
,
},
],
],
columns
:
[
columns
:
[
{
type
:
"
selection
"
,
width
:
60
},
{
type
:
"
selection
"
,
width
:
60
},
...
...
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