From 36b53988488c043e41bb1afbb900806da808ca5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E8=A3=95=E8=B4=A2?= Date: Sun, 8 Oct 2023 21:43:28 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/mdp/form/formDef/Form.vue | 8 +- src/views/mdp/form/source/Index.vue | 198 ++++++++++++++++++++++++++++ 2 files changed, 205 insertions(+), 1 deletion(-) create mode 100644 src/views/mdp/form/source/Index.vue diff --git a/src/views/mdp/form/formDef/Form.vue b/src/views/mdp/form/formDef/Form.vue index f2ab189..5532002 100644 --- a/src/views/mdp/form/formDef/Form.vue +++ b/src/views/mdp/form/formDef/Form.vue @@ -11,7 +11,8 @@ - 关闭 + 关闭 + 显示源代码 提交 提交 @@ -57,6 +58,11 @@ + + + diff --git a/src/views/mdp/form/source/Index.vue b/src/views/mdp/form/source/Index.vue new file mode 100644 index 0000000..c4fe855 --- /dev/null +++ b/src/views/mdp/form/source/Index.vue @@ -0,0 +1,198 @@ + + + + + \ No newline at end of file