|
|
@@ -57,7 +57,8 @@ const Enterprise = ({ compilationv2, shouldUpdate }) => {
|
|
|
dataId: record.ID
|
|
|
})
|
|
|
}
|
|
|
- className="text-primary cursor-pointer hover:text-[#967bbd]">
|
|
|
+ className="text-primary cursor-pointer hover:text-[#967bbd]"
|
|
|
+ >
|
|
|
{text}
|
|
|
</span>
|
|
|
)
|
|
|
@@ -158,7 +159,8 @@ const Enterprise = ({ compilationv2, shouldUpdate }) => {
|
|
|
},
|
|
|
reload: () => tRef.current?.reload()
|
|
|
})
|
|
|
- }>
|
|
|
+ }
|
|
|
+ >
|
|
|
创建企业
|
|
|
</Button>
|
|
|
]
|