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
84cd6152
Commit
84cd6152
authored
Jul 17, 2024
by
姬鋆屾
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
提交
parent
70b17ef5
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
20 additions
and
2 deletions
+20
-2
src/views/attendance/stat/list.vue
src/views/attendance/stat/list.vue
+12
-0
src/views/staff/perform/summary/list.vue
src/views/staff/perform/summary/list.vue
+8
-2
No files found.
src/views/attendance/stat/list.vue
View file @
84cd6152
...
...
@@ -60,6 +60,14 @@
:loading=
"btnFreshLoading"
>
手动更新
</el-button
>
<span
class=
"freshTime"
slot=
"table-head-left2"
>
<i
class=
"el-icon-refresh"
></i>
<span
>
上次考勤汇总时间:
{{
tableData
.
dict
.
summaryTime
?
tableData
.
dict
.
summaryTime
:
"
--
"
}}
</span
>
</span>
</LayoutTable>
<dialog-show
ref=
"dialogform"
@
ok=
"getData"
/>
<!-- 导出表格设置 -->
...
...
@@ -814,4 +822,8 @@ export default {
margin: 20px 0;
color: #999;
}
.freshTime {
color: #999;
font-size: 14px;
}
</
style
>
src/views/staff/perform/summary/list.vue
View file @
84cd6152
...
...
@@ -23,7 +23,7 @@
<span
class=
"freshTime"
slot=
"table-head-left2"
>
<i
class=
"el-icon-refresh"
></i>
<span
>
上次
同步
时间:
{{
>
上次
绩效汇总
时间:
{{
tableData
.
dict
.
summaryTime
?
tableData
.
dict
.
summaryTime
:
"
--
"
}}
</span
>
...
...
@@ -352,13 +352,19 @@ export default {
{
type
:
"
selection
"
,
width
:
60
},
{
type
:
"
index
"
,
label
:
"
序号
"
,
width
:
50
},
{
label
:
"
姓名
"
,
prop
:
"
staffName
"
,
formatter
:
this
.
formatter
},
{
label
:
"
姓名
"
,
prop
:
"
staffName
"
,
formatter
:
this
.
formatter
,
fixed
:
"
left
"
,
},
{
label
:
"
工号
"
,
prop
:
"
workNum
"
,
formatter
:
this
.
formatter
,
width
:
80
,
fixed
:
"
left
"
,
},
{
...
...
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