|
@@ -140,7 +140,7 @@
|
|
|
<tbody class="mud_html">
|
|
|
<tr>
|
|
|
<td class='text-left label_group' >
|
|
|
- <input type="checkbox" >
|
|
|
+ <input type="checkbox" style="margin-left:10px;"/>
|
|
|
</td>
|
|
|
<td class='text-left ' style=" border-width: 1px 1px 1px !important;">
|
|
|
<span class="add_mud">添加分组</span>
|
|
@@ -149,6 +149,13 @@
|
|
|
</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}">
|
|
|
|