Update s1 s29 - Remove mock data s5 s11 #31

Merged
dev merged 4 commits from dev-nghiantt-s1s29 into dev 2025-08-04 17:02:42 +09:00
11 changed files with 905 additions and 913 deletions
Showing only changes of commit 6dfda50ebd - Show all commits

View File

@ -58,7 +58,7 @@
<div class="pa-5">
<!-- <v-text-field label="위치정보 선택"></v-text-field> -->
<v-row align="center" no-gutters>
<v-col :cols="label ? 3 : ''" style="padding-right: 10px;">
<v-col :cols="label ? 3 : ''" class="pr-3" >
<component
:is="'selectCodeList'"
:parentPrgmId="parentPrgmId"
@ -69,7 +69,7 @@
:customClass="'select-large'"
/>
</v-col>
<v-col :cols="label ? 3 : ''" style="padding-right: 10px;">
<v-col :cols="label ? 3 : ''" class="pr-3" >
<component
:is="'selectCodeList'"
:parentPrgmId="parentPrgmId"
@ -80,7 +80,7 @@
:addAll="true"
/>
</v-col>
<v-col :cols="label ? 3 : ''" style="padding-right: 10px;">
<v-col :cols="label ? 3 : ''" class="pr-3" >
<component
:is="'selectCodeList'"
:parentPrgmId="parentPrgmId"

View File

@ -1,5 +1,6 @@
<template>
<div class="l-layout">
<CommonPageTitle />
<v-row ref="searchFilter">
<v-col :cols="12">
<v-card class="searchFilter">