디자인 금액 , 추가

This commit is contained in:
2025-05-28 19:41:40 +09:00
parent d8c9711568
commit a50ee08355
16 changed files with 108 additions and 190 deletions

View File

@@ -49,6 +49,7 @@ function onSearch(data: any) {
}
const setData = (data: iEstimate[]) => {
console.log(data)
ests.value = data
}
@@ -152,5 +153,11 @@ watch(params, (newValue) => {
</template>
<style lang="scss">
.text-right {
text-align:right !important;
}
.text-center {
text-align:center !important;
}
</style>