fangmingyue hace 2 años
padre
commit
12449d260e
Se han modificado 1 ficheros con 2 adiciones y 6 borrados
  1. 2
    6
      src/pages/question/list/index.jsx

+ 2
- 6
src/pages/question/list/index.jsx Ver fichero

@@ -16,11 +16,11 @@ export default React.forwardRef((props, ref) => {
16 16
       title: "问题类型",
17 17
       dataIndex: "quType",
18 18
       valueEnum: {
19
-        1: {
19
+        radio: {
20 20
           text: "单选",
21 21
           status: "radio",
22 22
         },
23
-        0: {
23
+        fill: {
24 24
           text: "填空题",
25 25
           status: "fill",
26 26
         },
@@ -30,10 +30,6 @@ export default React.forwardRef((props, ref) => {
30 30
       title: "问题描述",
31 31
       dataIndex: "title",
32 32
     },
33
-    {
34
-      title: "正确答案",
35
-      dataIndex: "rightAnswers",
36
-    },
37 33
     {
38 34
       title: "状态",
39 35
       dataIndex: "status",