From 530f1b3614a5d5007548680db068090f880228bf Mon Sep 17 00:00:00 2001
From: zhangyongtian <1181606322@qq.com>
Date: Wed, 21 Aug 2024 14:28:30 +0800
Subject: [PATCH] Merge branch 'master' of http://120.79.193.119:9090/r/gzzfw/frontEnd/gzDyh
---
gz-customerSystem/src/views/test/index.jsx | 9 +++++----
1 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/gz-customerSystem/src/views/test/index.jsx b/gz-customerSystem/src/views/test/index.jsx
index 201c32c..3922a5d 100644
--- a/gz-customerSystem/src/views/test/index.jsx
+++ b/gz-customerSystem/src/views/test/index.jsx
@@ -2,8 +2,8 @@
* @Company: hugeInfo
* @Author: lwh
* @Date: 2023-06-10 15:31:10
- * @LastEditTime: 2023-06-10 16:02:52
- * @LastEditors: lwh
+ * @LastEditTime: 2024-08-09 14:37:53
+ * @LastEditors: dminyi 1301963064@qq.com
* @Version: 1.0.0
* @Description:
*/
@@ -37,7 +37,7 @@
return (
<>
- <div className='card'>
+ {/* <div className='card'>
<div className='card-head'>
<div className='card-head-left'>countSfqrJudic:{data.countSfqrJudic}</div>
<div className='card-head-right'>countTjcgResult:{data.countTjcgResult}</div>
@@ -50,7 +50,8 @@
<div className='card-main-row'></div>
<div className='card-main-row'></div>
</div>
- </div>
+ </div> */}
+
</>
)
}
--
Gitblit v1.8.0