feat: optimization

This commit is contained in:
wangdan-fit2cloud 2025-06-09 14:56:31 +08:00
parent 8ff15865a7
commit 3d9e7dd4b1
2 changed files with 2 additions and 6 deletions

View File

@ -36,7 +36,7 @@ const getMemberPermissions: (member_id: String) => Promise<Result<any>> = (membe
} }
/** /**
* *
* @param member_id * @param member_id
* @param { * @param {
"team_member_permission_list": [ "team_member_permission_list": [

View File

@ -214,8 +214,4 @@ onMounted(() => {
getList() getList()
}) })
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped></style>
.log-table tr {
cursor: pointer;
}
</style>