Accept Merge Request #217: (feature/zy -> develop)

Merge Request: feature: 不显示业绩

Created By: @zhuyu
Accepted By: @zhuyu
URL: https://g-bcrc3009.coding.net/p/allocatr/d/allocatr/git/merge/217
This commit is contained in:
zhuyu 2025-07-10 15:06:20 +08:00 committed by Coding
commit 99fc80f682

View File

@ -11,14 +11,12 @@
<tr>
<th>姓名</th>
<th>录单数</th>
<th>录单业绩</th>
</tr>
</thead>
<tbody>
<tr>
<td>{$adminname|htmlentities}</td>
<td>{$data['total']|htmlentities}</td>
<td>{$data['money']|htmlentities}</td>
</tr>
</tbody>
</table>