feature: 面板

This commit is contained in:
zhuyu 2025-05-23 15:33:19 +08:00
parent d21f64d4a7
commit 5de62ecdb6

View File

@ -11,8 +11,9 @@
<tr>
<th>指标名称</th>
<th>目标值</th>
<th>目标值(单位)</th>
<th>完成值</th>
<th>指标描述</th>
<th>指标数据</th>
<th>权重</th>
</tr>
</thead>
@ -21,8 +22,9 @@
<tr>
<td>{$item->name|htmlentities}</td>
<td>{$item->target_value|htmlentities}</td>
<td>{$item->unit_text|htmlentities}</td>
<td>0</td>
<td>{$item->desc|htmlentities}</td>
<td>0</td>
<td>{$item->pivot->rate|htmlentities}</td>
</tr>
{/foreach}