dev_cs_new
杨树明 6 years ago
parent 51c06f366f
commit 37010a9c65

@ -20,16 +20,16 @@ let hashTimeout
// TODO 开发期多个身份切换
let debugType =""
// if (isDev) {
// const _search = window.location.search;
// let parsed = {};
// if (_search) {
// parsed = queryString.parse(_search);
// }
// debugType = window.location.search.indexOf('debug=t') != -1 ? 'teacher' :
// window.location.search.indexOf('debug=s') != -1 ? 'student' :
// window.location.search.indexOf('debug=a') != -1 ? 'admin' : parsed.debug || 'admin'
// }
if (isDev) {
const _search = window.location.search;
let parsed = {};
if (_search) {
parsed = queryString.parse(_search);
}
debugType = window.location.search.indexOf('debug=t') != -1 ? 'teacher' :
window.location.search.indexOf('debug=s') != -1 ? 'student' :
window.location.search.indexOf('debug=a') != -1 ? 'admin' : parsed.debug || 'admin'
}
window._debugType = debugType;
export function initAxiosInterceptors(props) {

@ -156,7 +156,7 @@ class ShixunWorkReport extends Component {
{/*>导出实训报告数据</a> : ""}*/}
</div>
<div className="stud-class-set bor-bottom-greyE">
<div className="stud-class-set">
<div className="clearfix edu-back-white poll_list">
<div className="font-16 color-dark-21 shixunreporttitle ml20 pd20">总体评价</div>

@ -177,6 +177,8 @@ class OfficialAcademicTranscript extends Component {
}
.TaskForms{
width: 500px;
text-align: left !important;
padding: 16px !important;
}
.TaskForms.ant-table-header-column{
width: 100%;

@ -12,6 +12,7 @@ function startechart(data){
var option = {
title: {
text: '工作效率',
subtext: '工作效率=log(实训总得分/实训总耗时)'
},
grid:{
left: '3%',
@ -61,7 +62,7 @@ function startechart(data){
yAxis: [
{
type : "value",
name : " 实训总得分/实训总耗时",
name : " ",
nameGap: 20,
nameTextStyle: {
color: '#000',
@ -169,6 +170,7 @@ function startechart(data){
var option1 = {
title: {
text: '能力值',
subtext: '能力值(实训获得经验值/实训评测次数)'
},
backgroundColor: '#fff',
color: [
@ -212,7 +214,7 @@ function startechart(data){
},
yAxis: {
type: 'value',
name: " 实训获得经验值/实训评测次数",
name: " ",
nameLocation: 'end',
nameGap: 20,
nameTextStyle: {
@ -356,7 +358,7 @@ class Shixunechart extends Component {
`}
</style>
<div className="fl with24 ml50">
<div className="fl ml50">
<div className="bor-grey-e bor-radius4 clearfix mt100 colorE6F3FF pd10">
<div className="fl with25 colorE6F3FF" style={{textAlign:"right",paddingRight:"5%"}}>
<li className="mt5 mb5 color-grey-9">姓名</li>

Loading…
Cancel
Save