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