From 72f84864736d4fb8edde5ccf057b9d15c241dcb6 Mon Sep 17 00:00:00 2001 From: luxiaotao1123 <t1341870251@63.com> Date: 星期四, 24 十一月 2022 16:06:57 +0800 Subject: [PATCH] # --- src/main/webapp/views/planType/planType.html | 13 ++++++++++++- 1 files changed, 12 insertions(+), 1 deletions(-) diff --git a/src/main/webapp/views/planType/planType.html b/src/main/webapp/views/planType/planType.html index d48f46a..1169eda 100644 --- a/src/main/webapp/views/planType/planType.html +++ b/src/main/webapp/views/planType/planType.html @@ -91,6 +91,16 @@ </div> </div> <div class="layui-form-item"> + <label class="layui-form-label layui-form-required">鍖哄垎: </label> + <div class="layui-input-block"> + <select name="type" lay-verType="tips" lay-verify="required" required> + <option value="">璇烽�夋嫨鍖哄垎</option> + <option value="1">璐ф灦</option> + <option value="2">闆嗘垚</option> + </select> + </div> + </div> + <div class="layui-form-item"> <label class="layui-form-label">绫诲瀷鏍囪瘑</label> <div class="layui-input-block"> <input class="layui-input" name="flag" placeholder="璇疯緭鍏ユ爣璇�"/> @@ -165,7 +175,8 @@ {type: 'numbers', title: '#'} // ,{field: 'id', title: 'ID', sort: true,align: 'center', fixed: 'left', width: 80} ,{field: 'name', align: 'center',title: '绫诲瀷鍚嶇О'} - ,{field: 'flag', align: 'center',title: '绫诲瀷鏍囪瘑'} + ,{field: 'type$', align: 'center',title: '鍖哄垎'} + // ,{field: 'flag', align: 'center',title: '绫诲瀷鏍囪瘑'} // ,{field: 'createTime$', align: 'center',title: '娣诲姞鏃堕棿'} // ,{field: 'status$', align: 'center',title: '鐘舵��'} // ,{field: 'createTime$', align: 'center',title: '娣诲姞鏃堕棿'} -- Gitblit v1.9.1