fangmingyue 2 years ago
parent
commit
12449d260e
1 changed files with 2 additions and 6 deletions
  1. 2
    6
      src/pages/question/list/index.jsx

+ 2
- 6
src/pages/question/list/index.jsx View File

16
       title: "问题类型",
16
       title: "问题类型",
17
       dataIndex: "quType",
17
       dataIndex: "quType",
18
       valueEnum: {
18
       valueEnum: {
19
-        1: {
19
+        radio: {
20
           text: "单选",
20
           text: "单选",
21
           status: "radio",
21
           status: "radio",
22
         },
22
         },
23
-        0: {
23
+        fill: {
24
           text: "填空题",
24
           text: "填空题",
25
           status: "fill",
25
           status: "fill",
26
         },
26
         },
30
       title: "问题描述",
30
       title: "问题描述",
31
       dataIndex: "title",
31
       dataIndex: "title",
32
     },
32
     },
33
-    {
34
-      title: "正确答案",
35
-      dataIndex: "rightAnswers",
36
-    },
37
     {
33
     {
38
       title: "状态",
34
       title: "状态",
39
       dataIndex: "status",
35
       dataIndex: "status",