2020-03-10第五次签到
@@ -49,7 +73,7 @@ class Detailss extends Component{
-
+
@@ -73,44 +97,33 @@ class Detailss extends Component{
2010-03-10 10:00-11:00
+
+
+
+ {/*
{*/}
+ {/* jsCopy("file_path"+1)*/}
+ {/*}}>*/}
+ {/* 复制签到码*/}
+ {/*
*/}
+ {/*
*/}
+ {/* 88866*/}
+ {/*
*/}
+ {/*
签到码:
*/}
-
- {
- isAdmin===true?
-
- :
- (
- this.props.defaultActiveKey==="1"?
-
- :
-
- {/*
*/}
- {/* 正常签到*/}
- {/*
*/}
-
- {/*
*/}
- {/* 请假*/}
- {/*
*/}
-
-
- 旷课
-
-
- )
-
- }
-
+
+
diff --git a/public/react/src/modules/courses/signin/component/Teacherentry.js b/public/react/src/modules/courses/signin/component/Teacherentry.js
index 408e718d3..15d02260d 100644
--- a/public/react/src/modules/courses/signin/component/Teacherentry.js
+++ b/public/react/src/modules/courses/signin/component/Teacherentry.js
@@ -101,7 +101,7 @@ class Teacherentry extends Component {
:
item.edit_auth === true ?
-
this.props.qiandaoxiangq(true)}>编辑
+
this.props.qiandaoxiangq(true,item.id)}>编辑
this.props.thisdelete(item.id)}>删除
:
diff --git a/public/react/src/modules/courses/signin/component/teachercomponent/Teaccomponent.js b/public/react/src/modules/courses/signin/component/teachercomponent/Teaccomponent.js
index 44675bb14..9159fa13a 100644
--- a/public/react/src/modules/courses/signin/component/teachercomponent/Teaccomponent.js
+++ b/public/react/src/modules/courses/signin/component/teachercomponent/Teaccomponent.js
@@ -140,7 +140,7 @@ class Teaccomponent extends Component{
mydatas.map((object, index) => {
return (
this.props.qiandaoxiangq(b)}
+ qiandaoxiangq={(b,id)=>this.props.qiandaoxiangq(b,id)}
thisdelete={(id)=>this.thisdelete(id)}
thisEnd={(id)=>this.thisEnd(id)}
item={object} key={index}
diff --git a/public/react/src/modules/courses/signin/css/signincdi.css b/public/react/src/modules/courses/signin/css/signincdi.css
index e01aea699..76c73e1be 100644
--- a/public/react/src/modules/courses/signin/css/signincdi.css
+++ b/public/react/src/modules/courses/signin/css/signincdi.css
@@ -81,12 +81,20 @@
display: flex;
justify-content: space-between;
}
+.file_path_input{
+ position: absolute;
+ right: -50%;
+}
.ws100s{
width: 100%;
}
.ws70s{
- width: 70%;
+ width: 70%;
+ }
+
+.ws75s{
+ width: 75%;
}
.ws80s{
width: 80%;
@@ -100,6 +108,9 @@
.ws20s{
width: 20%;
}
+.ws25s{
+ width: 25%;
+}
.yslmaxheigthk{
}
diff --git a/public/react/src/modules/courses/signin/student/Signindetails.js b/public/react/src/modules/courses/signin/student/Signindetails.js
index 32ad0bac3..679373e28 100644
--- a/public/react/src/modules/courses/signin/student/Signindetails.js
+++ b/public/react/src/modules/courses/signin/student/Signindetails.js
@@ -43,7 +43,11 @@ class Signindetails extends Component{