diff --git a/src/components/piDictText/index.vue b/src/components/piDictText/index.vue
new file mode 100644
index 0000000..174b34b
--- /dev/null
+++ b/src/components/piDictText/index.vue
@@ -0,0 +1,69 @@
+
+
+ {{ defaultValue[dictConfig.props.label] }}
+
+ {{ defaultValue[dictConfig.props.label] }}
+
+
+
diff --git a/src/config/dict.ts b/src/config/dict.ts
new file mode 100644
index 0000000..28a7301
--- /dev/null
+++ b/src/config/dict.ts
@@ -0,0 +1,11 @@
+import API from "@/api";
+
+export default {
+ api: API.system.dict_data.option,
+ successCode: 0,
+ props: {
+ label: 'dict_label',
+ value: 'dict_value',
+ style: 'show_style'
+ }
+}