Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/delete info #875

Open
wants to merge 18 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
844b97e
fix,inspector request miss data
echoyang7 Dec 7, 2023
2f3be85
Merge branch 'master' of https://github.com/Meituan-Dianping/lyrebird
echoyang7 Dec 7, 2023
da82dd9
Merge branch 'master' of https://github.com/Meituan-Dianping/lyrebird
echoyang7 Dec 8, 2023
ef4402d
Merge branch 'master' of https://github.com/Meituan-Dianping/lyrebird
echoyang7 Dec 8, 2023
983b2b1
Merge branch 'master' of https://github.com/Meituan-Dianping/lyrebird
echoyang7 Mar 5, 2024
e2e6f39
Merge branch 'master' of https://github.com/Meituan-Dianping/lyrebird
echoyang7 Mar 15, 2024
099d3fb
Merge branch 'master' of https://github.com/Meituan-Dianping/lyrebird
echoyang7 Mar 19, 2024
5ec76f2
Merge branch 'master' of https://github.com/Meituan-Dianping/lyrebird
echoyang7 Apr 24, 2024
aa2baf1
Merge branch 'master' of https://github.com/Meituan-Dianping/lyrebird
echoyang7 May 7, 2024
3def163
Merge branch 'master' of https://github.com/Meituan-Dianping/lyrebird
echoyang7 May 13, 2024
ac3532a
Merge branch 'master' of https://github.com/Meituan-Dianping/lyrebird
echoyang7 May 22, 2024
6a4de91
Merge branch 'master' of https://github.com/Meituan-Dianping/lyrebird
echoyang7 Jun 3, 2024
9904069
Merge branch 'master' of https://github.com/Meituan-Dianping/lyrebird
echoyang7 Jun 12, 2024
647c468
Merge branch 'master' of https://github.com/Meituan-Dianping/lyrebird
echoyang7 Jun 28, 2024
6a302aa
Merge branch 'master' of https://github.com/Meituan-Dianping/lyrebird
echoyang7 Aug 20, 2024
33fd475
Merge branch 'master' of https://github.com/Meituan-Dianping/lyrebird
echoyang7 Aug 28, 2024
e7c8d92
Merge branch 'master' of https://github.com/Meituan-Dianping/lyrebird
echoyang7 Sep 20, 2024
c68eb41
delete information
echoyang7 Sep 20, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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>
Loading