考勤
diff --git a/src/main/resources/templates/atte/dtl/index.html b/src/main/resources/templates/atte/dtl/index.html
index bf675e5..51dc8d3 100644
--- a/src/main/resources/templates/atte/dtl/index.html
+++ b/src/main/resources/templates/atte/dtl/index.html
@@ -183,7 +183,7 @@
             pageSize:10,
             totSize:0,
             currentRow: null,
-            stategrplist:[{value:0,label:'未打卡'},{value:1,label:'正常'},{value:2,label:'迟到'},{value:3,label:'请假'},{value:4,label:'旷工'},],
+
             attedtlform:{
                 startdate:Date.now(),
                 enddate:Date.now(),
@@ -246,11 +246,6 @@
                     return state_grpname(row.state);
                 }
             },
-            timenamefor:function(row){
-                if(row.timeid!=null){
-                    return timeid_grpname(row.timeid);
-                }
-            },
             query:function () {
                 this.pagesize=10;
                 this.currPage=1;
@@ -368,16 +363,6 @@
         }
     }
 
-    function timeid_grpname(grpid){
-        if(grpid!=null){
-            var list = attedtl_vue.timegrplist;
-            for(var i=0;i<list.length;i++){
-                if(list[i].value == grpid){
-                    return list[i].label;
-                }
-            }
-        }
-    }
     function class_Formatdate(date){
         if(date==null||date==''){
             return '';