diff --git a/application/admin/view/dashboard/kpi.html b/application/admin/view/dashboard/kpi.html
index 6362b82..cf7b281 100644
--- a/application/admin/view/dashboard/kpi.html
+++ b/application/admin/view/dashboard/kpi.html
@@ -1,35 +1,34 @@
-
-
-
-
{$kpi_template->name|htmlentities}
-
-
-
-
-
- | 指标名称 |
- 目标值 |
- 完成值 |
- 指标描述 |
- 指标数据 |
- 权重 |
-
-
-
- {foreach $kpi_items as $key => $item}
-
- | {$item->name|htmlentities} |
- {$item->target_value|htmlentities} |
- 0 |
- {$item->desc|htmlentities} |
- 0 |
- {$item->pivot->rate|htmlentities} |
-
- {/foreach}
-
-
-
-
-
+
+
+
+ | 指标名称 |
+ 目标值 |
+ 完成值 |
+ 指标描述 |
+ 指标数据 |
+ 权重 |
+
+
+
+ {foreach $kpi_items as $key => $item}
+
+ | {$item->name|htmlentities} |
+ {$item->target_value|htmlentities} |
+ 0 |
+ {$item->desc|htmlentities} |
+ 0 |
+ {$item->pivot->rate|htmlentities} |
+
+ {/foreach}
+
+
+
+
\ No newline at end of file
diff --git a/application/admin/view/dashboard/task.html b/application/admin/view/dashboard/task.html
index c825a3c..59fc5c3 100644
--- a/application/admin/view/dashboard/task.html
+++ b/application/admin/view/dashboard/task.html
@@ -107,95 +107,97 @@
}
-
-
任务面板
-
-
-
-
-
-
-
-
每日任务
- {if $day}
- {foreach $day as $item}
- {if $item->status == 1 || $item->status == 5}
-
- {else}
-
- {/if}
-
- {if $item.status == 1}待完成
- {elseif $item.status == 2}已完成
- {elseif $item.status == 3}待审核
- {elseif $item.status == 4}已通过
- {elseif $item.status == 5}已驳回
- {elseif $item.status == 6}待执行
- {/if}
-
-
{$item->title}
-
{$item->desc}
-
- {/foreach}
- {else}
-
暂无任务
- {/if}
+
+
+
任务面板
+
+
-
-
-
每周任务
- {if $week}
- {foreach $week as $item}
- {if $item->status == 1 || $item->status == 5}
-
- {else}
-
- {/if}
-
- {if $item.status == 1}待完成
- {elseif $item.status == 2}已完成
- {elseif $item.status == 3}待审核
- {elseif $item.status == 4}已通过
- {elseif $item.status == 5}已驳回
- {elseif $item.status == 6}待执行
- {/if}
-
-
{$item->title}
-
{$item->desc}
-
- {/foreach}
- {else}
-
暂无任务
- {/if}
+
+
+
每日任务
+ {if $day}
+ {foreach $day as $item}
+ {if $item->status == 1 || $item->status == 5}
+
+ {else}
+
+ {/if}
+
+ {if $item.status == 1}待完成
+ {elseif $item.status == 2}已完成
+ {elseif $item.status == 3}待审核
+ {elseif $item.status == 4}已通过
+ {elseif $item.status == 5}已驳回
+ {elseif $item.status == 6}待执行
+ {/if}
+
+
{$item->title}
+
{$item->desc}
+
+ {/foreach}
+ {else}
+
暂无任务
+ {/if}
+
+
+
+
+
每周任务
+ {if $week}
+ {foreach $week as $item}
+ {if $item->status == 1 || $item->status == 5}
+
+ {else}
+
+ {/if}
+
+ {if $item.status == 1}待完成
+ {elseif $item.status == 2}已完成
+ {elseif $item.status == 3}待审核
+ {elseif $item.status == 4}已通过
+ {elseif $item.status == 5}已驳回
+ {elseif $item.status == 6}待执行
+ {/if}
+
+
{$item->title}
+
{$item->desc}
+
+ {/foreach}
+ {else}
+
暂无任务
+ {/if}
+
+
+
+
+
每月任务
+ {if $month}
+ {foreach $month as $item}
+ {if $item->status == 1 || $item->status == 5}
+
+ {else}
+
+ {/if}
+
+ {if $item.status == 1}待完成
+ {elseif $item.status == 2}已完成
+ {elseif $item.status == 3}待审核
+ {elseif $item.status == 4}已通过
+ {elseif $item.status == 5}已驳回
+ {elseif $item.status == 6}待执行
+ {/if}
+
+
{$item->title}
+
{$item->desc}
+
+ {/foreach}
+ {else}
+
暂无任务
+ {/if}
+
+
+
-
-
-
-
每月任务
- {if $month}
- {foreach $month as $item}
- {if $item->status == 1 || $item->status == 5}
-
- {else}
-
- {/if}
-
- {if $item.status == 1}待完成
- {elseif $item.status == 2}已完成
- {elseif $item.status == 3}待审核
- {elseif $item.status == 4}已通过
- {elseif $item.status == 5}已驳回
- {elseif $item.status == 6}待执行
- {/if}
-
-
{$item->title}
-
{$item->desc}
-
- {/foreach}
- {else}
-
暂无任务
- {/if}
-
-
-
+
\ No newline at end of file