src/views/DictionaryManage/DataDictionary.vue
@@ -43,9 +43,6 @@ :before-change="() => setCategoryVis(row)" /> </template> <template #category="{ row }"> {{ row.category?.name }} </template> </ProTableV2> </AppContainer> <AddOrEditDictionaryDialog v-bind="dialogProps" />