From 2056798d92b29554b7598ee3aa2511c1804cf1fc Mon Sep 17 00:00:00 2001
From: hudan <h571871232@163.com>
Date: Wed, 25 Nov 2020 09:07:31 +0800
Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9Eip=E5=9C=B0=E5=9D=80=E8=BE=93?=
 =?UTF-8?q?=E5=85=A5=E6=A1=86=E7=BC=96=E8=BE=91=E5=99=A8?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 .../EDITOR.vue.ftl"                                   | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git "a/@EDITOR/IP\345\234\260\345\235\200\350\276\223\345\205\245\346\241\206/EDITOR.vue.ftl" "b/@EDITOR/IP\345\234\260\345\235\200\350\276\223\345\205\245\346\241\206/EDITOR.vue.ftl"
index e69de29b..6e66e778 100644
--- "a/@EDITOR/IP\345\234\260\345\235\200\350\276\223\345\205\245\346\241\206/EDITOR.vue.ftl"
+++ "b/@EDITOR/IP\345\234\260\345\235\200\350\276\223\345\205\245\346\241\206/EDITOR.vue.ftl"
@@ -0,0 +1,11 @@
+<#if editor?? && editor.render??> 
+    ${editor.render.code}
+<#else>
+<app-input-ip
+    v-model="data.${editor.name}" 
+    :context="context"
+    :formState="formState"
+    :viewparams="viewparams"
+    :disabled="detailsModel.${editor.name}.disabled"
+    @enter="onEnter($event)">
+</app-input-ip>
-- 
2.21.0