PCqiandao
杨树林 5 years ago
parent bd688005a7
commit 146ffdfc6e

@ -97,25 +97,29 @@ class Detailss extends Component{
2010-03-10 10:00-11:00
</div>
</div>
<div className="ws25s xaxisreverseorder h40s" style={{
<div className="ws25s xaxisreverseorder" style={{
position: "relative",
}}>
<p className="h40s font-16 xiaoshou" style={{
color:"#1890FF"
}} onClick={() => {
jsCopy("file_path"+1)
}}>
复制签到码
</p>
<p className="h40s font-16" style={{
color:"#333333",
marginRight:"10px",
}}>
88866
</p>
<p className="h40s font-16" style={{
color:"#909399"
}}>签到码</p>
{/*<p className="h40s font-16 xiaoshou" style={{*/}
{/* color:"#1890FF"*/}
{/*}} onClick={() => {*/}
{/* jsCopy("file_path"+1)*/}
{/*}}>*/}
{/* 复制签到码*/}
{/*</p>*/}
{/*<p className="h40s font-16" style={{*/}
{/* color:"#333333",*/}
{/* marginRight:"10px",*/}
{/*}}>*/}
{/* 88866*/}
{/*</p>*/}
{/*<p className="h40s font-16" style={{*/}
{/* color:"#909399"*/}
{/*}}>签到码:</p>*/}
</div>
</div>
</div>

@ -44,6 +44,10 @@ class Signindetails extends Component{
</div>
<Detailss switattendance_id={this.props.switattendance_id} {...this.props} {...this.state}></Detailss>
</div>
</React.Fragment>
)

@ -190,6 +190,17 @@ class Students_signin extends Component{
}
settabsdata=()=>{
let data={
defaultActiveKey:"1",
key:"1",
page:1,
limit:5
}
this.gogetdatas(data);
}
render(){

Loading…
Cancel
Save