diff --git a/ruoyi-ui/src/views/system/dict/detail.vue b/ruoyi-ui/src/views/system/dict/detail.vue new file mode 100644 index 000000000..b1e3dc96b --- /dev/null +++ b/ruoyi-ui/src/views/system/dict/detail.vue @@ -0,0 +1,203 @@ + + + + + + 加载中... + + + + 暂无字典数据 + + + + + + {{ dataList.length }} + 共计条目 + + + + + {{ normalCount }} + 正常 + + + + + {{ disabledCount }} + 停用 + + + + + + 标签 + + {{ item.dictLabel }} + {{ item.dictLabel }} + + + + 键值 + {{ item.dictValue }} + + + 状态 + + + {{ item.status === '0' ? '正常' : '停用' }} + + + + + + + + + + + + diff --git a/ruoyi-ui/src/views/system/dict/index.vue b/ruoyi-ui/src/views/system/dict/index.vue index 127a17f0c..124050d61 100644 --- a/ruoyi-ui/src/views/system/dict/index.vue +++ b/ruoyi-ui/src/views/system/dict/index.vue @@ -113,9 +113,7 @@ - - {{ scope.row.dictType }} - + {{ scope.row.dictType }} @@ -138,6 +136,13 @@ @click="handleUpdate(scope.row)" v-hasPermi="['system:dict:edit']" >修改 + 列表 取 消 + +