|
@@ -51,7 +51,7 @@ const TableList: React.FC<{}> = () => {
|
|
title: '正面',
|
|
title: '正面',
|
|
dataIndex: 'front',
|
|
dataIndex: 'front',
|
|
width: 150,
|
|
width: 150,
|
|
- hideInSearch: true,
|
|
|
|
|
|
+ // hideInSearch: true,
|
|
render: (text, row) => {
|
|
render: (text, row) => {
|
|
const show = getTextFromHtml(row.front);
|
|
const show = getTextFromHtml(row.front);
|
|
return (<>
|
|
return (<>
|
|
@@ -150,7 +150,7 @@ const TableList: React.FC<{}> = () => {
|
|
return (
|
|
return (
|
|
<PageHeaderWrapper title={false}>
|
|
<PageHeaderWrapper title={false}>
|
|
<ProTable<TableListItem>
|
|
<ProTable<TableListItem>
|
|
- search={false}
|
|
|
|
|
|
+ search
|
|
headerTitle="查询表格"
|
|
headerTitle="查询表格"
|
|
actionRef={actionRef}
|
|
actionRef={actionRef}
|
|
rowKey="id"
|
|
rowKey="id"
|