Commit 84cd6152 authored by 姬鋆屾's avatar 姬鋆屾

提交

parent 70b17ef5
...@@ -60,6 +60,14 @@ ...@@ -60,6 +60,14 @@
:loading="btnFreshLoading" :loading="btnFreshLoading"
>手动更新</el-button >手动更新</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> </LayoutTable>
<dialog-show ref="dialogform" @ok="getData" /> <dialog-show ref="dialogform" @ok="getData" />
<!-- 导出表格设置 --> <!-- 导出表格设置 -->
...@@ -814,4 +822,8 @@ export default { ...@@ -814,4 +822,8 @@ export default {
margin: 20px 0; margin: 20px 0;
color: #999; color: #999;
} }
.freshTime {
color: #999;
font-size: 14px;
}
</style> </style>
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
<span class="freshTime" slot="table-head-left2"> <span class="freshTime" slot="table-head-left2">
<i class="el-icon-refresh"></i> <i class="el-icon-refresh"></i>
<span <span
>上次同步时间:{{ >上次绩效汇总时间:{{
tableData.dict.summaryTime ? tableData.dict.summaryTime : "--" tableData.dict.summaryTime ? tableData.dict.summaryTime : "--"
}}</span }}</span
> >
...@@ -352,13 +352,19 @@ export default { ...@@ -352,13 +352,19 @@ export default {
{ type: "selection", width: 60 }, { type: "selection", width: 60 },
{ type: "index", label: "序号", width: 50 }, { type: "index", label: "序号", width: 50 },
{ label: "姓名", prop: "staffName", formatter: this.formatter }, {
label: "姓名",
prop: "staffName",
formatter: this.formatter,
fixed: "left",
},
{ {
label: "工号", label: "工号",
prop: "workNum", prop: "workNum",
formatter: this.formatter, formatter: this.formatter,
width: 80, width: 80,
fixed: "left",
}, },
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment