func : 가격조사 상세폼 양식추가

- 이메일, 사업자번호, 금액, 전송여부, 재전송여부
This commit is contained in:
Kasi
2025-05-28 17:14:56 +09:00
parent 09ecb0e978
commit a70bfa10aa
2 changed files with 38 additions and 10 deletions

View File

@@ -225,7 +225,7 @@ const columns = computed(() => {
>
<VFlexTableCell :column="column">
<slot
name="body-cell"
:name="`body-cell-${column.key}`"
:row="row"
:column="column"
:index="index"