diff --git a/src/types/api/system/dict.ts b/src/types/api/system/dict.ts index fb1d7d3..cf02597 100644 --- a/src/types/api/system/dict.ts +++ b/src/types/api/system/dict.ts @@ -21,6 +21,8 @@ export interface DictDataQueryParams extends PageDomain { dictName?: string; /** 字典标签 */ dictLabel?: string; + /** 字典类型 */ + dictType?: string; /** 状态 */ status?: string; } diff --git a/src/views/system/dict/detail.vue b/src/views/system/dict/detail.vue new file mode 100644 index 0000000..f3cd186 --- /dev/null +++ b/src/views/system/dict/detail.vue @@ -0,0 +1,203 @@ + + + + + diff --git a/src/views/system/dict/index.vue b/src/views/system/dict/index.vue index aaf2e3d..1942014 100644 --- a/src/views/system/dict/index.vue +++ b/src/views/system/dict/index.vue @@ -106,11 +106,11 @@ - + - + @@ -176,10 +177,13 @@ + +