wupengfei před 2 roky
rodič
revize
bfeb6b0a21

+ 1 - 1
application/car/view/car_info/approve.html

@@ -24,7 +24,7 @@
             </td>
             <td class='text-left nowrap'>{$vo.approve_time|default='--'}</td>
             <td class='text-left nowrap'>{$vo.remark|default='--'}</td>
-            <td class='text-left nowrap'>{$vo.time|default='--'}</td>
+            <td class='text-left nowrap'>{$vo.time_desc|default='--'}</td>
 
         </tr>
         {/foreach}

+ 1 - 1
application/leave/view/leave_info/approve.html

@@ -24,7 +24,7 @@
             </td>
             <td class='text-left nowrap'>{$vo.approve_time|default='--'}</td>
             <td class='text-left nowrap'>{$vo.remark|default='--'}</td>
-            <td class='text-left nowrap'>{$vo.time|default='--'}</td>
+            <td class='text-left nowrap'>{$vo.time_desc|default='--'}</td>
 
         </tr>
         {/foreach}