디자인 변경

This commit is contained in:
2025-05-27 02:02:28 +00:00
parent eb691e90fa
commit 404c91e6e1
7 changed files with 81 additions and 33 deletions

View File

@@ -17,7 +17,7 @@ const params = ref({
estStatCd: '',
mngNm: '',
page: 1,
row: 10,
row: 5,
})
const estimateList = ref<iEstimatePageable>()
@@ -99,6 +99,7 @@ watch(params, (newValue) => {
v-if="estimateList !== undefined"
:length="length"
:page="page"
:row="params.row"
:estimateList="estimateList"
:total="total"
@on-search="onSearch"
@@ -111,7 +112,7 @@ watch(params, (newValue) => {
title="견적 수정"
actions="center"
cancel-label="취소"
size="full"
size="wide-large"
@close="updateModal = false"
>
<template #content>
@@ -138,7 +139,7 @@ watch(params, (newValue) => {
title="견적 상세보기"
actions="center"
cancel-label="취소"
size="full"
size="wide-large"
@close="viewModal = false"
>
<template #content>