Commit b2fd7d5c authored by 赵啸非's avatar 赵啸非

添加统计异常详细信息

parent e14c975f
......@@ -226,6 +226,7 @@ export default {
this.$forceUpdate();
},
beforeRender(row) {
this.tableData.dict=row.dict;
row.data.forEach((element) => {
if (
element.attendanceStaffStatEntities &&
......@@ -254,6 +255,7 @@ export default {
{(v.goWorkDate = timestampToTime(v.goWorkDate, 6))}
{" "} 打卡结果:
{this.tableData.dict.goWorkResult[v.goWorkResult]}
</span>
)}
{v.offWorkResult == 1 ? (
......@@ -261,6 +263,7 @@ export default {
打卡时间:
{(v.offWorkDate = timestampToTime(v.offWorkDate, 6))}
{" "} 打卡结果:
{this.tableData.dict.offWorkResult[v.offWorkResult]}
</span>
) : (
......
......@@ -17,8 +17,8 @@ module.exports = {
hot: true,//自动保存
proxy: {
'/attendance': {
target: 'http://192.168.0.98:11039',
// target: 'http://112.19.80.237:11039',
//target: 'http://192.168.0.98:11039',
target: 'http://112.19.80.237:11039',
// target: 'http://localhost:17500',
changeOrigin: true,
secure: false,
......
......@@ -33,7 +33,7 @@ Authorization: {{authToken}}
Content-Type: application/json
{
"attendanceDateStart":"2023-12-01",
"attendanceDateStart":"2024-01-01",
"attendanceDateEnd":"2024-01-03"
}
......@@ -43,7 +43,7 @@ POST {{baseUrl}}//attendance/stat/summary
Authorization: {{authToken}}
Content-Type: application/json
{"summaryTimeStart":"2023-12-01","summaryTimeEnd":"2024-01-03"}
{"summaryTimeStart":"2024-01-01","summaryTimeEnd":"2024-01-03"}
###短信设置编辑
......
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