Skip to content

Commit

Permalink
delete information
Browse files Browse the repository at this point in the history
  • Loading branch information
echoyang7 committed Sep 20, 2024
1 parent e7c8d92 commit c68eb41
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion frontend/src/components/DocumentTreeDialogDelete.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<p class="data-list-dialog-delete-info">
<b>Delete {{deleteItem.length}} {{deleteItem.length===1 ? 'item' : 'items'}}: </b>
</p>
<p style="color: red">The deleted data cannot be recovered. Please confirm this action.</p>
<p v-for="(value, index) in deleteItem" class="mb-3">
<span class="data-list-dialog-delete-item pl-0" style="font-size:12px">{{value.abs_parent_path}}</span>
</p>
Expand Down Expand Up @@ -257,4 +258,4 @@ export default {
font-size: 12px;
word-break: break-all;
}
</style>
</styl>

0 comments on commit c68eb41

Please sign in to comment.