Compare commits

...

1 Commits

Author SHA1 Message Date
3ae3ff8167 refactor code 2025-07-31 18:47:42 +09:00
2 changed files with 1 additions and 5 deletions

View File

@ -5,7 +5,6 @@
<v-col :cols="12"> <v-col :cols="12">
<v-card class="searchFilter"> <v-card class="searchFilter">
<v-row align="end" no-gutters> <v-row align="end" no-gutters>
<div></div>
<v-col :cols="2.5"> <v-col :cols="2.5">
<InputText <InputText
:parentPrgmId="myPrgmId" :parentPrgmId="myPrgmId"

View File

@ -1015,7 +1015,4 @@ const myDetail = [
value: { '1': true, '0': false }, value: { '1': true, '0': false },
}, },
]; ];
</script> </script>
<style lang="scss">
@import '@/assets/scss/common.scss';
</style>