From 91ec7b059b0280c61c43881ec79af093c030e79f Mon Sep 17 00:00:00 2001
From: zhangyongtian <1181606322@qq.com>
Date: Wed, 28 Aug 2024 14:05:50 +0800
Subject: [PATCH] Merge branch 'master' of http://120.79.193.119:9090/r/gzzfw/frontEnd/gzDyh

---
 gz-customerSystem/src/views/test/index.jsx |   25 ++++++++++++++++++++++++-
 1 files changed, 24 insertions(+), 1 deletions(-)

diff --git a/gz-customerSystem/src/views/test/index.jsx b/gz-customerSystem/src/views/test/index.jsx
index 3922a5d..46b64f5 100644
--- a/gz-customerSystem/src/views/test/index.jsx
+++ b/gz-customerSystem/src/views/test/index.jsx
@@ -10,6 +10,7 @@
 import React, { useEffect, useState } from 'react';
 import './index.less'
 import * as $$ from '../../utils/utility';
+import { Row, Col, Space, Tabs, Button } from 'antd';
 
 // 获取各类型案件数
 function getCaseNumDataApi(submitData) {
@@ -37,6 +38,28 @@
 
   return (
     <>
+      <Tabs
+        defaultActiveKey="1"
+        items={[
+          {
+            label: 'Tab 1',
+            key: '1',
+            children: 'Tab 1',
+          },
+          {
+            label: 'Tab 2',
+            key: '2',
+            children: 'Tab 2',
+            disabled: true,
+          },
+          {
+            label: 'Tab 3',
+            key: '3',
+            children: 'Tab 3',
+          },
+        ]}
+      />
+
       {/* <div className='card'>
         <div className='card-head'>
           <div className='card-head-left'>countSfqrJudic:{data.countSfqrJudic}</div>
@@ -51,7 +74,7 @@
           <div className='card-main-row'></div>
         </div>
       </div> */}
-      
+
     </>
   )
 }

--
Gitblit v1.8.0