wupengfei 1 рік тому
батько
коміт
220f895af0

+ 2 - 2
.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/operate/view/activity/index.html" beforeDir="false" afterPath="$PROJECT_DIR$/application/operate/view/activity/index.html" afterDir="false" />
+      <change beforePath="$PROJECT_DIR$/application/operate/view/apply_report/index.html" beforeDir="false" afterPath="$PROJECT_DIR$/application/operate/view/apply_report/index.html" afterDir="false" />
     </list>
     <option name="SHOW_DIALOG" value="false" />
     <option name="HIGHLIGHT_CONFLICTS" value="true" />
@@ -378,7 +378,7 @@
       <workItem from="1689813742376" duration="13449000" />
       <workItem from="1689900489647" duration="18483000" />
       <workItem from="1690159826319" duration="22343000" />
-      <workItem from="1690246325106" duration="5802000" />
+      <workItem from="1690246325106" duration="5906000" />
     </task>
     <servers />
   </component>

+ 7 - 0
application/operate/view/apply_report/index.html

@@ -1,4 +1,9 @@
 {extend name='admin@main'}
+
+{block name="button"}
+<button data-action='{:url("remove")}'  data-confirm="确定要删除吗?" data-csrf="{:systoken('remove')}" data-rule="id#{key}" class='layui-btn layui-btn-sm layui-btn-primary'>批量删除</button>
+
+{/block}
 {block name="content"}
 <div class="think-box-shadow">
 
@@ -30,6 +35,7 @@
         {notempty name='list'}
         <thead>
         <tr>
+            <th class='list-table-check-td think-checkbox'><input data-auto-none data-check-target='.list-check-box' type='checkbox'></th>
             <th class='text-left nowrap'>举报用户</th>
             <th class='text-left nowrap'>举报问答</th>
             <th class='text-left nowrap'>举报原因</th>
@@ -41,6 +47,7 @@
         <tbody>
         {foreach $list as $key=>$vo}
         <tr>
+            <td class='list-table-check-td think-checkbox'><input class="list-check-box" value='{$vo.id}' type='checkbox'></td>
             <td class='text-left nowrap'>
                 {notempty name='vo.headimg'}
                 <img data-tips-image style="width:60px;height:60px" src="{$vo.headimg|default=''}" class="margin-right-5 text-top">