fangmingyue vor 2 Jahren
Ursprung
Commit
0104a1fbd8
1 geänderte Dateien mit 6 neuen und 1 gelöschten Zeilen
  1. 6
    1
      src/pages/checkAnswer/loc/index.jsx

+ 6
- 1
src/pages/checkAnswer/loc/index.jsx Datei anzeigen

28
   const initialValues = React.useMemo(() => {
28
   const initialValues = React.useMemo(() => {
29
     const checkId = searchParams.get('checkId');
29
     const checkId = searchParams.get('checkId');
30
     const typeId = searchParams.get('typeId');
30
     const typeId = searchParams.get('typeId');
31
-  
31
+
32
     return {
32
     return {
33
       checkId,
33
       checkId,
34
       typeId,
34
       typeId,
64
       request: getLocType,
64
       request: getLocType,
65
       dataIndex: "typeId",
65
       dataIndex: "typeId",
66
     },
66
     },
67
+    {
68
+      title: "卡片名称",
69
+      dataIndex: "cardTitle",
70
+      hideInSearch: true,
71
+    },
67
     {
72
     {
68
       title: "详细地址",
73
       title: "详细地址",
69
       dataIndex: "addr",
74
       dataIndex: "addr",