From 3c4ee66ee80d1275be0900a15d3e54fafadabdf1 Mon Sep 17 00:00:00 2001 From: Yesol Choi Date: Tue, 27 May 2025 09:13:24 +0900 Subject: [PATCH] =?UTF-8?q?fix=20:=20=ED=8C=8C=EC=9D=BC=EC=97=85=EB=A1=9C?= =?UTF-8?q?=EB=93=9C=20style=20=EC=88=98=EC=A0=95=20=EB=B0=8F=20input=20bo?= =?UTF-8?q?x=20=ED=81=AC=EA=B8=B0=20=EC=A1=B0=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/app/priceUpdate.vue | 59 +++++++++++++++--------------- src/scss/vuero-css/_vuerofile.scss | 1 - 2 files changed, 30 insertions(+), 30 deletions(-) diff --git a/src/pages/app/priceUpdate.vue b/src/pages/app/priceUpdate.vue index 34c838e..ad8613a 100644 --- a/src/pages/app/priceUpdate.vue +++ b/src/pages/app/priceUpdate.vue @@ -75,7 +75,6 @@ const params = reactive({ const pbAtts = ref(params.prcsAtts) function getDetailList(arg){ - console.log("arg",arg) params.prcsNo = arg.prcsNo params.stCd = arg.stCd params.cateSelect = arg.cateCd @@ -146,8 +145,6 @@ const updatePriceOne = async () => { data: req.data})),//첨부파일 데이터, apprReqs: apprLine.value.map(({ deptNm, ...rest }) => rest), //결재선 데이터 } - console.log("pbAtts.value",pbAtts.value) - console.log("paramsPrice",paramsPrice) res = await updatePrice(paramsPrice) notyf.dismissAll() if(res.request.status == '200'){ @@ -482,34 +479,38 @@ const onPrcsFileDownload = async (prcsNo: string, fileOrd: number, logiFnm: stri 첨부파일 - - - - 파일업로드 - - - -
+
+ -
- {{ f.logiFnm }} -
-
- {{ Math.ceil(f.size / 1024) }}kb -
-
- -
+ + + 파일업로드 + +
- +
+ +
+
+ {{ f.logiFnm }} +
+
+ {{ Math.ceil(f.size / 1024) }}kb +
+
+ +
+
+
diff --git a/src/scss/vuero-css/_vuerofile.scss b/src/scss/vuero-css/_vuerofile.scss index 7df4060..dfe8287 100644 --- a/src/scss/vuero-css/_vuerofile.scss +++ b/src/scss/vuero-css/_vuerofile.scss @@ -32,7 +32,6 @@ } .file-trigger { - margin-left: 10px; height:15px; padding:10px 10px; } \ No newline at end of file