|
@@ -11,7 +11,6 @@
|
|
|
<th class='text-left nowrap'>等级id</th>
|
|
|
<th class="text-left" >等级名称</th>
|
|
|
<th class="text-left" >等级描述</th>
|
|
|
- <th class="text-left" >成长值</th>
|
|
|
<th class="text-left" style="width: 20%">操作</th>
|
|
|
</tr>
|
|
|
</thead>
|
|
@@ -22,7 +21,6 @@
|
|
|
<td class='text-left nowrap'>{$vo.id|default=''}</td>
|
|
|
<td class='text-left nowrap'>{$vo.name|default=''}</td>
|
|
|
<td class='text-left nowrap'>{$vo.desc|default=''}</td>
|
|
|
- <td class='text-left nowrap'>{$vo.growth|default='0'}</td>
|
|
|
<td class='text-left' style="width: 20%">
|
|
|
<a data-title="编辑" class="layui-btn layui-btn-sm" data-modal='{:url("edit")}?id={$vo.id}'>编 辑</a>
|
|
|
</td>
|