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

添加统计异常详细信息

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