wupengfei 2 年 前
コミット
494e4c0bc7
2 ファイル変更31 行追加5 行削除
  1. 5 5
      .idea/workspace.xml
  2. 26 0
      application/nutrition/view/video_manage/form.html

+ 5 - 5
.idea/workspace.xml

@@ -3,7 +3,7 @@
   <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/index.html" beforeDir="false" afterPath="$PROJECT_DIR$/application/nutrition/view/video_manage/index.html" 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" />
     <option name="HIGHLIGHT_CONFLICTS" value="true" />
@@ -121,7 +121,7 @@
     <property name="WebServerToolWindowPanel.toolwindow.show.date" value="false" />
     <property name="WebServerToolWindowPanel.toolwindow.show.permissions" value="false" />
     <property name="WebServerToolWindowPanel.toolwindow.show.size" value="false" />
-    <property name="last_opened_file_path" value="$PROJECT_DIR$/application/nutrition/view/video_comment" />
+    <property name="last_opened_file_path" value="$PROJECT_DIR$/../gaoyix_old" />
     <property name="node.js.detected.package.eslint" value="true" />
     <property name="node.js.detected.package.tslint" value="true" />
     <property name="node.js.path.for.package.eslint" value="project" />
@@ -182,7 +182,7 @@
       <workItem from="1660697982291" duration="9650000" />
       <workItem from="1660730926670" duration="1018000" />
       <workItem from="1660783282150" duration="17421000" />
-      <workItem from="1660870368036" duration="7884000" />
+      <workItem from="1660870368036" duration="10668000" />
     </task>
     <servers />
   </component>
@@ -206,10 +206,10 @@
       <screen x="0" y="0" width="2560" height="1400" />
     </state>
     <state x="283" y="145" width="1942" height="1088" key="DiffContextDialog/0.0.2560.1400@0.0.2560.1400" timestamp="1660792261626" />
-    <state x="1281" y="514" key="FileChooserDialogImpl" timestamp="1660787301174">
+    <state x="1281" y="514" key="FileChooserDialogImpl" timestamp="1660888424112">
       <screen x="0" y="0" width="2560" height="1400" />
     </state>
-    <state x="1281" y="514" key="FileChooserDialogImpl/0.0.2560.1400@0.0.2560.1400" timestamp="1660787301174" />
+    <state x="1281" y="514" key="FileChooserDialogImpl/0.0.2560.1400@0.0.2560.1400" timestamp="1660888424112" />
     <state x="1035" y="389" key="MultipleFileMergeDialog" timestamp="1659576166292">
       <screen x="0" y="0" width="2560" height="1400" />
     </state>

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

@@ -126,6 +126,32 @@
                 </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>
+                            <input type="hidden" name="express[]" class="area_input" value="" />
+                            <td class='text-left area_part'></td>
+                            <td class='text-left '  style=" border-width: 1px 1px 1px !important;">
+                                <input  class="layui-input" type="number" step="1" min="0"  name="first_num[]"   value="" />
+                            </td>
+                            <td class='text-left '  style=" border-width: 1px 1px 1px !important;">
+                                <span class='edit_area' >编 辑</span>  &nbsp;&nbsp;&nbsp;<span class="add_mud">添加分组</span>
+                            </td>
+                        </tr>
+                        </tbody>
+                    </table>
+                </div>
+            </div>
             <input type="hidden" name="type" value="{$type}">
 
             <div class="layui-form-item">