Merge branch 'dev_military_qz2022' of https://code.gitlink.org.cn/durian/forgeplus-react into dev_military_qz2022

This commit is contained in:
何童崇 2022-04-29 11:38:05 +08:00
commit d65ab4a920
2 changed files with 4 additions and 3 deletions

View File

@ -136,7 +136,7 @@ export default Form.create()((props) => {
function errorSource(rule, value, callback){
if(sourceBy === 1 && !value){
//
callback('请正确输入课题来源');
callback('请正确输入项目名称');
}else{
callback();
}
@ -319,7 +319,7 @@ export default Form.create()((props) => {
<div className="tips mt10">
1. 您可选择是否上传单位盖章后的报名表扫描件<br/>
2. 上传附件名称需更改为单位名称+参赛团队负责人<br/>
3. 支持上传单个ziprar格式文件文件大小限制10m<br/>
3. 支持上传单个ziprar格式文件文件大小限制10M<br/>
4. 密级必须为{qzDetail && qzDetail.is_local ? '秘密及以下' : '公开级'}</div>
</Upload>}
</div>

View File

@ -79,7 +79,7 @@ export default ({ id, className, title, legendArr, xData, yData }) => {
];
let barWidth = 25;
let barWidth = 20;
let option = {
grid: {
@ -141,6 +141,7 @@ export default ({ id, className, title, legendArr, xData, yData }) => {
top: '2%',
right: "8%",
fontSize: fontSizeText,
selectedMode: false
},
xAxis: [{
type: "category",