merge 2207

This commit is contained in:
Your Name
2025-07-22 12:24:07 +09:00
parent eedbf94d56
commit e2f7ab5113
12 changed files with 501 additions and 493 deletions

View File

@ -23,7 +23,7 @@
</v-row>
<v-row ref="contents" class="mt-4">
<v-col :cols="6" class="h100">
<v-col :cols="6" class="h100 pr-2">
<v-card class="pb-5">
<div class="d-flex align-center justify-space-between pa-4">
<v-card-title class="pa-0">메뉴 리스트</v-card-title>
@ -39,7 +39,7 @@
</div>
</v-card>
</v-col>
<v-col :cols="6" class="h100">
<v-col :cols="6" class="h100 pl-3">
<v-card class="pb-5">
<div class="d-flex align-center justify-space-between pa-4">
<v-card-title class="pa-0">메뉴 상세</v-card-title>
@ -480,6 +480,7 @@ const myDetail = [
list: 'sysDivCdList',
itemText: 'commCdNm',
itemValue: 'commCd',
iconShow: true,
},
{
type: 'CheckBox',