디자인 금액 , 추가

This commit is contained in:
2025-05-28 19:58:15 +09:00
parent ee301001dc
commit 570988f9aa
4 changed files with 8 additions and 8 deletions

View File

@@ -229,8 +229,8 @@ watch(pbAtts.value, (newValue) => {
<th>규격</th>
<th>수량</th>
<th>단위</th>
<th>단가</th>
<th>금액</th>
<th>단가()</th>
<th>금액()</th>
</thead>
<tbody>
<tr v-for="(dtl, index) in props.prcs.dtlSpecs" :key="dtl.dtlSpNo">

View File

@@ -199,8 +199,8 @@ watch(pbAtts.value, (newValue) => {
<th>규격</th>
<th>수량</th>
<th>단위</th>
<th>단가</th>
<th>금액</th>
<th>단가()</th>
<th>금액()</th>
</thead>
<tbody v-for="(dtl, index) in props.prcs.dtlSpecs" :key="dtl.dtlSpNo">
<tr>

View File

@@ -252,8 +252,8 @@ watch(pbAtts.value, (newValue) => {
<th>규격</th>
<th>수량</th>
<th>단위</th>
<th>단가</th>
<th>금액</th>
<th>단가()</th>
<th>금액()</th>
</thead>
<tbody v-for="(dtl, index) in props.estimate.dtlSpecs" :key="dtl.dtlSpNo">
<tr>

View File

@@ -196,8 +196,8 @@ const totPrc = computed(() => {
<th>규격</th>
<th>수량</th>
<th>단위</th>
<th class="text-right">단가</th>
<th>금액</th>
<th>단가()</th>
<th>금액()</th>
</thead>
<tbody v-for="(dtl, index) in props.estimate.dtlSpecs" :key="dtl.dtlSpNo">
<tr>