diff --git a/src/components/wordDict/DictCard.vue b/src/components/wordDict/DictCard.vue index 4c3a3f4..ac04751 100644 --- a/src/components/wordDict/DictCard.vue +++ b/src/components/wordDict/DictCard.vue @@ -2,7 +2,7 @@
  • + @update:deleteImgIndexList="handleDeleteEditorImg" + @update:uploadedImgList="handleUpdateEditorImg" + />
    {{ item.category }} {{ item.WRDDICTTL }}
    - +

    - +
    - 최초 작성자 + 최초 작성자
    -

    {{ $common.dateFormatter(item.author.createdAt) }}

    +

    {{ $common.dateFormatter(item.author.createdAt) }}

    -
    +
    - 최근 작성자 + 최근 작성자
    -

    {{ $common.dateFormatter(item.lastEditor.updatedAt) }}

    +

    {{ $common.dateFormatter(item.lastEditor.updatedAt) }}

    @@ -67,115 +62,137 @@ diff --git a/src/components/wordDict/DictWrite.vue b/src/components/wordDict/DictWrite.vue index 5e290bf..e5c69f1 100644 --- a/src/components/wordDict/DictWrite.vue +++ b/src/components/wordDict/DictWrite.vue @@ -1,5 +1,5 @@
    @@ -29,195 +29,201 @@ class="justify-content-end" ref="categoryInputRef" title="새 카테고리" - :isLabel="dataList.length === 0 ?true : false" + :isLabel="dataList.length === 0 ? true : false" name="새 카테고리" @update:modelValue="addCategory = $event" :is-cate-alert="addCategoryAlert" @focusout="handleCategoryFocusout(addCategory)" - />
    - +
    + -
    - -
    - -
    +
    +
    +
    diff --git a/src/views/wordDict/wordDict.vue b/src/views/wordDict/wordDict.vue index a75ff61..2b54de9 100644 --- a/src/views/wordDict/wordDict.vue +++ b/src/views/wordDict/wordDict.vue @@ -1,55 +1,73 @@