mirror of
https://git.hmsn.ink/kospo/svcm/oa.git
synced 2026-03-20 01:22:33 +09:00
style: 오른쪽으로 버튼이동 완료
This commit is contained in:
@@ -495,12 +495,14 @@ function onInput(row, column){
|
|||||||
</template>
|
</template>
|
||||||
</ComVFlexTable>
|
</ComVFlexTable>
|
||||||
</div>
|
</div>
|
||||||
|
<div style="display: flex; justify-content: flex-end; gap: 8px; margin-top: 10px;">
|
||||||
<VButton
|
<VButton
|
||||||
color="primary"
|
color="primary"
|
||||||
@click.stop="savePriceOne"
|
@click.stop="savePriceOne"
|
||||||
raised>
|
raised>
|
||||||
등록
|
등록
|
||||||
</VButton>
|
</VButton>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
@@ -42,7 +42,7 @@ const params = reactive({
|
|||||||
{ key: 'name', label: '이름' },
|
{ key: 'name', label: '이름' },
|
||||||
{ key: 'attendCd', label: '비고' },
|
{ key: 'attendCd', label: '비고' },
|
||||||
{ key: 'apprStat', label: '결재상태'},
|
{ key: 'apprStat', label: '결재상태'},
|
||||||
{ key: 'date', label: '승인일자'},
|
{ key: 'apprDt', label: '승인일자'},
|
||||||
],
|
],
|
||||||
priceData:[],
|
priceData:[],
|
||||||
prcsBizsColumn: [ //견적사 입력
|
prcsBizsColumn: [ //견적사 입력
|
||||||
@@ -498,6 +498,7 @@ function onInput(row, column){
|
|||||||
</template>
|
</template>
|
||||||
</ComVFlexTable>
|
</ComVFlexTable>
|
||||||
</div>
|
</div>
|
||||||
|
<div style="display: flex; justify-content: flex-end; gap: 8px; margin-top: 10px;">
|
||||||
<VButton
|
<VButton
|
||||||
color="primary"
|
color="primary"
|
||||||
@click.stop="updatePriceOne"
|
@click.stop="updatePriceOne"
|
||||||
@@ -511,6 +512,7 @@ function onInput(row, column){
|
|||||||
>
|
>
|
||||||
닫기
|
닫기
|
||||||
</VButton>
|
</VButton>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
Reference in New Issue
Block a user