quguofeng vor 1 Jahr
Ursprung
Commit
bf5c2308d4
2 geänderte Dateien mit 3 neuen und 2 gelöschten Zeilen
  1. 2 1
      .idea/workspace.xml
  2. 1 1
      application/nutrition/view/top_search/index.html

+ 2 - 1
.idea/workspace.xml

@@ -3,6 +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/controller/TopSearch.php" beforeDir="false" afterPath="$PROJECT_DIR$/application/nutrition/controller/TopSearch.php" afterDir="false" />
     </list>
     <option name="SHOW_DIALOG" value="false" />
     <option name="HIGHLIGHT_CONFLICTS" value="true" />
@@ -442,7 +443,7 @@
       <workItem from="1694739473903" duration="20371000" />
       <workItem from="1694997975324" duration="2346000" />
       <workItem from="1695350550757" duration="6033000" />
-      <workItem from="1695861111953" duration="10121000" />
+      <workItem from="1695861111953" duration="10389000" />
     </task>
     <servers />
   </component>

+ 1 - 1
application/nutrition/view/top_search/index.html

@@ -28,7 +28,7 @@
             <td class='list-table-check-td think-checkbox'><input class="list-check-box" value='{$vo.id}' type='checkbox'></td>
             <td class='text-left nowrap'>{$vo.id|default=''}</td>
             <td class='text-left nowrap'>{$vo.title|default=''}</td>
-            <td class='text-left nowrap'>{$type_desc[$vo.type]|default='--'}</td>
+            <td class='text-left nowrap'>{$type_desc[$vo.module]|default='--'}</td>
             <td class='text-left nowrap'>{$vo.num|default='0'}</td>
             <td class='text-left nowrap'>{$vo.status == 1 ?'已启用' :'已禁用'}</td>
             <td class='text-left' >