修改文件
This commit is contained in:
@@ -23,7 +23,7 @@ const GoodsTableList: React.FC = () => {
|
||||
title: '商品名称',
|
||||
dataIndex: 'goodsName',
|
||||
valueType: 'text',
|
||||
search: false,
|
||||
search: true,
|
||||
},
|
||||
{
|
||||
title: '功率',
|
||||
@@ -136,6 +136,7 @@ const GoodsTableList: React.FC = () => {
|
||||
key="goodsList"
|
||||
search={{
|
||||
labelWidth: 120,
|
||||
defaultCollapsed: false,
|
||||
}}
|
||||
toolBarRender={() => [
|
||||
<Button
|
||||
|
||||
Reference in New Issue
Block a user