feature: 面板
This commit is contained in:
parent
d21f64d4a7
commit
5de62ecdb6
|
|
@ -11,8 +11,9 @@
|
||||||
<tr>
|
<tr>
|
||||||
<th>指标名称</th>
|
<th>指标名称</th>
|
||||||
<th>目标值</th>
|
<th>目标值</th>
|
||||||
<th>目标值(单位)</th>
|
<th>完成值</th>
|
||||||
<th>指标描述</th>
|
<th>指标描述</th>
|
||||||
|
<th>指标数据</th>
|
||||||
<th>权重</th>
|
<th>权重</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
|
|
@ -21,8 +22,9 @@
|
||||||
<tr>
|
<tr>
|
||||||
<td>{$item->name|htmlentities}</td>
|
<td>{$item->name|htmlentities}</td>
|
||||||
<td>{$item->target_value|htmlentities}</td>
|
<td>{$item->target_value|htmlentities}</td>
|
||||||
<td>{$item->unit_text|htmlentities}</td>
|
<td>0</td>
|
||||||
<td>{$item->desc|htmlentities}</td>
|
<td>{$item->desc|htmlentities}</td>
|
||||||
|
<td>0</td>
|
||||||
<td>{$item->pivot->rate|htmlentities}</td>
|
<td>{$item->pivot->rate|htmlentities}</td>
|
||||||
</tr>
|
</tr>
|
||||||
{/foreach}
|
{/foreach}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user