wupengfei 2 years ago
parent
commit
0d6f99cbe7
2 changed files with 15 additions and 2 deletions
  1. 2 2
      .idea/workspace.xml
  2. 13 0
      application/user/view/user_feedback/form.html

+ 2 - 2
.idea/workspace.xml

@@ -2,8 +2,8 @@
 <project version="4">
   <component name="ChangeListManager">
     <list default="true" id="1a36929e-c054-4875-a943-593a74e55fa4" name="Default Changelist" comment="">
-      <change afterPath="$PROJECT_DIR$/application/common/model/UserFeedback.php" afterDir="false" />
       <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" 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" />
@@ -221,7 +221,7 @@
       <workItem from="1665189429149" duration="5358000" />
       <workItem from="1665206979508" duration="7749000" />
       <workItem from="1665276346161" duration="19728000" />
-      <workItem from="1665362529961" duration="10125000" />
+      <workItem from="1665362529961" duration="10608000" />
     </task>
     <servers />
   </component>

+ 13 - 0
application/user/view/user_feedback/form.html

@@ -2,6 +2,19 @@
 
     <div class="layui-card-body">
 
+
+        <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" >
+                    <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>
+                </select>
+            </div>
+        </div>
+
+
         <div class="layui-row margin-bottom-15">
             <label class="layui-col-xs2 think-form-label">回复内容:</label>
             <label class="layui-col-xs10">