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:
commit
99fc80f682
|
|
@ -11,14 +11,12 @@
|
||||||
<tr>
|
<tr>
|
||||||
<th>姓名</th>
|
<th>姓名</th>
|
||||||
<th>录单数</th>
|
<th>录单数</th>
|
||||||
<th>录单业绩</th>
|
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr>
|
<tr>
|
||||||
<td>{$adminname|htmlentities}</td>
|
<td>{$adminname|htmlentities}</td>
|
||||||
<td>{$data['total']|htmlentities}</td>
|
<td>{$data['total']|htmlentities}</td>
|
||||||
<td>{$data['money']|htmlentities}</td>
|
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user