diff --git a/src/views/post/PostList.vue b/src/views/post/PostList.vue index 4417e6169..50b20bb11 100644 --- a/src/views/post/PostList.vue +++ b/src/views/post/PostList.vue @@ -185,6 +185,7 @@ theme="twoTone" twoToneColor="#52c41a" type="info-circle" + @click="handleEditClick(item)" /> + + + + {{ item.title }} @@ -125,6 +136,7 @@ theme="twoTone" twoToneColor="#52c41a" type="info-circle" + @click="handleEditClick(record)" />