wupengfei 1 year ago
parent
commit
6465d9cb4c
2 changed files with 4 additions and 3 deletions
  1. 3 2
      .idea/workspace.xml
  2. 1 1
      application/operate/controller/TemplateItem.php

+ 3 - 2
.idea/workspace.xml

@@ -2,7 +2,8 @@
 <project version="4">
   <component name="ChangeListManager">
     <list default="true" id="1a36929e-c054-4875-a943-593a74e55fa4" name="Default Changelist" comment="">
-      <change beforePath="$PROJECT_DIR$/application/operate/view/template_item/index.html" beforeDir="false" afterPath="$PROJECT_DIR$/application/operate/view/template_item/index.html" afterDir="false" />
+      <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
+      <change beforePath="$PROJECT_DIR$/application/operate/controller/TemplateItem.php" beforeDir="false" afterPath="$PROJECT_DIR$/application/operate/controller/TemplateItem.php" afterDir="false" />
     </list>
     <option name="SHOW_DIALOG" value="false" />
     <option name="HIGHLIGHT_CONFLICTS" value="true" />
@@ -302,7 +303,7 @@
       <workItem from="1682556776667" duration="259000" />
       <workItem from="1682557049256" duration="2452000" />
       <workItem from="1682560166739" duration="16718000" />
-      <workItem from="1682643377193" duration="15653000" />
+      <workItem from="1682643377193" duration="15677000" />
     </task>
     <servers />
   </component>

+ 1 - 1
application/operate/controller/TemplateItem.php

@@ -32,7 +32,7 @@ class TemplateItem extends Controller
     public function index()
     {
         $template = input('template_id');
-        $this->title = '模板列表';
+        $this->title = '列表';
         $query = $this->_query($this->table)
             ->where('is_deleted',0)
             ->where('template_id',$template)