瀏覽代碼

Merge branch 'master' of http://git.ycjcjy.com/jgz/admin into master

lisenzhou 2 年之前
父節點
當前提交
317a5314b6
共有 1 個檔案被更改,包括 2 行新增1 行删除
  1. 2
    1
      src/pages/dish/list/index.jsx

+ 2
- 1
src/pages/dish/list/index.jsx 查看文件

@@ -38,6 +38,7 @@ const DishList = (props) => {
38 38
     {
39 39
       title: '菜肴单位',
40 40
       dataIndex: 'unit',
41
+      search: false,
41 42
     },
42 43
     {
43 44
       title: '包含食材(种)',
@@ -89,7 +90,7 @@ const DishList = (props) => {
89 90
   return (
90 91
     <PageContainer>
91 92
       <ProTable
92
-        search={false}
93
+        search={true}
93 94
         actionRef={actionRef}
94 95
         rowKey="id"
95 96
         toolBarRender={() => [