diff --git a/project/xumu/AppDictionary/AppDictionary.vue b/project/xumu/AppDictionary/AppDictionary.vue new file mode 100644 index 00000000..aff3d1b7 --- /dev/null +++ b/project/xumu/AppDictionary/AppDictionary.vue @@ -0,0 +1,32 @@ + + + + + + + + + diff --git a/project/xumu/AppDictionary/dictDetail.vue b/project/xumu/AppDictionary/dictDetail.vue new file mode 100644 index 00000000..b62819ad --- /dev/null +++ b/project/xumu/AppDictionary/dictDetail.vue @@ -0,0 +1,202 @@ + + + + + + + + + + + + + + + + + + + + 添加 + + + + + + + + {{ row.dictValue }} + + + + + + {{ row.dictName }} + + + + + + {{ row.dictColor || '未设置' }} + + + + + + + + + + + + + + + + + + + + + 返回 + 保存 + + + + + + + + diff --git a/project/xumu/AppDictionary/dictList.vue b/project/xumu/AppDictionary/dictList.vue new file mode 100644 index 00000000..4d45be04 --- /dev/null +++ b/project/xumu/AppDictionary/dictList.vue @@ -0,0 +1,142 @@ + + + + + + + + + 添加 + + + + + 查询 + + 重置 + + + + + + + {{ [op.dictValue, op.dictName, op.dictColor].filter(Boolean).join("|") }} + + + + + + + 编辑 + 删除 + + + + + + + + + +