@@ -3,7 +3,7 @@
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>总台管理登录 - {{ config('app.name', '云享电商SAAS系统') }}</title>
|
||||
<title>总台管理登录 - SaaSShop</title>
|
||||
<link rel="stylesheet" href="/css/admin-base.css">
|
||||
<link rel="stylesheet" href="/css/admin.css">
|
||||
</head>
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>@yield('title', config('app.name', '云享电商SAAS系统') . ' 总台管理')</title>
|
||||
<title>@yield('title', 'SaaSShop 总台管理')</title>
|
||||
<link rel="stylesheet" href="/css/admin-base.css">
|
||||
<link rel="stylesheet" href="/css/admin.css">
|
||||
<link rel="stylesheet" href="/css/admin-components.css">
|
||||
@@ -11,7 +11,7 @@
|
||||
<body>
|
||||
<div class="layout">
|
||||
<aside class="sidebar">
|
||||
<h2 class="sidebar-title">{{ config('app.name', '云享电商SAAS系统') }}</h2>
|
||||
<h2 class="sidebar-title">SaaSShop</h2>
|
||||
<div class="muted">总台管理 / Platform Ops</div>
|
||||
|
||||
<div class="group-title">总览</div>
|
||||
|
||||
@@ -260,7 +260,6 @@
|
||||
$hasReconcileMismatchFilter = (($filters['reconcile_mismatch'] ?? '') === '1');
|
||||
$hasRefundInconsistentFilter = (($filters['refund_inconsistent'] ?? '') === '1');
|
||||
$hasSyncableOnlyFilter = (($filters['syncable_only'] ?? '') === '1');
|
||||
$hasSyncFailedFilter = (($filters['sync_status'] ?? '') === 'failed') || trim((string) ($filters['sync_error_keyword'] ?? '')) !== '' || (($filters['fail_only'] ?? '') === '1');
|
||||
@endphp
|
||||
|
||||
@if($hasReconcileMismatchFilter || $hasRefundInconsistentFilter)
|
||||
@@ -286,13 +285,6 @@
|
||||
@endif
|
||||
@endif
|
||||
|
||||
@if($hasSyncFailedFilter)
|
||||
<div class="muted text-danger mb-10">
|
||||
提示:当前筛选包含「同步失败/失败原因」范围。建议先治理失败原因(修复数据或重试同步),再执行批量同步订阅等工具动作。
|
||||
<a class="link" href="{{ request()->fullUrlWithQuery(['sync_status' => 'failed', 'page' => null]) }}">进入同步失败集合</a>
|
||||
</div>
|
||||
@endif
|
||||
|
||||
<form method="get" action="/admin/platform-orders/export" class="mb-10">
|
||||
<input type="hidden" name="status" value="{{ $filters['status'] ?? '' }}">
|
||||
<input type="hidden" name="payment_status" value="{{ $filters['payment_status'] ?? '' }}">
|
||||
|
||||
Reference in New Issue
Block a user