mirror of
https://git.hmsn.ink/kospo/svcm/dmz.git
synced 2026-03-20 09:13:30 +09:00
디자인 금액 , 추가
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user