From 5395a8d8bfe626248c1ac889df910aa7e15b298a Mon Sep 17 00:00:00 2001 From: dufrl Date: Fri, 19 Aug 2022 15:39:08 +0900 Subject: [PATCH] =?UTF-8?q?=EB=B0=9C=EC=8B=A0=EB=B2=88=ED=98=B8=20?= =?UTF-8?q?=EC=83=81=EC=84=B8=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../sendNumMgt/components/NumberDetailPop.vue | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/frontend/src/modules/sendNumMgt/components/NumberDetailPop.vue b/frontend/src/modules/sendNumMgt/components/NumberDetailPop.vue index 28950d3..53801af 100644 --- a/frontend/src/modules/sendNumMgt/components/NumberDetailPop.vue +++ b/frontend/src/modules/sendNumMgt/components/NumberDetailPop.vue @@ -57,7 +57,7 @@ 제출서류
-

{{ item.docTitle }}

+ {{ item.docTitle }}

파일형식 : jpg, png, pdf, tiff (최대 5MB)

@@ -66,8 +66,8 @@ 사업자등록증
-

{{ item.docTitle }}

-

{{ item.docTitle }}

+ {{ item.docTitle }}
+ {{ item.docTitle }}

파일형식 : jpg, png, pdf, tiff (최대 5MB)

@@ -76,8 +76,8 @@ 본인 확인
-

{{ item.docTitle }}

-

{{ item.docTitle }}

+ {{ item.docTitle }}
+ {{ item.docTitle }}

파일형식 : jpg, png, pdf, tiff (최대 5MB)

@@ -137,6 +137,14 @@ export default { }, methods :{ + download(filePath, fileName, docTitle){ + this.row = {} + this.row.docTitle = docTitle + this.row.filePath = filePath + this.row.fileNm = fileName + sendNumMgtApi.fileDownload(this.row); + }, + // 모달 띄우기 numberDetailPopOpen(props){