Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
X
xiaomai-cloud-class-web
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
xiaomai-cloud-class
xiaomai-cloud-class-web
Commits
9c84b7be
Commit
9c84b7be
authored
Apr 12, 2021
by
yuananting
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:正确率
parent
b54dd863
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
src/modules/teach-tool/paper-manage/components/SelectQuestionList.jsx
+2
-2
src/modules/teach-tool/question-manage/components/QuestionList.jsx
+2
-2
No files found.
src/modules/teach-tool/paper-manage/components/SelectQuestionList.jsx
View file @
9c84b7be
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
* @Author: yuananting
* @Author: yuananting
* @Date: 2021-02-25 11:23:47
* @Date: 2021-02-25 11:23:47
* @LastEditors: yuananting
* @LastEditors: yuananting
* @LastEditTime: 2021-04-12 1
3:45:50
* @LastEditTime: 2021-04-12 1
4:13:39
* @Description: 助学工具-新建试卷-选择题目列表
* @Description: 助学工具-新建试卷-选择题目列表
* @Copyrigh: © 2020 杭州杰竞科技有限公司 版权所有
* @Copyrigh: © 2020 杭州杰竞科技有限公司 版权所有
*/
*/
...
@@ -185,7 +185,7 @@ class SelectQuestionList extends Component {
...
@@ -185,7 +185,7 @@ class SelectQuestionList extends Component {
sorter
:
true
,
sorter
:
true
,
showSorterTooltip
:
false
,
showSorterTooltip
:
false
,
render
:
(
val
)
=>
{
render
:
(
val
)
=>
{
return
val
*
100
+
"%"
;
return
parseInt
(
val
*
100
)
+
"%"
;
},
},
},
},
];
];
...
...
src/modules/teach-tool/question-manage/components/QuestionList.jsx
View file @
9c84b7be
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
* @Author: yuananting
* @Author: yuananting
* @Date: 2021-02-25 11:23:47
* @Date: 2021-02-25 11:23:47
* @LastEditors: yuananting
* @LastEditors: yuananting
* @LastEditTime: 2021-04-12 1
1:10:0
9
* @LastEditTime: 2021-04-12 1
4:14:1
9
* @Description: 助学工具-题库-题目列表数据
* @Description: 助学工具-题库-题目列表数据
* @Copyrigh: © 2020 杭州杰竞科技有限公司 版权所有
* @Copyrigh: © 2020 杭州杰竞科技有限公司 版权所有
*/
*/
...
@@ -256,7 +256,7 @@ class QuestionList extends Component {
...
@@ -256,7 +256,7 @@ class QuestionList extends Component {
showSorterTooltip
:
false
,
showSorterTooltip
:
false
,
width
:
"14%"
,
width
:
"14%"
,
render
:
(
val
)
=>
{
render
:
(
val
)
=>
{
return
val
*
100
+
"%"
;
return
parseInt
(
val
*
100
)
+
"%"
;
},
},
},
},
{
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment