From 21da6d4908e691022f2e2eb456a7c7df31353171 Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@63.com>
Date: 星期四, 24 十一月 2022 10:41:52 +0800
Subject: [PATCH] #
---
src/main/webapp/views/plan/plan_more.html | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/src/main/webapp/views/plan/plan_more.html b/src/main/webapp/views/plan/plan_more.html
index dbbcdd1..5d6131a 100644
--- a/src/main/webapp/views/plan/plan_more.html
+++ b/src/main/webapp/views/plan/plan_more.html
@@ -139,6 +139,8 @@
<fieldset class="layui-elem-field layui-field-title" style="margin-top: 20px;">
<legend style="font-size: 13px">鍏朵粬</legend>
</fieldset>
+ <div id="customizeBox" class="formDes">
+ </div>
</div>
<!-- 鍞墠瑙勫垝 -->
@@ -301,8 +303,11 @@
let plan = res.data;
top.planByMore = null;
$("#form-name").html(plan.name);
+ // 琛ュ厖html
+ $('#customizeBox').html(plan.formHtml)
// 璁惧鏄庣粏
form.val('formAdvForm', plan);
+ top.convertDisabled($('#formAdvForm :input'), true);
// 璺熻繘浜�
initFollowers(plan.id);
layDateRender();
--
Gitblit v1.9.1