chore(ui): 线索列表创建订单入口改用统一按钮样式
This commit is contained in:
@@ -116,7 +116,7 @@
|
||||
<td>{{ $l->source }}</td>
|
||||
<td>{{ optional($l->created_at)->format('Y-m-d H:i:s') }}</td>
|
||||
<td>
|
||||
<a class="muted" href="{!! $buildCreatePlatformOrderUrl($l) !!}">创建订单</a>
|
||||
<a class="btn btn-sm" href="{!! $buildCreatePlatformOrderUrl($l) !!}">创建订单</a>
|
||||
</td>
|
||||
</tr>
|
||||
@empty
|
||||
|
||||
Reference in New Issue
Block a user