wupengfei 2 jaren geleden
bovenliggende
commit
3bc04b004f
2 gewijzigde bestanden met toevoegingen van 3 en 4 verwijderingen
  1. 2 3
      .idea/workspace.xml
  2. 1 1
      application/user/view/user_feedback/form.html

+ 2 - 3
.idea/workspace.xml

@@ -3,8 +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/user/controller/UserFeedback.php" beforeDir="false" afterPath="$PROJECT_DIR$/application/user/controller/UserFeedback.php" afterDir="false" />
-      <change beforePath="$PROJECT_DIR$/application/user/view/user_feedback/index.html" beforeDir="false" afterPath="$PROJECT_DIR$/application/user/view/user_feedback/index.html" afterDir="false" />
+      <change beforePath="$PROJECT_DIR$/application/user/view/user_feedback/form.html" beforeDir="false" afterPath="$PROJECT_DIR$/application/user/view/user_feedback/form.html" afterDir="false" />
     </list>
     <option name="SHOW_DIALOG" value="false" />
     <option name="HIGHLIGHT_CONFLICTS" value="true" />
@@ -222,7 +221,7 @@
       <workItem from="1665189429149" duration="5358000" />
       <workItem from="1665206979508" duration="7749000" />
       <workItem from="1665276346161" duration="19728000" />
-      <workItem from="1665362529961" duration="10820000" />
+      <workItem from="1665362529961" duration="10852000" />
     </task>
     <servers />
   </component>

+ 1 - 1
application/user/view/user_feedback/form.html

@@ -6,7 +6,7 @@
         <div class="layui-row margin-bottom-15">
             <label class="layui-col-xs2 think-form-label">处理进度:</label>
             <div class="layui-input-inline">
-                <select name="level_id" >
+                <select name="status" >
                     <option value="0" {if $vo.status == 0}selected{/if}>未处理</option>
                     <option value="1" {if $vo.status == 1}selected{/if}>处理中</option>
                     <option value="2" {if $vo.status == 2}selected{/if}>已完成</option>