wupengfei 1 year ago
parent
commit
c8fa0e9aed
2 changed files with 8 additions and 3 deletions
  1. 2 3
      .idea/workspace.xml
  2. 6 0
      application/operate/view/reply_comment/index_search.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/nutrition/view/comment_report/index.html" beforeDir="false" afterPath="$PROJECT_DIR$/application/nutrition/view/comment_report/index.html" afterDir="false" />
-      <change beforePath="$PROJECT_DIR$/application/operate/controller/ReplyComment.php" beforeDir="false" afterPath="$PROJECT_DIR$/application/operate/controller/ReplyComment.php" afterDir="false" />
+      <change beforePath="$PROJECT_DIR$/application/operate/view/reply_comment/index_search.html" beforeDir="false" afterPath="$PROJECT_DIR$/application/operate/view/reply_comment/index_search.html" afterDir="false" />
     </list>
     <option name="SHOW_DIALOG" value="false" />
     <option name="HIGHLIGHT_CONFLICTS" value="true" />
@@ -314,7 +313,7 @@
       <workItem from="1683680449159" duration="24035000" />
       <workItem from="1683766597228" duration="22109000" />
       <workItem from="1683852930702" duration="24375000" />
-      <workItem from="1684112329391" duration="15681000" />
+      <workItem from="1684112329391" duration="15783000" />
     </task>
     <servers />
   </component>

+ 6 - 0
application/operate/view/reply_comment/index_search.html

@@ -1,6 +1,12 @@
 <fieldset>
     <legend>条件搜索</legend>
     <form class="layui-form layui-form-pane form-search" action="{:request()->url()}" onsubmit="return false" method="get" autocomplete="off">
+        <div class="layui-form-item layui-inline">
+            <label class="layui-form-label">ID</label>
+            <div class="layui-input-inline">
+                <input name="id" maxlength="60"  value='{$Think.get.id|default=""}' placeholder="请输入ID" class="layui-input">
+            </div>
+        </div>
 
         <div class="layui-form-item layui-inline">
             <label class="layui-form-label">用户名</label>