wupengfei 2 rokov pred
rodič
commit
607bed84c4

+ 1 - 2
.idea/workspace.xml

@@ -2,7 +2,6 @@
 <project version="4">
   <component name="ChangeListManager">
     <list default="true" id="1a36929e-c054-4875-a943-593a74e55fa4" name="Default Changelist" comment="">
-      <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
       <change beforePath="$PROJECT_DIR$/application/nutrition/view/video_manage/form.html" beforeDir="false" afterPath="$PROJECT_DIR$/application/nutrition/view/video_manage/form.html" afterDir="false" />
     </list>
     <option name="SHOW_DIALOG" value="false" />
@@ -182,7 +181,7 @@
       <workItem from="1660697982291" duration="9650000" />
       <workItem from="1660730926670" duration="1018000" />
       <workItem from="1660783282150" duration="17421000" />
-      <workItem from="1660870368036" duration="10997000" />
+      <workItem from="1660870368036" duration="11071000" />
     </task>
     <servers />
   </component>

+ 0 - 31
application/nutrition/view/video_manage/form.html

@@ -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;">
-                                &nbsp;<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">