|
@@ -126,37 +126,6 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
|
|
|
-
|
|
|
- <div class="layui-form-item">
|
|
|
- <label class="layui-form-label label-required">自定义标签</label>
|
|
|
- <div class="layui-input-block">
|
|
|
- <table class="layui-table margin-top-10" lay-skin="line">
|
|
|
- <thead>
|
|
|
- <tr>
|
|
|
- <th class='text-left nowrap' style="width: 60%"></th>
|
|
|
- <th class='text-left nowrap' style="width: 10%; border-width: 1px 1px 1px !important;">操作</th>
|
|
|
- </tr>
|
|
|
- </thead>
|
|
|
- <tbody class="mud_html">
|
|
|
- <tr>
|
|
|
- <td class='text-left label_group' >
|
|
|
- <input type="checkbox" style="margin-left:10px;"/>
|
|
|
- </td>
|
|
|
- <td class='text-left ' style=" border-width: 1px 1px 1px !important;">
|
|
|
- <span class="add_mud">添加分组</span>
|
|
|
- </td>
|
|
|
- </tr>
|
|
|
- </tbody>
|
|
|
- </table>
|
|
|
- </div>
|
|
|
- <script>
|
|
|
- $(document).on('click','.add_mud',function () {
|
|
|
- $(".label_group").append('<input type="checkbox" style="margin-left:10px;"/>')
|
|
|
- layer.render()
|
|
|
- });
|
|
|
- </script>
|
|
|
-
|
|
|
- </div>
|
|
|
<input type="hidden" name="type" value="{$type}">
|
|
|
|
|
|
<div class="layui-form-item">
|