style: 오른쪽으로 버튼이동 완료

This commit is contained in:
Yesol Choi
2025-05-26 14:25:04 +09:00
parent 41e23c2b0b
commit 92896faa2c
2 changed files with 5 additions and 1 deletions

View File

@@ -495,6 +495,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="savePriceOne" @click.stop="savePriceOne"
@@ -503,6 +504,7 @@ function onInput(row, column){
</VButton> </VButton>
</div> </div>
</div> </div>
</div>
</template> </template>
<style scoped lang="scss"> <style scoped lang="scss">

View File

@@ -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"
@@ -513,6 +514,7 @@ function onInput(row, column){
</VButton> </VButton>
</div> </div>
</div> </div>
</div>
</template> </template>
<style scoped lang="scss"> <style scoped lang="scss">