Browse Source

Merge branch 'dev1.0' of http://git.ycjcjy.com/civilized_city/pc-admin into dev1.0

张涛 2 years ago
parent
commit
505c164410
1 changed files with 6 additions and 1 deletions
  1. 6
    1
      src/pages/checkAnswer/loc/index.jsx

+ 6
- 1
src/pages/checkAnswer/loc/index.jsx View File

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",