wupengfei 1 年之前
父节点
当前提交
f01761b058
共有 2 个文件被更改,包括 12 次插入4 次删除
  1. 4 4
      .idea/workspace.xml
  2. 8 0
      application/operate/view/recruit_cate/form.html

+ 4 - 4
.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/api/controller/Recruit.php" beforeDir="false" afterPath="$PROJECT_DIR$/application/api/controller/Recruit.php" afterDir="false" />
+      <change beforePath="$PROJECT_DIR$/application/operate/view/recruit_cate/form.html" beforeDir="false" afterPath="$PROJECT_DIR$/application/operate/view/recruit_cate/form.html" afterDir="false" />
     </list>
     <option name="SHOW_DIALOG" value="false" />
     <option name="HIGHLIGHT_CONFLICTS" value="true" />
@@ -391,7 +391,7 @@
       <workItem from="1691110816556" duration="15531000" />
       <workItem from="1691370689465" duration="18334000" />
       <workItem from="1691456758629" duration="20606000" />
-      <workItem from="1691543042280" duration="7827000" />
+      <workItem from="1691543042280" duration="8105000" />
     </task>
     <servers />
   </component>
@@ -541,10 +541,10 @@
       <screen x="0" y="0" width="2560" height="1400" />
     </state>
     <state x="1166" y="605" key="com.intellij.openapi.vcs.update.UpdateOrStatusOptionsDialogupdate-v2/0.0.2560.1400@0.0.2560.1400" timestamp="1687246001889" />
-    <state x="920" y="186" width="1407" height="1056" key="find.popup" timestamp="1691047323462">
+    <state x="920" y="186" width="1407" height="1056" key="find.popup" timestamp="1691551787715">
       <screen x="0" y="0" width="2560" height="1400" />
     </state>
-    <state x="920" y="186" width="1407" height="1056" key="find.popup/0.0.2560.1400@0.0.2560.1400" timestamp="1691047323462" />
+    <state x="920" y="186" width="1407" height="1056" key="find.popup/0.0.2560.1400@0.0.2560.1400" timestamp="1691551787715" />
     <state x="1282" y="549" key="ftp.server.browser" timestamp="1684465678841">
       <screen x="0" y="0" width="2560" height="1400" />
     </state>

+ 8 - 0
application/operate/view/recruit_cate/form.html

@@ -9,6 +9,14 @@
             </div>
         </div>
 
+        {if $Think.get.lev == 3 || (isset($vo.lev) && $vo.lev == 3) }
+        <div class="layui-form-item">
+            <label class="layui-form-label ">LOGO</label>
+            <div class="layui-input-block">
+                <input name="logo" type="hidden" value="{$vo.logo|default=''}">
+            </div>
+        </div>
+        {/if}
     </div>
 
     {notempty name='vo.id'}<input type='hidden' value='{$vo.id}' name='id'>{/notempty}