新增游戏分成比例操作时间

master
chenzhi 4 years ago
parent fd285df021
commit 013801556a

@ -35,6 +35,7 @@
<th colspan="2">比例分成</th>
<th>生效时间</th>
<th>操作人</th>
<th>操作时间</th>
</tr>
</thead>
@ -63,6 +64,7 @@
<td>--</td>
</notempty>
<td rowspan="{$data.row}">{$data.admin_name}</td>
<td rowspan="{$data.row}">{$data.create_time}</td>
</tr>
<foreach name="data['valid']" item="valid" key="keys">

@ -113,6 +113,7 @@
<th colspan="2">比例分成</th>
<th>生效时间</th>
<th>操作人</th>
<th>操作时间</th>
<th>操作</th>
</tr>
</thead>
@ -142,6 +143,7 @@
<td>--</td>
</notempty>
<td rowspan="{$data.row}">{$data.admin_name}</td>
<td rowspan="{$data.row}">{$data.create_time}</td>
<td rowspan="{$data['sec_row'][0]}">
<a href="{:U('edit', array('id'=>$data['ids'][0]))}" class="">修改</a>
<a data-url="{:U('del', array('id'=>$data['ids'][0]))}" class="ratio_del">删除</a>

Loading…
Cancel
Save