From 8ff331dadbcb2720a667da447998a749b29db2f1 Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@63.com>
Date: 星期一, 28 十一月 2022 14:25:25 +0800
Subject: [PATCH] #

---
 src/main/webapp/views/planType/planType.html |   15 +++++++++++++--
 1 files changed, 13 insertions(+), 2 deletions(-)

diff --git a/src/main/webapp/views/planType/planType.html b/src/main/webapp/views/planType/planType.html
index d25526c..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="璇疯緭鍏ユ爣璇�"/>
@@ -156,7 +166,7 @@
         var insTb = table.render({
             elem: '#planTypeTable',
             headers: {token: localStorage.getItem('token')},
-            url: baseUrl+'/planType/list/auth',
+            url: baseUrl+'/planType/page/auth',
             page: true,
             limit: 16,
             limits: [16, 30, 50, 100, 200, 500],
@@ -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