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