This commit is contained in:
朱子楚\zhuzi
2023-10-02 20:16:38 +08:00
parent 3c7499c48b
commit 91ba4d4792
7 changed files with 7 additions and 3 deletions

View File

@ -56,6 +56,7 @@ FluContentPage{
onClicked: {
table_view.closeEditor()
tableModel.removeRow(row)
checkBoxChanged()
}
}
FluFilledButton{

View File

@ -57,6 +57,7 @@ FluContentPage{
onClicked: {
table_view.closeEditor()
tableModel.removeRow(row)
checkBoxChanged()
}
}
FluFilledButton{