Commit 28bbb296 authored by 姬鋆屾's avatar 姬鋆屾

推合并解决冲突

parent 2b175369
...@@ -226,7 +226,7 @@ export default { ...@@ -226,7 +226,7 @@ export default {
this.$forceUpdate(); this.$forceUpdate();
}, },
beforeRender(row) { beforeRender(row) {
this.tableData.dict=row.dict; this.tableData.dict = row.dict;
row.data.forEach((element) => { row.data.forEach((element) => {
if ( if (
element.attendanceStaffStatEntities && element.attendanceStaffStatEntities &&
...@@ -255,7 +255,6 @@ export default { ...@@ -255,7 +255,6 @@ 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 ? (
...@@ -263,7 +262,6 @@ export default { ...@@ -263,7 +262,6 @@ 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>
) : ( ) : (
......
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