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

推合并解决冲突

parent 2b175369
......@@ -226,7 +226,7 @@ export default {
this.$forceUpdate();
},
beforeRender(row) {
this.tableData.dict=row.dict;
this.tableData.dict = row.dict;
row.data.forEach((element) => {
if (
element.attendanceStaffStatEntities &&
......@@ -255,7 +255,6 @@ export default {
{(v.goWorkDate = timestampToTime(v.goWorkDate, 6))}
{" "} 打卡结果:
{this.tableData.dict.goWorkResult[v.goWorkResult]}
</span>
)}
{v.offWorkResult == 1 ? (
......@@ -263,7 +262,6 @@ export default {
打卡时间:
{(v.offWorkDate = timestampToTime(v.offWorkDate, 6))}
{" "} 打卡结果:
{this.tableData.dict.offWorkResult[v.offWorkResult]}
</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