diff --git a/pages/comm/base/NoticeMngPage.vue b/pages/comm/base/NoticeMngPage.vue index 743c67d..cc71731 100644 --- a/pages/comm/base/NoticeMngPage.vue +++ b/pages/comm/base/NoticeMngPage.vue @@ -3,9 +3,9 @@
- +
- + 공지사항
@@ -17,8 +17,8 @@
- +
@@ -27,22 +27,23 @@
-
+
- 공지사항 + 공지사항 보기
- 목록 - + 목록 + $icoSend 답글 - 수정 - 삭제 + 수정 + 삭제
@@ -57,13 +58,12 @@ 파일목록 - -
+
- 공지사항 + 공지사항 작성 제목 @@ -88,37 +88,31 @@ - + 파일첨부
-
mdi-paperclip {{ fileData.name }}
- +
- + 업로드 - +
- 취소 - 등록 + 취소 + 등록
@@ -126,7 +120,7 @@
-
+
@@ -134,8 +128,7 @@ 제목 - + @@ -144,72 +137,73 @@ 파일첨부
-
mdi-paperclip {{ fileData.name }}
- +
- + 업로드 - +
취소 - 등록 + 등록
-
+
- 공지사항 + 공지사항 수정 제목 - + - + - 파일첨부 -
-
-
- mdi-paperclip - {{ fileData.name }} -
- + 파일첨부 +
+
+
+ mdi-paperclip + {{ fileData.name }}
+
- - 업로드 - - - +
+ + 업로드 + + + - 취소 - 등록 + 취소 + 등록
@@ -295,8 +289,6 @@ export default { postGrpOrd: null, postOrgNo: null, }, - dataPathMock: {}, - }; }, computed: { @@ -341,7 +333,7 @@ export default { chkOpenTabList: 'chkOpenTabList', getDomain: 'modules/list/getDomain', }), - onTest(){ + onTest() { console.log(this.writeActionData.fileData); }, async init() { @@ -400,7 +392,11 @@ export default { gridInit() { const gridHeight = this.$refs.contents.offsetHeight - 76; - const myOptions = {}; + const myOptions = { + header: { + height: 38, + }, + }; this.setGridOption({ gridKey: this.gridName, value: Object.assign(Utility.defaultGridOption(gridHeight), myOptions), @@ -421,7 +417,7 @@ export default { align: 'center', hidden: true, }, - { header: '번호', name: 'postNo', width: 150, align: 'center' }, + { header: '번호', name: 'postNo', width: 150, align: 'right' }, { header: '원글번호', name: 'postOrgNo', @@ -451,9 +447,9 @@ export default { hidden: true, }, { header: '제목', name: 'title', align: 'left' }, - { header: '작성자', name: 'regUserNo', width: 250, align: 'center' }, + { header: '작성자', name: 'regUserNo', width: 250, align: 'right' }, { header: '작성일', name: 'regDttm', width: 250, align: 'center' }, - { header: '조회수', name: 'viewCnt', width: 150, align: 'center' }, + { header: '조회수', name: 'viewCnt', width: 150, align: 'right' }, // {header: "파일아이디", name:"apndFileUuid", width:150, align:"center"}, // 수정필요 ]; @@ -475,7 +471,7 @@ export default { resKey: 'postData', sendParam: params, }); - + this.setGridData({ gridKey: this.gridName, value: res, @@ -1020,15 +1016,6 @@ const defaultData = { }, }; -import { getPathDataExample } from '@/const/const' -const dataPathDataExample = getPathDataExample({ - postNo: '18', - title: '오픈공지', - regUserNo: '1', - regDttm: '2023-01-09 09:39:41', - viewCnt: '1' -}, 10); -