fix: 修正表名

This commit is contained in:
iridiumR 2023-06-04 14:30:03 +08:00
parent de7bd7f8f2
commit 6efb61ce26
No known key found for this signature in database
GPG key ID: 49735733EB1A32C8

View file

@ -27,9 +27,9 @@ class CategoryTab(TabPage):
topLayout.addWidget(self.categoryAddButton) topLayout.addWidget(self.categoryAddButton)
# 创建表格 # 创建表格
self.accountTable = QTableWidget() self.categoryTable = QTableWidget()
tableLayout = QVBoxLayout() tableLayout = QVBoxLayout()
tableLayout.addWidget(self.accountTable) tableLayout.addWidget(self.categoryTable)
# 应用布局 # 应用布局
categoryLayout = QVBoxLayout() categoryLayout = QVBoxLayout()