Merge pull request 'update code s32 s17' (#61) from dev-luannv24-s32-s17fixbug into dev

Reviewed-on: #61
This commit is contained in:
dev
2025-08-12 18:47:56 +09:00
2 changed files with 2 additions and 14 deletions

View File

@ -947,17 +947,6 @@ const asgnRoleByUserColumns = [
];
const asgnMenuByUserColumns = [
{
header: '',
name: '',
align: 'center',
width: 50,
formatter: (props) => {
return `<label class="custom-radio">
<span class="radio-mark"></span>
</label>`;
}
},
{ header: '메뉴명', name: 'menuNm' }];
const myDetail = blocCdList => {