mirror of
https://git.hmsn.ink/kospo/svcm/dmz.git
synced 2026-03-20 07:33:32 +09:00
디자인 변경
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user