|
@@ -1,7 +1,7 @@
|
|
|
/*
|
|
|
* @Author: your name
|
|
|
* @Date: 2021-12-24 09:43:04
|
|
|
- * @LastEditTime: 2022-07-04 16:32:17
|
|
|
+ * @LastEditTime: 2023-03-07 17:45:40
|
|
|
* @LastEditors: code4eat awesomedema@gmail.com
|
|
|
* @Description: 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
|
|
|
* @FilePath: /MedicalWisdomCheckSys/src/components/MccsLightTable/index.tsx
|
|
@@ -155,7 +155,6 @@ const MccsLightTable: React.FC<{
|
|
|
{
|
|
|
(list).map((item: any, index: number) => {
|
|
|
|
|
|
- console.log({item});
|
|
|
return (
|
|
|
<div className='subList' key={index}>
|
|
|
{
|