zhengyiming
9 天以前 519f3a8da042893d64d5faab697561b5a1c4d6db
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" />