Pārlūkot izejas kodu

删除expand方法

306132416@qq.com 4 gadi atpakaļ
vecāks
revīzija
735231d974

Failā izmaiņas netiks attēlotas, jo tās ir par lielu
+ 1 - 1
boniu/.eslintcache


+ 0 - 17
boniu/src/components/indexBasicInfo/indexBasicInfo.jsx

@@ -194,20 +194,3 @@ var subListTime = [
     desc: "涨跌额"
   }
 ];
-const expandFunc = (input) => {
-  columns = [
-    {
-      title: "名称",
-      dataIndex: "name",
-      key: "name",
-      render: (text) => <span>{text}</span>
-    },
-    {
-      title: "说明",
-      dataIndex: "desc",
-      key: "desc"
-    }
-  ];
-  console.log(input);
-  return <Table columns={columns} dataSource={input} pagination={false} />;
-};