Skip to content

Commit

Permalink
调整 coupon 列宽
Browse files Browse the repository at this point in the history
  • Loading branch information
twinh committed Jul 4, 2017
1 parent 30d4ec7 commit 01cf69d
Showing 1 changed file with 6 additions and 13 deletions.
19 changes: 6 additions & 13 deletions resources/views/admin/coupon/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,18 +39,16 @@
<?php if ($req['userlist'] || $req['groupId']) : ?>
<th></th>
<?php endif; ?>
<th class="t-3">编号</th>
<th class="t-2">编号</th>
<th class="t-4">图片</th>
<th class="t-10">名称</th>
<th>名称</th>
<th class="t-3">金额</th>
<th class="t-4">限制金额</th>
<th class="t-4">库存数量</th>
<th class="t-4">有效期(日)</th>
<th class="t-10">规则</th>
<th class="t-10">备注</th>
<th class="t-3">启用</th>
<th class="t-3">顺序</th>
<th>操作</th>
<th class="t-2">启用</th>
<th class="t-2">顺序</th>
<th class="t-6">操作</th>
</tr>
</thead>
<tbody></tbody>
Expand Down Expand Up @@ -81,6 +79,7 @@
<a href="javascript:sendAll(<%= id %>)" title="发送">
发送
</a>
<br>
<a href="<?= wei()->url('admin/coupon/edit') ?>?id=<%= id %>">
编辑
</a>
Expand Down Expand Up @@ -132,12 +131,6 @@
{
data: 'validDay'
},
{
data: 'rule'
},
{
data: 'remark'
},
{
data: 'enable',
render: function (data, type, full) {
Expand Down

0 comments on commit 01cf69d

Please sign in to comment.