diff --git a/src/views/post/PostList.vue b/src/views/post/PostList.vue index 1278bf31..a38a65e1 100644 --- a/src/views/post/PostList.vue +++ b/src/views/post/PostList.vue @@ -77,7 +77,7 @@ icon="plus" >写文章 - +
+ + + + + + + + + + + + {{ item.title }} + + + {{ item.title }} + + + {{ item.title }} + + + {{ item.title }} + + + + + + {{ item.summary }}... + +
+
+ {{ category.name }} +
+ {{ tag.name }} + +
+
+ + - + + + + + + + + + + @@ -214,6 +238,7 @@ export default { return { thumbDrawerVisible: false, categoryFormVisible: false, + passwordVisible: false, settingLoading: true, selectedPost: this.post, selectedTagIds: this.tagIds, @@ -392,8 +417,12 @@ export default { }) } }, + togglePasswordVisible() { + this.passwordVisible = !this.passwordVisible + }, onClose() { this.$emit('close', false) + this.passwordVisible = false }, onPostDateChange(value, dateString) { this.selectedPost.createTime = value.valueOf() diff --git a/src/views/sheet/internal/JournalList.vue b/src/views/sheet/internal/JournalList.vue index 5bbbe41f..9431231b 100644 --- a/src/views/sheet/internal/JournalList.vue +++ b/src/views/sheet/internal/JournalList.vue @@ -101,7 +101,6 @@ {{ item.likes }} @@ -113,7 +112,6 @@ > {{ item.commentCount }} diff --git a/src/views/system/OptionForm.vue b/src/views/system/OptionForm.vue index 332ac349..1df412bb 100644 --- a/src/views/system/OptionForm.vue +++ b/src/views/system/OptionForm.vue @@ -333,7 +333,10 @@ label="操作员密码:" :wrapper-col="wrapperCol" > - + - + - + - + - +
@@ -645,7 +660,11 @@ label="邮箱密码:" :wrapper-col="wrapperCol" > - + - + - + - +