4450 lines
162 KiB
HTML
4450 lines
162 KiB
HTML
<!DOCTYPE html> <html lang=en data-theme=dark><!--
|
||
--><meta charset=utf-8>
|
||
<meta name=viewport content="width=device-width, initial-scale=1.0">
|
||
<title>E-Commerce Order Audit System V9.4 (Full Stack)</title>
|
||
<style>:root{--primary:#2563eb;--primary-hover:#1d4ed8;--primary-light:#eff6ff;--bg-body:#f1f5f9;--bg-card:#ffffff;--bg-sidebar:#ffffff;--bg-header:#1e293b;--text-main:#0f172a;--text-muted:#64748b;--border:#e2e8f0;--success:#10b981;--warning:#f59e0b;--danger:#ef4444;--info:#06b6d4;--sidebar-w:260px;--header-h:60px;--shadow-sm:0 1px 2px 0 rgb(0 0 0/0.05);--shadow-md:0 4px 6px -1px rgb(0 0 0/0.1);--trans:all 0.25s cubic-bezier(0.4,0,0.2,1)}[data-theme="dark"]{--bg-body:#0f172a;--bg-card:#1e293b;--bg-sidebar:#1e293b;--bg-header:#020617;--text-main:#f1f5f9;--text-muted:#94a3b8;--border:#334155;--primary-light:rgba(37,99,235,0.1)}*{box-sizing:border-box;outline:none}body{font-family:"Segoe UI",Roboto,Helvetica,Arial,sans-serif;background-color:var(--bg-body);margin:0;color:var(--text-main);font-size:14px;overflow:hidden;transition:background 0.3s}a,button{cursor:pointer;transition:var(--trans);color:inherit;text-decoration:none}.icon{width:16px;height:16px;fill:currentColor;vertical-align:middle;margin-right:4px}.app-container{display:flex;flex-direction:column;height:100vh}.header{height:var(--header-h);background:var(--bg-header);color:white;display:flex;justify-content:space-between;align-items:center;padding:0 20px;z-index:50;box-shadow:var(--shadow-md)}.brand{font-size:18px;font-weight:700;display:flex;align-items:center;gap:10px}.brand span{padding:4px 8px;background:var(--primary);border-radius:4px;font-size:14px}.nav-top a{padding:8px 12px;color:#94a3b8;font-size:13px;border-radius:4px}.nav-top a:hover,.nav-top a.active{color:white;background:rgba(255,255,255,0.1)}.user-area{display:flex;align-items:center;gap:15px}.avatar{width:32px;height:32px;background:var(--primary);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:bold;border:2px solid rgba(255,255,255,0.2)}.main-body{display:flex;flex:1;overflow:hidden}.sidebar{width:var(--sidebar-w);background:var(--bg-sidebar);border-right:1px solid var(--border);display:flex;flex-direction:column;padding-top:10px;transition:background 0.3s}.menu-group{margin-bottom:20px}.menu-header{font-size:11px;text-transform:uppercase;color:var(--text-muted);padding:0 20px;margin-bottom:8px;font-weight:700}.menu-item{padding:10px 20px;display:flex;align-items:center;color:var(--text-muted);font-weight:500;border-left:3px solid transparent}.menu-item:hover{background:var(--bg-body);color:var(--text-main)}.menu-item.active{background:var(--primary-light);color:var(--primary);border-left-color:var(--primary)}.badge{margin-left:auto;background:var(--danger);color:white;font-size:10px;padding:2px 6px;border-radius:10px}.content{flex:1;overflow-y:auto;padding:25px;position:relative}.view-panel{animation:fadeIn 0.3s ease}.view-panel.active{display:block}@keyframes fadeIn{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.filter-panel{background:var(--bg-card);padding:15px;border-radius:8px;border:1px solid var(--border);margin-bottom:20px;display:flex;gap:15px;flex-wrap:wrap;align-items:flex-end}.form-group{display:flex;flex-direction:column;gap:5px}.form-group label{font-size:12px;font-weight:600;color:var(--text-muted)}.input-control{padding:8px 12px;border:1px solid var(--border);border-radius:4px;background:var(--bg-body);color:var(--text-main);width:180px;font-size:13px}.btn{padding:8px 16px;border-radius:4px;border:none;font-size:13px;font-weight:500;display:inline-flex;align-items:center;justify-content:center;gap:5px}.btn-primary{background:var(--primary);color:white}.btn-secondary{background:var(--bg-card);border:1px solid var(--border);color:var(--text-main)}.btn-danger{background:var(--danger);color:white}.order-table-wrapper{border:1px solid var(--border);border-radius:8px;overflow:auto;background:var(--bg-card);max-height:calc(100vh - 250px)}.order-table{width:100%;border-collapse:collapse;font-size:13px;text-align:left}.order-table th{background:var(--bg-body);padding:12px 15px;font-weight:600;color:var(--text-muted);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:10;box-shadow:0 1px 2px rgba(0,0,0,0.05)}.order-table td{padding:12px 15px;border-bottom:1px solid var(--border);color:var(--text-main);vertical-align:top}.order-table tr:hover td{background:var(--primary-light)}.tag{font-size:11px;padding:2px 6px;border-radius:4px;display:inline-block;font-weight:600;margin-right:4px}.tag-urgent{background:#fee2e2;color:#b91c1c;border:1px solid #fecaca}.tag-large{background:#e0f2fe;color:#0369a1;border:1px solid #bae6fd}.tag-risk{background:#fef3c7;color:#b45309;border:1px solid #fde68a}.tag-vip{background:#f3e8ff;color:#7e22ce;border:1px solid #d8b4fe}.status-dot{display:inline-block;width:8px;height:8px;border-radius:50%;margin-right:6px}.status-pending{background:#f59e0b}.risk-bar-container{width:80px;height:6px;background:#e2e8f0;border-radius:3px;margin-top:5px;overflow:hidden}.risk-bar-fill{height:100%;transition:width 0.3s}.drawer-backdrop{position:fixed;inset:0;background:rgba(0,0,0,0.5);z-index:100;opacity:0;transition:opacity 0.3s}.drawer{position:fixed;top:0;right:-600px;width:500px;height:100vh;background:var(--bg-card);z-index:101;box-shadow:-5px 0 20px rgba(0,0,0,0.1);transition:right 0.4s cubic-bezier(0.25,0.8,0.25,1);display:flex;flex-direction:column}.drawer-header{padding:20px;border-bottom:1px solid var(--border);display:flex;justify-content:space-between;align-items:center;background:var(--bg-body)}.drawer-body{flex:1;padding:25px;overflow-y:auto}.drawer-footer{padding:15px 20px;border-top:1px solid var(--border);display:flex;justify-content:flex-end;gap:10px;background:var(--bg-body)}.modal-overlay{position:fixed;inset:0;background:rgba(0,0,0,0.6);z-index:200;justify-content:center;align-items:center;backdrop-filter:blur(2px)}.toast-container{position:fixed;top:20px;right:20px;z-index:300;display:flex;flex-direction:column;gap:10px}.slider:before{position:absolute;content:"";height:16px;width:16px;left:2px;bottom:2px;background-color:white;transition:.4s;border-radius:50%}input:checked+.slider{background-color:var(--primary)}input:checked+.slider:before{transform:translateX(20px)}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}</style>
|
||
<meta name=referrer content=no-referrer><style>.sf-hidden{display:none!important}</style><link rel=canonical href=http://127.0.0.1:5500/002/2-all.html><meta http-equiv=content-security-policy content="default-src 'none'; font-src 'self' data:; img-src 'self' data:; style-src 'unsafe-inline'; media-src 'self' data:; script-src 'unsafe-inline' data:; object-src 'self' data:; frame-src 'self' data:;"></head>
|
||
<body>
|
||
<svg style=display:none>
|
||
<symbol id=i-home viewBox="0 0 24 24"><path d="M10 20v-6h4v6h5v-8h3L12 3 2 12h3v8z"></path></symbol>
|
||
<symbol id=i-list viewBox="0 0 24 24"><path d="M3 13h2v-2H3v2zm0 4h2v-2H3v2zm0-8h2V7H3v2zm4 4h14v-2H7v2zm0 4h14v-2H7v2zM7 7v2h14V7H7z"></path></symbol>
|
||
<symbol id=i-risk viewBox="0 0 24 24"><path d="M12 2L1 21h22L12 2zm1 14h-2v2h2v-2zm0-6h-2v4h2v-4z"></path></symbol>
|
||
<symbol id=i-settings viewBox="0 0 24 24"><path d="M19.14 12.94c.04-.3.06-.61.06-.94 0-.32-.02-.64-.07-.94l2.03-1.58c.18-.14.23-.41.12-.61l-1.92-3.32c-.12-.22-.37-.29-.59-.22l-2.39.96c-.5-.38-1.03-.7-1.62-.94l-.36-2.54c-.04-.24-.24-.41-.48-.41h-3.84c-.24 0-.43.17-.47.41l-.36 2.54c-.59.24-1.13.57-1.62.94l-2.39-.96c-.22-.08-.47 0-.59.22L3.16 8.87c-.12.21-.08.47.12.61l2.03 1.58c-.05.3-.09.63-.09.94s.04.64.09.94l-2.03 1.58c-.18.14-.23.41-.12.61l1.92 3.32c.12.22.37.29.59.22l2.39-.96c.5.38 1.03.7 1.62.94l.36 2.54c.04.24.24.41.48.41h3.84c.24 0 .43-.17.47-.41l.36-2.54c.59-.24 1.13-.57 1.62-.94l2.39.96c.22.08.47 0 .59-.22l1.92-3.32c.12-.22.08-.47-.12-.61l-2.01-1.58zM12 15.6c-1.98 0-3.6-1.62-3.6-3.6s1.62-3.6 3.6-3.6 3.6 1.62 3.6 3.6-1.62 3.6-3.6 3.6z"></path></symbol>
|
||
<symbol id=i-eye viewBox="0 0 24 24"><path d="M12 4.5C7 4.5 2.73 7.61 1 12c1.73 4.39 6 7.5 11 7.5s9.27-3.11 11-7.5c-1.73-4.39-6-7.5-11-7.5zM12 17c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5zm0-8c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3z"></path></symbol>
|
||
<symbol id=i-check viewBox="0 0 24 24"><path d="M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z"></path></symbol>
|
||
</svg>
|
||
<div class=app-container>
|
||
<header class=header>
|
||
<div class=brand>
|
||
<svg class=icon style=width:24px;height:24px><use xlink:href=#i-check></use></svg>
|
||
GlobalGuard <span>Audit V9.4</span>
|
||
</div>
|
||
<div class=nav-top>
|
||
<a>Workspace</a>
|
||
<a class=active>Order Queue (200+)</a>
|
||
<a>Settings</a>
|
||
</div>
|
||
<div class=user-area>
|
||
<div style=text-align:right;font-size:12px>
|
||
<div>Auditor_4421</div>
|
||
<div style=color:rgba(255,255,255,0.6)>East China Audit Group</div>
|
||
</div>
|
||
<div class=avatar>A</div>
|
||
<button class=btn style="background:rgba(255,255,255,0.1);padding:5px 10px">Logout</button>
|
||
</div>
|
||
</header>
|
||
<div class=main-body>
|
||
<aside class=sidebar>
|
||
<div class=menu-group>
|
||
<div class=menu-header>Core Operations</div>
|
||
<div class=menu-item id=menu-dashboard>
|
||
<svg class=icon><use xlink:href=#i-home></use></svg> Dashboard Overview
|
||
</div>
|
||
<div class="menu-item active" id=menu-orders>
|
||
<svg class=icon><use xlink:href=#i-list></use></svg> Audit Queue
|
||
<span class=badge id=sidebar-count>159</span>
|
||
</div>
|
||
</div>
|
||
<div class=menu-group>
|
||
<div class=menu-header>Tools</div>
|
||
<div class=menu-item id=menu-settings>
|
||
<svg class=icon><use xlink:href=#i-settings></use></svg> System Settings
|
||
</div>
|
||
</div>
|
||
<div style=margin-top:auto;padding:20px>
|
||
<div style=background:var(--bg-body);padding:10px;border-radius:4px;font-size:11px;color:var(--text-muted)>
|
||
<strong>Server Status:</strong><br>
|
||
<span style=color:var(--success)>●</span> Live Data Stream<br>
|
||
<span style=color:var(--success)>●</span> Database (OK)
|
||
</div>
|
||
</div>
|
||
</aside>
|
||
<main class=content>
|
||
|
||
<div id=view-dashboard class="view-panel sf-hidden">
|
||
|
||
|
||
|
||
|
||
</div>
|
||
<div id=view-orders class="view-panel active">
|
||
<h2 style=margin-bottom:20px>Manual Audit Queue</h2>
|
||
|
||
<div class=filter-panel>
|
||
<div class=form-group>
|
||
<label>Keywords (Order/User/Product)</label>
|
||
<input type=text class=input-control id=search-keyword placeholder="Enter keywords..." value>
|
||
</div>
|
||
<div class=form-group>
|
||
<label>Risk Level</label>
|
||
<select class=input-control id=search-risk>
|
||
<option value=all>All Levels</option>
|
||
<option value=high selected>High (High Risk)</option>
|
||
<option value=medium>Medium (Medium Risk)</option>
|
||
<option value=low>Low (Low Risk)</option>
|
||
</select>
|
||
</div>
|
||
<div class=form-group>
|
||
<label>Order Status</label>
|
||
<select class=input-control id=search-status>
|
||
<option value=pending selected>Pending Audit</option>
|
||
<option value=all_history>All History</option>
|
||
</select>
|
||
</div>
|
||
<div style=margin-left:auto;display:flex;gap:10px>
|
||
<button class="btn btn-secondary">Reset</button>
|
||
<button class="btn btn-primary">
|
||
<svg class=icon><use xlink:href=#i-list></use></svg> Search
|
||
</button>
|
||
</div>
|
||
</div>
|
||
<div class=order-table-wrapper>
|
||
<table class=order-table>
|
||
<thead>
|
||
<tr>
|
||
<th style=width:40px><input type=checkbox id=check-all value=on></th>
|
||
<th>Order Info</th>
|
||
<th>User Profile</th>
|
||
<th>Product Overview</th>
|
||
<th>Amount</th>
|
||
<th>Risk Score</th>
|
||
<th>Status</th>
|
||
<th style=text-align:right>Actions</th>
|
||
</tr>
|
||
</thead>
|
||
<tbody id=table-body>
|
||
<tr>
|
||
<td><input type=checkbox class=row-check value=20251221-A001></td>
|
||
<td>
|
||
<div style='font-weight:600;font-family:"Consolas",monospace'>20251221-A001</div>
|
||
<div style=font-size:12px;color:var(--text-muted)>2025-12-21 14:30</div>
|
||
<div style=margin-top:4px><span class="tag tag-urgent">Urgent</span></div>
|
||
</td>
|
||
<td>
|
||
<div>user_9921</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 780</div>
|
||
</td>
|
||
<td><div title="RTX 5090 Graphics Card ">RTX 5090 Graphics Card </div></td>
|
||
<td style=font-weight:600;color:var(--text-main)>¥ 34,999</td>
|
||
<td>
|
||
<div style=font-weight:bold;color:#10b981>12 / 100</div>
|
||
<div class=risk-bar-container>
|
||
<div class=risk-bar-fill style=width:12%;background:#10b981></div>
|
||
</div>
|
||
</td>
|
||
<td><span class="status-dot status-pending"></span>Pending</td>
|
||
<td style=text-align:right>
|
||
<button class="btn btn-secondary" style="padding:4px 8px">
|
||
<svg class=icon style=margin:0><use xlink:href=#i-eye></use></svg>
|
||
</button>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td><input type=checkbox class=row-check value=20251221-A002></td>
|
||
<td>
|
||
<div style='font-weight:600;font-family:"Consolas",monospace'>20251221-A002</div>
|
||
<div style=font-size:12px;color:var(--text-muted)>2025-12-21 14:31</div>
|
||
<div style=margin-top:4px><span class="tag tag-risk">Risk</span></div>
|
||
</td>
|
||
<td>
|
||
<div>temp_user_001</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: N/A</div>
|
||
</td>
|
||
<td><div title="Game Card Top-up (Virtual) ">Game Card Top-up (Virtual) </div></td>
|
||
<td style=font-weight:600;color:var(--text-main)>¥ 5,000</td>
|
||
<td>
|
||
<div style=font-weight:bold;color:#ef4444>92 / 100</div>
|
||
<div class=risk-bar-container>
|
||
<div class=risk-bar-fill style=width:92%;background:#ef4444></div>
|
||
</div>
|
||
</td>
|
||
<td><span class="status-dot status-pending"></span>Pending</td>
|
||
<td style=text-align:right>
|
||
<button class="btn btn-secondary" style="padding:4px 8px">
|
||
<svg class=icon style=margin:0><use xlink:href=#i-eye></use></svg>
|
||
</button>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td><input type=checkbox class=row-check value=20251221-A003></td>
|
||
<td>
|
||
<div style='font-weight:600;font-family:"Consolas",monospace'>20251221-A003</div>
|
||
<div style=font-size:12px;color:var(--text-muted)>2025-12-21 14:32</div>
|
||
<div style=margin-top:4px></div>
|
||
</td>
|
||
<td>
|
||
<div>loyal_cust_88</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 900</div>
|
||
</td>
|
||
<td><div title="Aptamil Infant Formula Stage 3 ">Aptamil Infant Formula Stage 3 </div></td>
|
||
<td style=font-weight:600;color:var(--text-main)>¥ 1,200</td>
|
||
<td>
|
||
<div style=font-weight:bold;color:#10b981>5 / 100</div>
|
||
<div class=risk-bar-container>
|
||
<div class=risk-bar-fill style=width:5%;background:#10b981></div>
|
||
</div>
|
||
</td>
|
||
<td><span class="status-dot status-pending"></span>Pending</td>
|
||
<td style=text-align:right>
|
||
<button class="btn btn-secondary" style="padding:4px 8px">
|
||
<svg class=icon style=margin:0><use xlink:href=#i-eye></use></svg>
|
||
</button>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td><input type=checkbox class=row-check value=20251221-A004></td>
|
||
<td>
|
||
<div style='font-weight:600;font-family:"Consolas",monospace'>20251221-A004</div>
|
||
<div style=font-size:12px;color:var(--text-muted)>2025-12-21 14:35</div>
|
||
<div style=margin-top:4px><span class="tag tag-large">Large</span></div>
|
||
</td>
|
||
<td>
|
||
<div>company_buyer_22</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 850</div>
|
||
</td>
|
||
<td><div title="Ergonomic Office Chair ">Ergonomic Office Chair </div></td>
|
||
<td style=font-weight:600;color:var(--text-main)>¥ 15,000</td>
|
||
<td>
|
||
<div style=font-weight:bold;color:#f59e0b>45 / 100</div>
|
||
<div class=risk-bar-container>
|
||
<div class=risk-bar-fill style=width:45%;background:#f59e0b></div>
|
||
</div>
|
||
</td>
|
||
<td><span class="status-dot status-pending"></span>Pending</td>
|
||
<td style=text-align:right>
|
||
<button class="btn btn-secondary" style="padding:4px 8px">
|
||
<svg class=icon style=margin:0><use xlink:href=#i-eye></use></svg>
|
||
</button>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td><input type=checkbox class=row-check value=20251221-A007></td>
|
||
<td>
|
||
<div style='font-weight:600;font-family:"Consolas",monospace'>20251221-A007</div>
|
||
<div style=font-size:12px;color:var(--text-muted)>2025-12-21 14:40</div>
|
||
<div style=margin-top:4px><span class="tag tag-risk">Risk</span></div>
|
||
</td>
|
||
<td>
|
||
<div>unknown_proxy</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 120</div>
|
||
</td>
|
||
<td><div title="Amazon Gift Card $100 ">Amazon Gift Card $100 </div></td>
|
||
<td style=font-weight:600;color:var(--text-main)>¥ 7,100</td>
|
||
<td>
|
||
<div style=font-weight:bold;color:#ef4444>98 / 100</div>
|
||
<div class=risk-bar-container>
|
||
<div class=risk-bar-fill style=width:98%;background:#ef4444></div>
|
||
</div>
|
||
</td>
|
||
<td><span class="status-dot status-pending"></span>Pending</td>
|
||
<td style=text-align:right>
|
||
<button class="btn btn-secondary" style="padding:4px 8px">
|
||
<svg class=icon style=margin:0><use xlink:href=#i-eye></use></svg>
|
||
</button>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td><input type=checkbox class=row-check value=20251222-R1000></td>
|
||
<td>
|
||
<div style='font-weight:600;font-family:"Consolas",monospace'>20251222-R1000</div>
|
||
<div style=font-size:12px;color:var(--text-muted)>2025-12-22 14:45</div>
|
||
<div style=margin-top:4px><span class="tag tag-risk">Risk</span><span class="tag tag-large">Large</span><span class="tag tag-vip">VIP</span></div>
|
||
</td>
|
||
<td>
|
||
<div>echo_747</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 539</div>
|
||
</td>
|
||
<td><div title="iPhone 16 Pro Max ">iPhone 16 Pro Max </div></td>
|
||
<td style=font-weight:600;color:var(--text-main)>¥ 19,998</td>
|
||
<td>
|
||
<div style=font-weight:bold;color:#ef4444>86 / 100</div>
|
||
<div class=risk-bar-container>
|
||
<div class=risk-bar-fill style=width:86%;background:#ef4444></div>
|
||
</div>
|
||
</td>
|
||
<td><span class="status-dot status-pending"></span>Pending</td>
|
||
<td style=text-align:right>
|
||
<button class="btn btn-secondary" style="padding:4px 8px">
|
||
<svg class=icon style=margin:0><use xlink:href=#i-eye></use></svg>
|
||
</button>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td><input type=checkbox class=row-check value=20251222-R1001></td>
|
||
<td>
|
||
<div style='font-weight:600;font-family:"Consolas",monospace'>20251222-R1001</div>
|
||
<div style=font-size:12px;color:var(--text-muted)>2025-12-22 14:54</div>
|
||
<div style=margin-top:4px><span class="tag tag-risk">Risk</span></div>
|
||
</td>
|
||
<td>
|
||
<div>echo_233</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 587</div>
|
||
</td>
|
||
<td><div title="AirPods Pro 3 ">AirPods Pro 3 </div></td>
|
||
<td style=font-weight:600;color:var(--text-main)>¥ 1,899</td>
|
||
<td>
|
||
<div style=font-weight:bold;color:#ef4444>99 / 100</div>
|
||
<div class=risk-bar-container>
|
||
<div class=risk-bar-fill style=width:99%;background:#ef4444></div>
|
||
</div>
|
||
</td>
|
||
<td><span class="status-dot status-pending"></span>Pending</td>
|
||
<td style=text-align:right>
|
||
<button class="btn btn-secondary" style="padding:4px 8px">
|
||
<svg class=icon style=margin:0><use xlink:href=#i-eye></use></svg>
|
||
</button>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td><input type=checkbox class=row-check value=20251222-R1002></td>
|
||
<td>
|
||
<div style='font-weight:600;font-family:"Consolas",monospace'>20251222-R1002</div>
|
||
<div style=font-size:12px;color:var(--text-muted)>2025-12-22 14:54</div>
|
||
<div style=margin-top:4px><span class="tag tag-risk">Risk</span></div>
|
||
</td>
|
||
<td>
|
||
<div>jack_453</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 782</div>
|
||
</td>
|
||
<td><div title="Dyson Hair Dryer ">Dyson Hair Dryer </div></td>
|
||
<td style=font-weight:600;color:var(--text-main)>¥ 5,998</td>
|
||
<td>
|
||
<div style=font-weight:bold;color:#ef4444>88 / 100</div>
|
||
<div class=risk-bar-container>
|
||
<div class=risk-bar-fill style=width:88%;background:#ef4444></div>
|
||
</div>
|
||
</td>
|
||
<td><span class="status-dot status-pending"></span>Pending</td>
|
||
<td style=text-align:right>
|
||
<button class="btn btn-secondary" style="padding:4px 8px">
|
||
<svg class=icon style=margin:0><use xlink:href=#i-eye></use></svg>
|
||
</button>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td><input type=checkbox class=row-check value=20251222-R1003></td>
|
||
<td>
|
||
<div style='font-weight:600;font-family:"Consolas",monospace'>20251222-R1003</div>
|
||
<div style=font-size:12px;color:var(--text-muted)>2025-12-22 14:18</div>
|
||
<div style=margin-top:4px></div>
|
||
</td>
|
||
<td>
|
||
<div>frank_962</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 681</div>
|
||
</td>
|
||
<td><div title="Switch OLED (JP Ver) ">Switch OLED (JP Ver) </div></td>
|
||
<td style=font-weight:600;color:var(--text-main)>¥ 6,300</td>
|
||
<td>
|
||
<div style=font-weight:bold;color:#10b981>11 / 100</div>
|
||
<div class=risk-bar-container>
|
||
<div class=risk-bar-fill style=width:11%;background:#10b981></div>
|
||
</div>
|
||
</td>
|
||
<td><span class="status-dot status-pending"></span>Pending</td>
|
||
<td style=text-align:right>
|
||
<button class="btn btn-secondary" style="padding:4px 8px">
|
||
<svg class=icon style=margin:0><use xlink:href=#i-eye></use></svg>
|
||
</button>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td><input type=checkbox class=row-check value=20251222-R1007></td>
|
||
<td>
|
||
<div style='font-weight:600;font-family:"Consolas",monospace'>20251222-R1007</div>
|
||
<div style=font-size:12px;color:var(--text-muted)>2025-12-22 14:05</div>
|
||
<div style=margin-top:4px><span class="tag tag-risk">Risk</span></div>
|
||
</td>
|
||
<td>
|
||
<div>jack_979</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 472</div>
|
||
</td>
|
||
<td><div title="Sony WH-1000XM5 ">Sony WH-1000XM5 </div></td>
|
||
<td style=font-weight:600;color:var(--text-main)>¥ 4,998</td>
|
||
<td>
|
||
<div style=font-weight:bold;color:#ef4444>94 / 100</div>
|
||
<div class=risk-bar-container>
|
||
<div class=risk-bar-fill style=width:94%;background:#ef4444></div>
|
||
</div>
|
||
</td>
|
||
<td><span class="status-dot status-pending"></span>Pending</td>
|
||
<td style=text-align:right>
|
||
<button class="btn btn-secondary" style="padding:4px 8px">
|
||
<svg class=icon style=margin:0><use xlink:href=#i-eye></use></svg>
|
||
</button>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td><input type=checkbox class=row-check value=20251222-R1009></td>
|
||
<td>
|
||
<div style='font-weight:600;font-family:"Consolas",monospace'>20251222-R1009</div>
|
||
<div style=font-size:12px;color:var(--text-muted)>2025-12-22 14:15</div>
|
||
<div style=margin-top:4px></div>
|
||
</td>
|
||
<td>
|
||
<div>alex_56</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 725</div>
|
||
</td>
|
||
<td><div title="La Mer Cream ">La Mer Cream </div></td>
|
||
<td style=font-weight:600;color:var(--text-main)>¥ 7,000</td>
|
||
<td>
|
||
<div style=font-weight:bold;color:#10b981>2 / 100</div>
|
||
<div class=risk-bar-container>
|
||
<div class=risk-bar-fill style=width:2%;background:#10b981></div>
|
||
</div>
|
||
</td>
|
||
<td><span class="status-dot status-pending"></span>Pending</td>
|
||
<td style=text-align:right>
|
||
<button class="btn btn-secondary" style="padding:4px 8px">
|
||
<svg class=icon style=margin:0><use xlink:href=#i-eye></use></svg>
|
||
</button>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td><input type=checkbox class=row-check value=20251222-R1010></td>
|
||
<td>
|
||
<div style='font-weight:600;font-family:"Consolas",monospace'>20251222-R1010</div>
|
||
<div style=font-size:12px;color:var(--text-muted)>2025-12-22 14:17</div>
|
||
<div style=margin-top:4px></div>
|
||
</td>
|
||
<td>
|
||
<div>bill_6</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 424</div>
|
||
</td>
|
||
<td><div title="AirPods Pro 3 ">AirPods Pro 3 </div></td>
|
||
<td style=font-weight:600;color:var(--text-main)>¥ 3,798</td>
|
||
<td>
|
||
<div style=font-weight:bold;color:#f59e0b>74 / 100</div>
|
||
<div class=risk-bar-container>
|
||
<div class=risk-bar-fill style=width:74%;background:#f59e0b></div>
|
||
</div>
|
||
</td>
|
||
<td><span class="status-dot status-pending"></span>Pending</td>
|
||
<td style=text-align:right>
|
||
<button class="btn btn-secondary" style="padding:4px 8px">
|
||
<svg class=icon style=margin:0><use xlink:href=#i-eye></use></svg>
|
||
</button>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td><input type=checkbox class=row-check value=20251222-R1011></td>
|
||
<td>
|
||
<div style='font-weight:600;font-family:"Consolas",monospace'>20251222-R1011</div>
|
||
<div style=font-size:12px;color:var(--text-muted)>2025-12-22 14:58</div>
|
||
<div style=margin-top:4px></div>
|
||
</td>
|
||
<td>
|
||
<div>alex_591</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 567</div>
|
||
</td>
|
||
<td><div title="Sony WH-1000XM5 ">Sony WH-1000XM5 </div></td>
|
||
<td style=font-weight:600;color:var(--text-main)>¥ 7,497</td>
|
||
<td>
|
||
<div style=font-weight:bold;color:#10b981>31 / 100</div>
|
||
<div class=risk-bar-container>
|
||
<div class=risk-bar-fill style=width:31%;background:#10b981></div>
|
||
</div>
|
||
</td>
|
||
<td><span class="status-dot status-pending"></span>Pending</td>
|
||
<td style=text-align:right>
|
||
<button class="btn btn-secondary" style="padding:4px 8px">
|
||
<svg class=icon style=margin:0><use xlink:href=#i-eye></use></svg>
|
||
</button>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td><input type=checkbox class=row-check value=20251222-R1013></td>
|
||
<td>
|
||
<div style='font-weight:600;font-family:"Consolas",monospace'>20251222-R1013</div>
|
||
<div style=font-size:12px;color:var(--text-muted)>2025-12-22 14:02</div>
|
||
<div style=margin-top:4px></div>
|
||
</td>
|
||
<td>
|
||
<div>ivy_3</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 766</div>
|
||
</td>
|
||
<td><div title="Nike Dunk Low ">Nike Dunk Low </div></td>
|
||
<td style=font-weight:600;color:var(--text-main)>¥ 2,697</td>
|
||
<td>
|
||
<div style=font-weight:bold;color:#10b981>13 / 100</div>
|
||
<div class=risk-bar-container>
|
||
<div class=risk-bar-fill style=width:13%;background:#10b981></div>
|
||
</div>
|
||
</td>
|
||
<td><span class="status-dot status-pending"></span>Pending</td>
|
||
<td style=text-align:right>
|
||
<button class="btn btn-secondary" style="padding:4px 8px">
|
||
<svg class=icon style=margin:0><use xlink:href=#i-eye></use></svg>
|
||
</button>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td><input type=checkbox class=row-check value=20251222-R1014></td>
|
||
<td>
|
||
<div style='font-weight:600;font-family:"Consolas",monospace'>20251222-R1014</div>
|
||
<div style=font-size:12px;color:var(--text-muted)>2025-12-22 14:52</div>
|
||
<div style=margin-top:4px></div>
|
||
</td>
|
||
<td>
|
||
<div>candy_378</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 426</div>
|
||
</td>
|
||
<td><div title="Switch OLED (JP Ver) ">Switch OLED (JP Ver) </div></td>
|
||
<td style=font-weight:600;color:var(--text-main)>¥ 6,300</td>
|
||
<td>
|
||
<div style=font-weight:bold;color:#f59e0b>71 / 100</div>
|
||
<div class=risk-bar-container>
|
||
<div class=risk-bar-fill style=width:71%;background:#f59e0b></div>
|
||
</div>
|
||
</td>
|
||
<td><span class="status-dot status-pending"></span>Pending</td>
|
||
<td style=text-align:right>
|
||
<button class="btn btn-secondary" style="padding:4px 8px">
|
||
<svg class=icon style=margin:0><use xlink:href=#i-eye></use></svg>
|
||
</button>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td><input type=checkbox class=row-check value=20251222-R1015></td>
|
||
<td>
|
||
<div style='font-weight:600;font-family:"Consolas",monospace'>20251222-R1015</div>
|
||
<div style=font-size:12px;color:var(--text-muted)>2025-12-22 14:36</div>
|
||
<div style=margin-top:4px></div>
|
||
</td>
|
||
<td>
|
||
<div>candy_250</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 482</div>
|
||
</td>
|
||
<td><div title="Sony WH-1000XM5 ">Sony WH-1000XM5 </div></td>
|
||
<td style=font-weight:600;color:var(--text-main)>¥ 2,499</td>
|
||
<td>
|
||
<div style=font-weight:bold;color:#10b981>45 / 100</div>
|
||
<div class=risk-bar-container>
|
||
<div class=risk-bar-fill style=width:45%;background:#10b981></div>
|
||
</div>
|
||
</td>
|
||
<td><span class="status-dot status-pending"></span>Pending</td>
|
||
<td style=text-align:right>
|
||
<button class="btn btn-secondary" style="padding:4px 8px">
|
||
<svg class=icon style=margin:0><use xlink:href=#i-eye></use></svg>
|
||
</button>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td><input type=checkbox class=row-check value=20251222-R1016></td>
|
||
<td>
|
||
<div style='font-weight:600;font-family:"Consolas",monospace'>20251222-R1016</div>
|
||
<div style=font-size:12px;color:var(--text-muted)>2025-12-22 14:28</div>
|
||
<div style=margin-top:4px></div>
|
||
</td>
|
||
<td>
|
||
<div>ivy_132</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 479</div>
|
||
</td>
|
||
<td><div title="Switch OLED (JP Ver) ">Switch OLED (JP Ver) </div></td>
|
||
<td style=font-weight:600;color:var(--text-main)>¥ 2,100</td>
|
||
<td>
|
||
<div style=font-weight:bold;color:#f59e0b>74 / 100</div>
|
||
<div class=risk-bar-container>
|
||
<div class=risk-bar-fill style=width:74%;background:#f59e0b></div>
|
||
</div>
|
||
</td>
|
||
<td><span class="status-dot status-pending"></span>Pending</td>
|
||
<td style=text-align:right>
|
||
<button class="btn btn-secondary" style="padding:4px 8px">
|
||
<svg class=icon style=margin:0><use xlink:href=#i-eye></use></svg>
|
||
</button>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td><input type=checkbox class=row-check value=20251222-R1017></td>
|
||
<td>
|
||
<div style='font-weight:600;font-family:"Consolas",monospace'>20251222-R1017</div>
|
||
<div style=font-size:12px;color:var(--text-muted)>2025-12-22 14:00</div>
|
||
<div style=margin-top:4px></div>
|
||
</td>
|
||
<td>
|
||
<div>bill_487</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 545</div>
|
||
</td>
|
||
<td><div title="Logitech MX Master 3S ">Logitech MX Master 3S </div></td>
|
||
<td style=font-weight:600;color:var(--text-main)>¥ 799</td>
|
||
<td>
|
||
<div style=font-weight:bold;color:#f59e0b>69 / 100</div>
|
||
<div class=risk-bar-container>
|
||
<div class=risk-bar-fill style=width:69%;background:#f59e0b></div>
|
||
</div>
|
||
</td>
|
||
<td><span class="status-dot status-pending"></span>Pending</td>
|
||
<td style=text-align:right>
|
||
<button class="btn btn-secondary" style="padding:4px 8px">
|
||
<svg class=icon style=margin:0><use xlink:href=#i-eye></use></svg>
|
||
</button>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td><input type=checkbox class=row-check value=20251222-R1018></td>
|
||
<td>
|
||
<div style='font-weight:600;font-family:"Consolas",monospace'>20251222-R1018</div>
|
||
<div style=font-size:12px;color:var(--text-muted)>2025-12-22 14:20</div>
|
||
<div style=margin-top:4px><span class="tag tag-risk">Risk</span></div>
|
||
</td>
|
||
<td>
|
||
<div>jack_581</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 466</div>
|
||
</td>
|
||
<td><div title="Starbucks Gift Card ">Starbucks Gift Card </div></td>
|
||
<td style=font-weight:600;color:var(--text-main)>¥ 600</td>
|
||
<td>
|
||
<div style=font-weight:bold;color:#ef4444>90 / 100</div>
|
||
<div class=risk-bar-container>
|
||
<div class=risk-bar-fill style=width:90%;background:#ef4444></div>
|
||
</div>
|
||
</td>
|
||
<td><span class="status-dot status-pending"></span>Pending</td>
|
||
<td style=text-align:right>
|
||
<button class="btn btn-secondary" style="padding:4px 8px">
|
||
<svg class=icon style=margin:0><use xlink:href=#i-eye></use></svg>
|
||
</button>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td><input type=checkbox class=row-check value=20251222-R1019></td>
|
||
<td>
|
||
<div style='font-weight:600;font-family:"Consolas",monospace'>20251222-R1019</div>
|
||
<div style=font-size:12px;color:var(--text-muted)>2025-12-22 14:58</div>
|
||
<div style=margin-top:4px></div>
|
||
</td>
|
||
<td>
|
||
<div>helen_592</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 471</div>
|
||
</td>
|
||
<td><div title="Switch OLED (JP Ver) ">Switch OLED (JP Ver) </div></td>
|
||
<td style=font-weight:600;color:var(--text-main)>¥ 6,300</td>
|
||
<td>
|
||
<div style=font-weight:bold;color:#f59e0b>77 / 100</div>
|
||
<div class=risk-bar-container>
|
||
<div class=risk-bar-fill style=width:77%;background:#f59e0b></div>
|
||
</div>
|
||
</td>
|
||
<td><span class="status-dot status-pending"></span>Pending</td>
|
||
<td style=text-align:right>
|
||
<button class="btn btn-secondary" style="padding:4px 8px">
|
||
<svg class=icon style=margin:0><use xlink:href=#i-eye></use></svg>
|
||
</button>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td><input type=checkbox class=row-check value=20251222-R1020></td>
|
||
<td>
|
||
<div style='font-weight:600;font-family:"Consolas",monospace'>20251222-R1020</div>
|
||
<div style=font-size:12px;color:var(--text-muted)>2025-12-22 14:16</div>
|
||
<div style=margin-top:4px></div>
|
||
</td>
|
||
<td>
|
||
<div>echo_338</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 408</div>
|
||
</td>
|
||
<td><div title="Logitech MX Master 3S ">Logitech MX Master 3S </div></td>
|
||
<td style=font-weight:600;color:var(--text-main)>¥ 2,397</td>
|
||
<td>
|
||
<div style=font-weight:bold;color:#10b981>17 / 100</div>
|
||
<div class=risk-bar-container>
|
||
<div class=risk-bar-fill style=width:17%;background:#10b981></div>
|
||
</div>
|
||
</td>
|
||
<td><span class="status-dot status-pending"></span>Pending</td>
|
||
<td style=text-align:right>
|
||
<button class="btn btn-secondary" style="padding:4px 8px">
|
||
<svg class=icon style=margin:0><use xlink:href=#i-eye></use></svg>
|
||
</button>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td><input type=checkbox class=row-check value=20251222-R1021></td>
|
||
<td>
|
||
<div style='font-weight:600;font-family:"Consolas",monospace'>20251222-R1021</div>
|
||
<div style=font-size:12px;color:var(--text-muted)>2025-12-22 14:31</div>
|
||
<div style=margin-top:4px></div>
|
||
</td>
|
||
<td>
|
||
<div>bill_604</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 316</div>
|
||
</td>
|
||
<td><div title="Dyson Hair Dryer ">Dyson Hair Dryer </div></td>
|
||
<td style=font-weight:600;color:var(--text-main)>¥ 8,997</td>
|
||
<td>
|
||
<div style=font-weight:bold;color:#10b981>45 / 100</div>
|
||
<div class=risk-bar-container>
|
||
<div class=risk-bar-fill style=width:45%;background:#10b981></div>
|
||
</div>
|
||
</td>
|
||
<td><span class="status-dot status-pending"></span>Pending</td>
|
||
<td style=text-align:right>
|
||
<button class="btn btn-secondary" style="padding:4px 8px">
|
||
<svg class=icon style=margin:0><use xlink:href=#i-eye></use></svg>
|
||
</button>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td><input type=checkbox class=row-check value=20251222-R1022></td>
|
||
<td>
|
||
<div style='font-weight:600;font-family:"Consolas",monospace'>20251222-R1022</div>
|
||
<div style=font-size:12px;color:var(--text-muted)>2025-12-22 14:43</div>
|
||
<div style=margin-top:4px><span class="tag tag-large">Large</span></div>
|
||
</td>
|
||
<td>
|
||
<div>bill_118</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 608</div>
|
||
</td>
|
||
<td><div title="iPhone 16 Pro Max ">iPhone 16 Pro Max </div></td>
|
||
<td style=font-weight:600;color:var(--text-main)>¥ 29,997</td>
|
||
<td>
|
||
<div style=font-weight:bold;color:#f59e0b>79 / 100</div>
|
||
<div class=risk-bar-container>
|
||
<div class=risk-bar-fill style=width:79%;background:#f59e0b></div>
|
||
</div>
|
||
</td>
|
||
<td><span class="status-dot status-pending"></span>Pending</td>
|
||
<td style=text-align:right>
|
||
<button class="btn btn-secondary" style="padding:4px 8px">
|
||
<svg class=icon style=margin:0><use xlink:href=#i-eye></use></svg>
|
||
</button>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td><input type=checkbox class=row-check value=20251222-R1023></td>
|
||
<td>
|
||
<div style='font-weight:600;font-family:"Consolas",monospace'>20251222-R1023</div>
|
||
<div style=font-size:12px;color:var(--text-muted)>2025-12-22 14:40</div>
|
||
<div style=margin-top:4px><span class="tag tag-vip">VIP</span></div>
|
||
</td>
|
||
<td>
|
||
<div>alex_177</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 728</div>
|
||
</td>
|
||
<td><div title="Logitech MX Master 3S ">Logitech MX Master 3S </div></td>
|
||
<td style=font-weight:600;color:var(--text-main)>¥ 2,397</td>
|
||
<td>
|
||
<div style=font-weight:bold;color:#f59e0b>79 / 100</div>
|
||
<div class=risk-bar-container>
|
||
<div class=risk-bar-fill style=width:79%;background:#f59e0b></div>
|
||
</div>
|
||
</td>
|
||
<td><span class="status-dot status-pending"></span>Pending</td>
|
||
<td style=text-align:right>
|
||
<button class="btn btn-secondary" style="padding:4px 8px">
|
||
<svg class=icon style=margin:0><use xlink:href=#i-eye></use></svg>
|
||
</button>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td><input type=checkbox class=row-check value=20251222-R1024></td>
|
||
<td>
|
||
<div style='font-weight:600;font-family:"Consolas",monospace'>20251222-R1024</div>
|
||
<div style=font-size:12px;color:var(--text-muted)>2025-12-22 14:55</div>
|
||
<div style=margin-top:4px><span class="tag tag-large">Large</span></div>
|
||
</td>
|
||
<td>
|
||
<div>david_326</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 705</div>
|
||
</td>
|
||
<td><div title="La Mer Cream ">La Mer Cream </div></td>
|
||
<td style=font-weight:600;color:var(--text-main)>¥ 10,500</td>
|
||
<td>
|
||
<div style=font-weight:bold;color:#f59e0b>78 / 100</div>
|
||
<div class=risk-bar-container>
|
||
<div class=risk-bar-fill style=width:78%;background:#f59e0b></div>
|
||
</div>
|
||
</td>
|
||
<td><span class="status-dot status-pending"></span>Pending</td>
|
||
<td style=text-align:right>
|
||
<button class="btn btn-secondary" style="padding:4px 8px">
|
||
<svg class=icon style=margin:0><use xlink:href=#i-eye></use></svg>
|
||
</button>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td><input type=checkbox class=row-check value=20251222-R1025></td>
|
||
<td>
|
||
<div style='font-weight:600;font-family:"Consolas",monospace'>20251222-R1025</div>
|
||
<div style=font-size:12px;color:var(--text-muted)>2025-12-22 14:51</div>
|
||
<div style=margin-top:4px></div>
|
||
</td>
|
||
<td>
|
||
<div>ivy_272</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 713</div>
|
||
</td>
|
||
<td><div title="Logitech MX Master 3S ">Logitech MX Master 3S </div></td>
|
||
<td style=font-weight:600;color:var(--text-main)>¥ 799</td>
|
||
<td>
|
||
<div style=font-weight:bold;color:#10b981>37 / 100</div>
|
||
<div class=risk-bar-container>
|
||
<div class=risk-bar-fill style=width:37%;background:#10b981></div>
|
||
</div>
|
||
</td>
|
||
<td><span class="status-dot status-pending"></span>Pending</td>
|
||
<td style=text-align:right>
|
||
<button class="btn btn-secondary" style="padding:4px 8px">
|
||
<svg class=icon style=margin:0><use xlink:href=#i-eye></use></svg>
|
||
</button>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td><input type=checkbox class=row-check value=20251222-R1026></td>
|
||
<td>
|
||
<div style='font-weight:600;font-family:"Consolas",monospace'>20251222-R1026</div>
|
||
<div style=font-size:12px;color:var(--text-muted)>2025-12-22 14:12</div>
|
||
<div style=margin-top:4px></div>
|
||
</td>
|
||
<td>
|
||
<div>david_947</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 306</div>
|
||
</td>
|
||
<td><div title="Nike Dunk Low ">Nike Dunk Low </div></td>
|
||
<td style=font-weight:600;color:var(--text-main)>¥ 2,697</td>
|
||
<td>
|
||
<div style=font-weight:bold;color:#f59e0b>83 / 100</div>
|
||
<div class=risk-bar-container>
|
||
<div class=risk-bar-fill style=width:83%;background:#f59e0b></div>
|
||
</div>
|
||
</td>
|
||
<td><span class="status-dot status-pending"></span>Pending</td>
|
||
<td style=text-align:right>
|
||
<button class="btn btn-secondary" style="padding:4px 8px">
|
||
<svg class=icon style=margin:0><use xlink:href=#i-eye></use></svg>
|
||
</button>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td><input type=checkbox class=row-check value=20251222-R1028></td>
|
||
<td>
|
||
<div style='font-weight:600;font-family:"Consolas",monospace'>20251222-R1028</div>
|
||
<div style=font-size:12px;color:var(--text-muted)>2025-12-22 14:10</div>
|
||
<div style=margin-top:4px></div>
|
||
</td>
|
||
<td>
|
||
<div>david_275</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 577</div>
|
||
</td>
|
||
<td><div title="Starbucks Gift Card ">Starbucks Gift Card </div></td>
|
||
<td style=font-weight:600;color:var(--text-main)>¥ 200</td>
|
||
<td>
|
||
<div style=font-weight:bold;color:#f59e0b>77 / 100</div>
|
||
<div class=risk-bar-container>
|
||
<div class=risk-bar-fill style=width:77%;background:#f59e0b></div>
|
||
</div>
|
||
</td>
|
||
<td><span class="status-dot status-pending"></span>Pending</td>
|
||
<td style=text-align:right>
|
||
<button class="btn btn-secondary" style="padding:4px 8px">
|
||
<svg class=icon style=margin:0><use xlink:href=#i-eye></use></svg>
|
||
</button>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td><input type=checkbox class=row-check value=20251222-R1029></td>
|
||
<td>
|
||
<div style='font-weight:600;font-family:"Consolas",monospace'>20251222-R1029</div>
|
||
<div style=font-size:12px;color:var(--text-muted)>2025-12-22 14:39</div>
|
||
<div style=margin-top:4px><span class="tag tag-vip">VIP</span></div>
|
||
</td>
|
||
<td>
|
||
<div>frank_560</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 396</div>
|
||
</td>
|
||
<td><div title="Switch OLED (JP Ver) ">Switch OLED (JP Ver) </div></td>
|
||
<td style=font-weight:600;color:var(--text-main)>¥ 2,100</td>
|
||
<td>
|
||
<div style=font-weight:bold;color:#f59e0b>78 / 100</div>
|
||
<div class=risk-bar-container>
|
||
<div class=risk-bar-fill style=width:78%;background:#f59e0b></div>
|
||
</div>
|
||
</td>
|
||
<td><span class="status-dot status-pending"></span>Pending</td>
|
||
<td style=text-align:right>
|
||
<button class="btn btn-secondary" style="padding:4px 8px">
|
||
<svg class=icon style=margin:0><use xlink:href=#i-eye></use></svg>
|
||
</button>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td><input type=checkbox class=row-check value=20251222-R1030></td>
|
||
<td>
|
||
<div style='font-weight:600;font-family:"Consolas",monospace'>20251222-R1030</div>
|
||
<div style=font-size:12px;color:var(--text-muted)>2025-12-22 14:16</div>
|
||
<div style=margin-top:4px></div>
|
||
</td>
|
||
<td>
|
||
<div>alex_508</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 553</div>
|
||
</td>
|
||
<td><div title="Switch OLED (JP Ver) ">Switch OLED (JP Ver) </div></td>
|
||
<td style=font-weight:600;color:var(--text-main)>¥ 2,100</td>
|
||
<td>
|
||
<div style=font-weight:bold;color:#f59e0b>69 / 100</div>
|
||
<div class=risk-bar-container>
|
||
<div class=risk-bar-fill style=width:69%;background:#f59e0b></div>
|
||
</div>
|
||
</td>
|
||
<td><span class="status-dot status-pending"></span>Pending</td>
|
||
<td style=text-align:right>
|
||
<button class="btn btn-secondary" style="padding:4px 8px">
|
||
<svg class=icon style=margin:0><use xlink:href=#i-eye></use></svg>
|
||
</button>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td><input type=checkbox class=row-check value=20251222-R1031></td>
|
||
<td>
|
||
<div style='font-weight:600;font-family:"Consolas",monospace'>20251222-R1031</div>
|
||
<div style=font-size:12px;color:var(--text-muted)>2025-12-22 14:00</div>
|
||
<div style=margin-top:4px><span class="tag tag-vip">VIP</span></div>
|
||
</td>
|
||
<td>
|
||
<div>david_591</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 732</div>
|
||
</td>
|
||
<td><div title="AirPods Pro 3 ">AirPods Pro 3 </div></td>
|
||
<td style=font-weight:600;color:var(--text-main)>¥ 3,798</td>
|
||
<td>
|
||
<div style=font-weight:bold;color:#10b981>46 / 100</div>
|
||
<div class=risk-bar-container>
|
||
<div class=risk-bar-fill style=width:46%;background:#10b981></div>
|
||
</div>
|
||
</td>
|
||
<td><span class="status-dot status-pending"></span>Pending</td>
|
||
<td style=text-align:right>
|
||
<button class="btn btn-secondary" style="padding:4px 8px">
|
||
<svg class=icon style=margin:0><use xlink:href=#i-eye></use></svg>
|
||
</button>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td><input type=checkbox class=row-check value=20251222-R1032></td>
|
||
<td>
|
||
<div style='font-weight:600;font-family:"Consolas",monospace'>20251222-R1032</div>
|
||
<div style=font-size:12px;color:var(--text-muted)>2025-12-22 14:23</div>
|
||
<div style=margin-top:4px></div>
|
||
</td>
|
||
<td>
|
||
<div>bill_395</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 505</div>
|
||
</td>
|
||
<td><div title="Dyson Hair Dryer ">Dyson Hair Dryer </div></td>
|
||
<td style=font-weight:600;color:var(--text-main)>¥ 2,999</td>
|
||
<td>
|
||
<div style=font-weight:bold;color:#10b981>29 / 100</div>
|
||
<div class=risk-bar-container>
|
||
<div class=risk-bar-fill style=width:29%;background:#10b981></div>
|
||
</div>
|
||
</td>
|
||
<td><span class="status-dot status-pending"></span>Pending</td>
|
||
<td style=text-align:right>
|
||
<button class="btn btn-secondary" style="padding:4px 8px">
|
||
<svg class=icon style=margin:0><use xlink:href=#i-eye></use></svg>
|
||
</button>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td><input type=checkbox class=row-check value=20251222-R1033></td>
|
||
<td>
|
||
<div style='font-weight:600;font-family:"Consolas",monospace'>20251222-R1033</div>
|
||
<div style=font-size:12px;color:var(--text-muted)>2025-12-22 14:49</div>
|
||
<div style=margin-top:4px></div>
|
||
</td>
|
||
<td>
|
||
<div>david_475</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 464</div>
|
||
</td>
|
||
<td><div title="Dyson Hair Dryer ">Dyson Hair Dryer </div></td>
|
||
<td style=font-weight:600;color:var(--text-main)>¥ 2,999</td>
|
||
<td>
|
||
<div style=font-weight:bold;color:#10b981>1 / 100</div>
|
||
<div class=risk-bar-container>
|
||
<div class=risk-bar-fill style=width:1%;background:#10b981></div>
|
||
</div>
|
||
</td>
|
||
<td><span class="status-dot status-pending"></span>Pending</td>
|
||
<td style=text-align:right>
|
||
<button class="btn btn-secondary" style="padding:4px 8px">
|
||
<svg class=icon style=margin:0><use xlink:href=#i-eye></use></svg>
|
||
</button>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td><input type=checkbox class=row-check value=20251222-R1035></td>
|
||
<td>
|
||
<div style='font-weight:600;font-family:"Consolas",monospace'>20251222-R1035</div>
|
||
<div style=font-size:12px;color:var(--text-muted)>2025-12-22 14:32</div>
|
||
<div style=margin-top:4px><span class="tag tag-vip">VIP</span></div>
|
||
</td>
|
||
<td>
|
||
<div>david_946</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 427</div>
|
||
</td>
|
||
<td><div title="Nike Dunk Low ">Nike Dunk Low </div></td>
|
||
<td style=font-weight:600;color:var(--text-main)>¥ 2,697</td>
|
||
<td>
|
||
<div style=font-weight:bold;color:#10b981>43 / 100</div>
|
||
<div class=risk-bar-container>
|
||
<div class=risk-bar-fill style=width:43%;background:#10b981></div>
|
||
</div>
|
||
</td>
|
||
<td><span class="status-dot status-pending"></span>Pending</td>
|
||
<td style=text-align:right>
|
||
<button class="btn btn-secondary" style="padding:4px 8px">
|
||
<svg class=icon style=margin:0><use xlink:href=#i-eye></use></svg>
|
||
</button>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td><input type=checkbox class=row-check value=20251222-R1039></td>
|
||
<td>
|
||
<div style='font-weight:600;font-family:"Consolas",monospace'>20251222-R1039</div>
|
||
<div style=font-size:12px;color:var(--text-muted)>2025-12-22 14:00</div>
|
||
<div style=margin-top:4px></div>
|
||
</td>
|
||
<td>
|
||
<div>candy_705</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 496</div>
|
||
</td>
|
||
<td><div title="Sony WH-1000XM5 ">Sony WH-1000XM5 </div></td>
|
||
<td style=font-weight:600;color:var(--text-main)>¥ 7,497</td>
|
||
<td>
|
||
<div style=font-weight:bold;color:#10b981>53 / 100</div>
|
||
<div class=risk-bar-container>
|
||
<div class=risk-bar-fill style=width:53%;background:#10b981></div>
|
||
</div>
|
||
</td>
|
||
<td><span class="status-dot status-pending"></span>Pending</td>
|
||
<td style=text-align:right>
|
||
<button class="btn btn-secondary" style="padding:4px 8px">
|
||
<svg class=icon style=margin:0><use xlink:href=#i-eye></use></svg>
|
||
</button>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td><input type=checkbox class=row-check value=20251222-R1041></td>
|
||
<td>
|
||
<div style='font-weight:600;font-family:"Consolas",monospace'>20251222-R1041</div>
|
||
<div style=font-size:12px;color:var(--text-muted)>2025-12-22 14:07</div>
|
||
<div style=margin-top:4px></div>
|
||
</td>
|
||
<td>
|
||
<div>bill_907</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 661</div>
|
||
</td>
|
||
<td><div title="AirPods Pro 3 ">AirPods Pro 3 </div></td>
|
||
<td style=font-weight:600;color:var(--text-main)>¥ 3,798</td>
|
||
<td>
|
||
<div style=font-weight:bold;color:#f59e0b>72 / 100</div>
|
||
<div class=risk-bar-container>
|
||
<div class=risk-bar-fill style=width:72%;background:#f59e0b></div>
|
||
</div>
|
||
</td>
|
||
<td><span class="status-dot status-pending"></span>Pending</td>
|
||
<td style=text-align:right>
|
||
<button class="btn btn-secondary" style="padding:4px 8px">
|
||
<svg class=icon style=margin:0><use xlink:href=#i-eye></use></svg>
|
||
</button>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td><input type=checkbox class=row-check value=20251222-R1042></td>
|
||
<td>
|
||
<div style='font-weight:600;font-family:"Consolas",monospace'>20251222-R1042</div>
|
||
<div style=font-size:12px;color:var(--text-muted)>2025-12-22 14:30</div>
|
||
<div style=margin-top:4px><span class="tag tag-vip">VIP</span></div>
|
||
</td>
|
||
<td>
|
||
<div>david_807</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 427</div>
|
||
</td>
|
||
<td><div title="Logitech MX Master 3S ">Logitech MX Master 3S </div></td>
|
||
<td style=font-weight:600;color:var(--text-main)>¥ 799</td>
|
||
<td>
|
||
<div style=font-weight:bold;color:#10b981>10 / 100</div>
|
||
<div class=risk-bar-container>
|
||
<div class=risk-bar-fill style=width:10%;background:#10b981></div>
|
||
</div>
|
||
</td>
|
||
<td><span class="status-dot status-pending"></span>Pending</td>
|
||
<td style=text-align:right>
|
||
<button class="btn btn-secondary" style="padding:4px 8px">
|
||
<svg class=icon style=margin:0><use xlink:href=#i-eye></use></svg>
|
||
</button>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td><input type=checkbox class=row-check value=20251222-R1044></td>
|
||
<td>
|
||
<div style='font-weight:600;font-family:"Consolas",monospace'>20251222-R1044</div>
|
||
<div style=font-size:12px;color:var(--text-muted)>2025-12-22 14:04</div>
|
||
<div style=margin-top:4px></div>
|
||
</td>
|
||
<td>
|
||
<div>ivy_103</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 504</div>
|
||
</td>
|
||
<td><div title="iPhone 16 Pro Max ">iPhone 16 Pro Max </div></td>
|
||
<td style=font-weight:600;color:var(--text-main)>¥ 9,999</td>
|
||
<td>
|
||
<div style=font-weight:bold;color:#10b981>25 / 100</div>
|
||
<div class=risk-bar-container>
|
||
<div class=risk-bar-fill style=width:25%;background:#10b981></div>
|
||
</div>
|
||
</td>
|
||
<td><span class="status-dot status-pending"></span>Pending</td>
|
||
<td style=text-align:right>
|
||
<button class="btn btn-secondary" style="padding:4px 8px">
|
||
<svg class=icon style=margin:0><use xlink:href=#i-eye></use></svg>
|
||
</button>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td><input type=checkbox class=row-check value=20251222-R1045></td>
|
||
<td>
|
||
<div style='font-weight:600;font-family:"Consolas",monospace'>20251222-R1045</div>
|
||
<div style=font-size:12px;color:var(--text-muted)>2025-12-22 14:18</div>
|
||
<div style=margin-top:4px></div>
|
||
</td>
|
||
<td>
|
||
<div>ivy_383</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 757</div>
|
||
</td>
|
||
<td><div title="Starbucks Gift Card ">Starbucks Gift Card </div></td>
|
||
<td style=font-weight:600;color:var(--text-main)>¥ 600</td>
|
||
<td>
|
||
<div style=font-weight:bold;color:#f59e0b>67 / 100</div>
|
||
<div class=risk-bar-container>
|
||
<div class=risk-bar-fill style=width:67%;background:#f59e0b></div>
|
||
</div>
|
||
</td>
|
||
<td><span class="status-dot status-pending"></span>Pending</td>
|
||
<td style=text-align:right>
|
||
<button class="btn btn-secondary" style="padding:4px 8px">
|
||
<svg class=icon style=margin:0><use xlink:href=#i-eye></use></svg>
|
||
</button>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td><input type=checkbox class=row-check value=20251222-R1046></td>
|
||
<td>
|
||
<div style='font-weight:600;font-family:"Consolas",monospace'>20251222-R1046</div>
|
||
<div style=font-size:12px;color:var(--text-muted)>2025-12-22 14:58</div>
|
||
<div style=margin-top:4px></div>
|
||
</td>
|
||
<td>
|
||
<div>grace_718</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 600</div>
|
||
</td>
|
||
<td><div title="Nike Dunk Low ">Nike Dunk Low </div></td>
|
||
<td style=font-weight:600;color:var(--text-main)>¥ 1,798</td>
|
||
<td>
|
||
<div style=font-weight:bold;color:#10b981>14 / 100</div>
|
||
<div class=risk-bar-container>
|
||
<div class=risk-bar-fill style=width:14%;background:#10b981></div>
|
||
</div>
|
||
</td>
|
||
<td><span class="status-dot status-pending"></span>Pending</td>
|
||
<td style=text-align:right>
|
||
<button class="btn btn-secondary" style="padding:4px 8px">
|
||
<svg class=icon style=margin:0><use xlink:href=#i-eye></use></svg>
|
||
</button>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td><input type=checkbox class=row-check value=20251222-R1047></td>
|
||
<td>
|
||
<div style='font-weight:600;font-family:"Consolas",monospace'>20251222-R1047</div>
|
||
<div style=font-size:12px;color:var(--text-muted)>2025-12-22 14:39</div>
|
||
<div style=margin-top:4px></div>
|
||
</td>
|
||
<td>
|
||
<div>david_621</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 503</div>
|
||
</td>
|
||
<td><div title="Starbucks Gift Card ">Starbucks Gift Card </div></td>
|
||
<td style=font-weight:600;color:var(--text-main)>¥ 600</td>
|
||
<td>
|
||
<div style=font-weight:bold;color:#10b981>21 / 100</div>
|
||
<div class=risk-bar-container>
|
||
<div class=risk-bar-fill style=width:21%;background:#10b981></div>
|
||
</div>
|
||
</td>
|
||
<td><span class="status-dot status-pending"></span>Pending</td>
|
||
<td style=text-align:right>
|
||
<button class="btn btn-secondary" style="padding:4px 8px">
|
||
<svg class=icon style=margin:0><use xlink:href=#i-eye></use></svg>
|
||
</button>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td><input type=checkbox class=row-check value=20251222-R1049></td>
|
||
<td>
|
||
<div style='font-weight:600;font-family:"Consolas",monospace'>20251222-R1049</div>
|
||
<div style=font-size:12px;color:var(--text-muted)>2025-12-22 14:19</div>
|
||
<div style=margin-top:4px><span class="tag tag-large">Large</span></div>
|
||
</td>
|
||
<td>
|
||
<div>candy_285</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 510</div>
|
||
</td>
|
||
<td><div title="La Mer Cream ">La Mer Cream </div></td>
|
||
<td style=font-weight:600;color:var(--text-main)>¥ 10,500</td>
|
||
<td>
|
||
<div style=font-weight:bold;color:#f59e0b>61 / 100</div>
|
||
<div class=risk-bar-container>
|
||
<div class=risk-bar-fill style=width:61%;background:#f59e0b></div>
|
||
</div>
|
||
</td>
|
||
<td><span class="status-dot status-pending"></span>Pending</td>
|
||
<td style=text-align:right>
|
||
<button class="btn btn-secondary" style="padding:4px 8px">
|
||
<svg class=icon style=margin:0><use xlink:href=#i-eye></use></svg>
|
||
</button>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td><input type=checkbox class=row-check value=20251222-R1050></td>
|
||
<td>
|
||
<div style='font-weight:600;font-family:"Consolas",monospace'>20251222-R1050</div>
|
||
<div style=font-size:12px;color:var(--text-muted)>2025-12-22 14:01</div>
|
||
<div style=margin-top:4px></div>
|
||
</td>
|
||
<td>
|
||
<div>echo_153</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 490</div>
|
||
</td>
|
||
<td><div title="La Mer Cream ">La Mer Cream </div></td>
|
||
<td style=font-weight:600;color:var(--text-main)>¥ 7,000</td>
|
||
<td>
|
||
<div style=font-weight:bold;color:#10b981>52 / 100</div>
|
||
<div class=risk-bar-container>
|
||
<div class=risk-bar-fill style=width:52%;background:#10b981></div>
|
||
</div>
|
||
</td>
|
||
<td><span class="status-dot status-pending"></span>Pending</td>
|
||
<td style=text-align:right>
|
||
<button class="btn btn-secondary" style="padding:4px 8px">
|
||
<svg class=icon style=margin:0><use xlink:href=#i-eye></use></svg>
|
||
</button>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td><input type=checkbox class=row-check value=20251222-R1051></td>
|
||
<td>
|
||
<div style='font-weight:600;font-family:"Consolas",monospace'>20251222-R1051</div>
|
||
<div style=font-size:12px;color:var(--text-muted)>2025-12-22 14:09</div>
|
||
<div style=margin-top:4px><span class="tag tag-vip">VIP</span></div>
|
||
</td>
|
||
<td>
|
||
<div>helen_30</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 324</div>
|
||
</td>
|
||
<td><div title="Logitech MX Master 3S ">Logitech MX Master 3S </div></td>
|
||
<td style=font-weight:600;color:var(--text-main)>¥ 1,598</td>
|
||
<td>
|
||
<div style=font-weight:bold;color:#f59e0b>70 / 100</div>
|
||
<div class=risk-bar-container>
|
||
<div class=risk-bar-fill style=width:70%;background:#f59e0b></div>
|
||
</div>
|
||
</td>
|
||
<td><span class="status-dot status-pending"></span>Pending</td>
|
||
<td style=text-align:right>
|
||
<button class="btn btn-secondary" style="padding:4px 8px">
|
||
<svg class=icon style=margin:0><use xlink:href=#i-eye></use></svg>
|
||
</button>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td><input type=checkbox class=row-check value=20251222-R1052></td>
|
||
<td>
|
||
<div style='font-weight:600;font-family:"Consolas",monospace'>20251222-R1052</div>
|
||
<div style=font-size:12px;color:var(--text-muted)>2025-12-22 14:17</div>
|
||
<div style=margin-top:4px></div>
|
||
</td>
|
||
<td>
|
||
<div>david_357</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 333</div>
|
||
</td>
|
||
<td><div title="Dyson Hair Dryer ">Dyson Hair Dryer </div></td>
|
||
<td style=font-weight:600;color:var(--text-main)>¥ 2,999</td>
|
||
<td>
|
||
<div style=font-weight:bold;color:#10b981>23 / 100</div>
|
||
<div class=risk-bar-container>
|
||
<div class=risk-bar-fill style=width:23%;background:#10b981></div>
|
||
</div>
|
||
</td>
|
||
<td><span class="status-dot status-pending"></span>Pending</td>
|
||
<td style=text-align:right>
|
||
<button class="btn btn-secondary" style="padding:4px 8px">
|
||
<svg class=icon style=margin:0><use xlink:href=#i-eye></use></svg>
|
||
</button>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td><input type=checkbox class=row-check value=20251222-R1054></td>
|
||
<td>
|
||
<div style='font-weight:600;font-family:"Consolas",monospace'>20251222-R1054</div>
|
||
<div style=font-size:12px;color:var(--text-muted)>2025-12-22 14:32</div>
|
||
<div style=margin-top:4px></div>
|
||
</td>
|
||
<td>
|
||
<div>echo_850</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 402</div>
|
||
</td>
|
||
<td><div title="Logitech MX Master 3S ">Logitech MX Master 3S </div></td>
|
||
<td style=font-weight:600;color:var(--text-main)>¥ 2,397</td>
|
||
<td>
|
||
<div style=font-weight:bold;color:#10b981>26 / 100</div>
|
||
<div class=risk-bar-container>
|
||
<div class=risk-bar-fill style=width:26%;background:#10b981></div>
|
||
</div>
|
||
</td>
|
||
<td><span class="status-dot status-pending"></span>Pending</td>
|
||
<td style=text-align:right>
|
||
<button class="btn btn-secondary" style="padding:4px 8px">
|
||
<svg class=icon style=margin:0><use xlink:href=#i-eye></use></svg>
|
||
</button>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td><input type=checkbox class=row-check value=20251222-R1055></td>
|
||
<td>
|
||
<div style='font-weight:600;font-family:"Consolas",monospace'>20251222-R1055</div>
|
||
<div style=font-size:12px;color:var(--text-muted)>2025-12-22 14:55</div>
|
||
<div style=margin-top:4px></div>
|
||
</td>
|
||
<td>
|
||
<div>alex_615</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 451</div>
|
||
</td>
|
||
<td><div title="Sony WH-1000XM5 ">Sony WH-1000XM5 </div></td>
|
||
<td style=font-weight:600;color:var(--text-main)>¥ 7,497</td>
|
||
<td>
|
||
<div style=font-weight:bold;color:#10b981>11 / 100</div>
|
||
<div class=risk-bar-container>
|
||
<div class=risk-bar-fill style=width:11%;background:#10b981></div>
|
||
</div>
|
||
</td>
|
||
<td><span class="status-dot status-pending"></span>Pending</td>
|
||
<td style=text-align:right>
|
||
<button class="btn btn-secondary" style="padding:4px 8px">
|
||
<svg class=icon style=margin:0><use xlink:href=#i-eye></use></svg>
|
||
</button>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td><input type=checkbox class=row-check value=20251222-R1056></td>
|
||
<td>
|
||
<div style='font-weight:600;font-family:"Consolas",monospace'>20251222-R1056</div>
|
||
<div style=font-size:12px;color:var(--text-muted)>2025-12-22 14:08</div>
|
||
<div style=margin-top:4px></div>
|
||
</td>
|
||
<td>
|
||
<div>alex_601</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 501</div>
|
||
</td>
|
||
<td><div title="Sony WH-1000XM5 ">Sony WH-1000XM5 </div></td>
|
||
<td style=font-weight:600;color:var(--text-main)>¥ 2,499</td>
|
||
<td>
|
||
<div style=font-weight:bold;color:#f59e0b>61 / 100</div>
|
||
<div class=risk-bar-container>
|
||
<div class=risk-bar-fill style=width:61%;background:#f59e0b></div>
|
||
</div>
|
||
</td>
|
||
<td><span class="status-dot status-pending"></span>Pending</td>
|
||
<td style=text-align:right>
|
||
<button class="btn btn-secondary" style="padding:4px 8px">
|
||
<svg class=icon style=margin:0><use xlink:href=#i-eye></use></svg>
|
||
</button>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td><input type=checkbox class=row-check value=20251222-R1059></td>
|
||
<td>
|
||
<div style='font-weight:600;font-family:"Consolas",monospace'>20251222-R1059</div>
|
||
<div style=font-size:12px;color:var(--text-muted)>2025-12-22 14:18</div>
|
||
<div style=margin-top:4px></div>
|
||
</td>
|
||
<td>
|
||
<div>echo_258</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 502</div>
|
||
</td>
|
||
<td><div title="Logitech MX Master 3S ">Logitech MX Master 3S </div></td>
|
||
<td style=font-weight:600;color:var(--text-main)>¥ 799</td>
|
||
<td>
|
||
<div style=font-weight:bold;color:#10b981>7 / 100</div>
|
||
<div class=risk-bar-container>
|
||
<div class=risk-bar-fill style=width:7%;background:#10b981></div>
|
||
</div>
|
||
</td>
|
||
<td><span class="status-dot status-pending"></span>Pending</td>
|
||
<td style=text-align:right>
|
||
<button class="btn btn-secondary" style="padding:4px 8px">
|
||
<svg class=icon style=margin:0><use xlink:href=#i-eye></use></svg>
|
||
</button>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td><input type=checkbox class=row-check value=20251222-R1060></td>
|
||
<td>
|
||
<div style='font-weight:600;font-family:"Consolas",monospace'>20251222-R1060</div>
|
||
<div style=font-size:12px;color:var(--text-muted)>2025-12-22 14:12</div>
|
||
<div style=margin-top:4px></div>
|
||
</td>
|
||
<td>
|
||
<div>ivy_530</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 336</div>
|
||
</td>
|
||
<td><div title="Nike Dunk Low ">Nike Dunk Low </div></td>
|
||
<td style=font-weight:600;color:var(--text-main)>¥ 1,798</td>
|
||
<td>
|
||
<div style=font-weight:bold;color:#10b981>54 / 100</div>
|
||
<div class=risk-bar-container>
|
||
<div class=risk-bar-fill style=width:54%;background:#10b981></div>
|
||
</div>
|
||
</td>
|
||
<td><span class="status-dot status-pending"></span>Pending</td>
|
||
<td style=text-align:right>
|
||
<button class="btn btn-secondary" style="padding:4px 8px">
|
||
<svg class=icon style=margin:0><use xlink:href=#i-eye></use></svg>
|
||
</button>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td><input type=checkbox class=row-check value=20251222-R1061></td>
|
||
<td>
|
||
<div style='font-weight:600;font-family:"Consolas",monospace'>20251222-R1061</div>
|
||
<div style=font-size:12px;color:var(--text-muted)>2025-12-22 14:02</div>
|
||
<div style=margin-top:4px></div>
|
||
</td>
|
||
<td>
|
||
<div>frank_309</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 551</div>
|
||
</td>
|
||
<td><div title="Dyson Hair Dryer ">Dyson Hair Dryer </div></td>
|
||
<td style=font-weight:600;color:var(--text-main)>¥ 8,997</td>
|
||
<td>
|
||
<div style=font-weight:bold;color:#f59e0b>63 / 100</div>
|
||
<div class=risk-bar-container>
|
||
<div class=risk-bar-fill style=width:63%;background:#f59e0b></div>
|
||
</div>
|
||
</td>
|
||
<td><span class="status-dot status-pending"></span>Pending</td>
|
||
<td style=text-align:right>
|
||
<button class="btn btn-secondary" style="padding:4px 8px">
|
||
<svg class=icon style=margin:0><use xlink:href=#i-eye></use></svg>
|
||
</button>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td><input type=checkbox class=row-check value=20251222-R1062></td>
|
||
<td>
|
||
<div style='font-weight:600;font-family:"Consolas",monospace'>20251222-R1062</div>
|
||
<div style=font-size:12px;color:var(--text-muted)>2025-12-22 14:50</div>
|
||
<div style=margin-top:4px><span class="tag tag-risk">Risk</span></div>
|
||
</td>
|
||
<td>
|
||
<div>echo_177</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 491</div>
|
||
</td>
|
||
<td><div title="Dyson Hair Dryer ">Dyson Hair Dryer </div></td>
|
||
<td style=font-weight:600;color:var(--text-main)>¥ 2,999</td>
|
||
<td>
|
||
<div style=font-weight:bold;color:#ef4444>96 / 100</div>
|
||
<div class=risk-bar-container>
|
||
<div class=risk-bar-fill style=width:96%;background:#ef4444></div>
|
||
</div>
|
||
</td>
|
||
<td><span class="status-dot status-pending"></span>Pending</td>
|
||
<td style=text-align:right>
|
||
<button class="btn btn-secondary" style="padding:4px 8px">
|
||
<svg class=icon style=margin:0><use xlink:href=#i-eye></use></svg>
|
||
</button>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td><input type=checkbox class=row-check value=20251222-R1063></td>
|
||
<td>
|
||
<div style='font-weight:600;font-family:"Consolas",monospace'>20251222-R1063</div>
|
||
<div style=font-size:12px;color:var(--text-muted)>2025-12-22 14:46</div>
|
||
<div style=margin-top:4px></div>
|
||
</td>
|
||
<td>
|
||
<div>alex_756</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 735</div>
|
||
</td>
|
||
<td><div title="Dyson Hair Dryer ">Dyson Hair Dryer </div></td>
|
||
<td style=font-weight:600;color:var(--text-main)>¥ 2,999</td>
|
||
<td>
|
||
<div style=font-weight:bold;color:#10b981>23 / 100</div>
|
||
<div class=risk-bar-container>
|
||
<div class=risk-bar-fill style=width:23%;background:#10b981></div>
|
||
</div>
|
||
</td>
|
||
<td><span class="status-dot status-pending"></span>Pending</td>
|
||
<td style=text-align:right>
|
||
<button class="btn btn-secondary" style="padding:4px 8px">
|
||
<svg class=icon style=margin:0><use xlink:href=#i-eye></use></svg>
|
||
</button>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td><input type=checkbox class=row-check value=20251222-R1066></td>
|
||
<td>
|
||
<div style='font-weight:600;font-family:"Consolas",monospace'>20251222-R1066</div>
|
||
<div style=font-size:12px;color:var(--text-muted)>2025-12-22 14:02</div>
|
||
<div style=margin-top:4px></div>
|
||
</td>
|
||
<td>
|
||
<div>grace_832</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 695</div>
|
||
</td>
|
||
<td><div title="AirPods Pro 3 ">AirPods Pro 3 </div></td>
|
||
<td style=font-weight:600;color:var(--text-main)>¥ 3,798</td>
|
||
<td>
|
||
<div style=font-weight:bold;color:#10b981>48 / 100</div>
|
||
<div class=risk-bar-container>
|
||
<div class=risk-bar-fill style=width:48%;background:#10b981></div>
|
||
</div>
|
||
</td>
|
||
<td><span class="status-dot status-pending"></span>Pending</td>
|
||
<td style=text-align:right>
|
||
<button class="btn btn-secondary" style="padding:4px 8px">
|
||
<svg class=icon style=margin:0><use xlink:href=#i-eye></use></svg>
|
||
</button>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td><input type=checkbox class=row-check value=20251222-R1067></td>
|
||
<td>
|
||
<div style='font-weight:600;font-family:"Consolas",monospace'>20251222-R1067</div>
|
||
<div style=font-size:12px;color:var(--text-muted)>2025-12-22 14:23</div>
|
||
<div style=margin-top:4px></div>
|
||
</td>
|
||
<td>
|
||
<div>david_802</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 346</div>
|
||
</td>
|
||
<td><div title="Dyson Hair Dryer ">Dyson Hair Dryer </div></td>
|
||
<td style=font-weight:600;color:var(--text-main)>¥ 5,998</td>
|
||
<td>
|
||
<div style=font-weight:bold;color:#10b981>55 / 100</div>
|
||
<div class=risk-bar-container>
|
||
<div class=risk-bar-fill style=width:55%;background:#10b981></div>
|
||
</div>
|
||
</td>
|
||
<td><span class="status-dot status-pending"></span>Pending</td>
|
||
<td style=text-align:right>
|
||
<button class="btn btn-secondary" style="padding:4px 8px">
|
||
<svg class=icon style=margin:0><use xlink:href=#i-eye></use></svg>
|
||
</button>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td><input type=checkbox class=row-check value=20251222-R1068></td>
|
||
<td>
|
||
<div style='font-weight:600;font-family:"Consolas",monospace'>20251222-R1068</div>
|
||
<div style=font-size:12px;color:var(--text-muted)>2025-12-22 14:07</div>
|
||
<div style=margin-top:4px><span class="tag tag-vip">VIP</span></div>
|
||
</td>
|
||
<td>
|
||
<div>grace_487</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 416</div>
|
||
</td>
|
||
<td><div title="AirPods Pro 3 ">AirPods Pro 3 </div></td>
|
||
<td style=font-weight:600;color:var(--text-main)>¥ 1,899</td>
|
||
<td>
|
||
<div style=font-weight:bold;color:#f59e0b>64 / 100</div>
|
||
<div class=risk-bar-container>
|
||
<div class=risk-bar-fill style=width:64%;background:#f59e0b></div>
|
||
</div>
|
||
</td>
|
||
<td><span class="status-dot status-pending"></span>Pending</td>
|
||
<td style=text-align:right>
|
||
<button class="btn btn-secondary" style="padding:4px 8px">
|
||
<svg class=icon style=margin:0><use xlink:href=#i-eye></use></svg>
|
||
</button>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td><input type=checkbox class=row-check value=20251222-R1069></td>
|
||
<td>
|
||
<div style='font-weight:600;font-family:"Consolas",monospace'>20251222-R1069</div>
|
||
<div style=font-size:12px;color:var(--text-muted)>2025-12-22 14:14</div>
|
||
<div style=margin-top:4px><span class="tag tag-large">Large</span></div>
|
||
</td>
|
||
<td>
|
||
<div>grace_276</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 465</div>
|
||
</td>
|
||
<td><div title="iPhone 16 Pro Max ">iPhone 16 Pro Max </div></td>
|
||
<td style=font-weight:600;color:var(--text-main)>¥ 29,997</td>
|
||
<td>
|
||
<div style=font-weight:bold;color:#10b981>7 / 100</div>
|
||
<div class=risk-bar-container>
|
||
<div class=risk-bar-fill style=width:7%;background:#10b981></div>
|
||
</div>
|
||
</td>
|
||
<td><span class="status-dot status-pending"></span>Pending</td>
|
||
<td style=text-align:right>
|
||
<button class="btn btn-secondary" style="padding:4px 8px">
|
||
<svg class=icon style=margin:0><use xlink:href=#i-eye></use></svg>
|
||
</button>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td><input type=checkbox class=row-check value=20251222-R1070></td>
|
||
<td>
|
||
<div style='font-weight:600;font-family:"Consolas",monospace'>20251222-R1070</div>
|
||
<div style=font-size:12px;color:var(--text-muted)>2025-12-22 14:47</div>
|
||
<div style=margin-top:4px><span class="tag tag-large">Large</span></div>
|
||
</td>
|
||
<td>
|
||
<div>alex_845</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 702</div>
|
||
</td>
|
||
<td><div title="iPhone 16 Pro Max ">iPhone 16 Pro Max </div></td>
|
||
<td style=font-weight:600;color:var(--text-main)>¥ 29,997</td>
|
||
<td>
|
||
<div style=font-weight:bold;color:#f59e0b>84 / 100</div>
|
||
<div class=risk-bar-container>
|
||
<div class=risk-bar-fill style=width:84%;background:#f59e0b></div>
|
||
</div>
|
||
</td>
|
||
<td><span class="status-dot status-pending"></span>Pending</td>
|
||
<td style=text-align:right>
|
||
<button class="btn btn-secondary" style="padding:4px 8px">
|
||
<svg class=icon style=margin:0><use xlink:href=#i-eye></use></svg>
|
||
</button>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td><input type=checkbox class=row-check value=20251222-R1071></td>
|
||
<td>
|
||
<div style='font-weight:600;font-family:"Consolas",monospace'>20251222-R1071</div>
|
||
<div style=font-size:12px;color:var(--text-muted)>2025-12-22 14:09</div>
|
||
<div style=margin-top:4px></div>
|
||
</td>
|
||
<td>
|
||
<div>ivy_761</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 633</div>
|
||
</td>
|
||
<td><div title="Switch OLED (JP Ver) ">Switch OLED (JP Ver) </div></td>
|
||
<td style=font-weight:600;color:var(--text-main)>¥ 4,200</td>
|
||
<td>
|
||
<div style=font-weight:bold;color:#10b981>33 / 100</div>
|
||
<div class=risk-bar-container>
|
||
<div class=risk-bar-fill style=width:33%;background:#10b981></div>
|
||
</div>
|
||
</td>
|
||
<td><span class="status-dot status-pending"></span>Pending</td>
|
||
<td style=text-align:right>
|
||
<button class="btn btn-secondary" style="padding:4px 8px">
|
||
<svg class=icon style=margin:0><use xlink:href=#i-eye></use></svg>
|
||
</button>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td><input type=checkbox class=row-check value=20251222-R1072></td>
|
||
<td>
|
||
<div style='font-weight:600;font-family:"Consolas",monospace'>20251222-R1072</div>
|
||
<div style=font-size:12px;color:var(--text-muted)>2025-12-22 14:36</div>
|
||
<div style=margin-top:4px></div>
|
||
</td>
|
||
<td>
|
||
<div>candy_233</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 386</div>
|
||
</td>
|
||
<td><div title="Dyson Hair Dryer ">Dyson Hair Dryer </div></td>
|
||
<td style=font-weight:600;color:var(--text-main)>¥ 5,998</td>
|
||
<td>
|
||
<div style=font-weight:bold;color:#10b981>18 / 100</div>
|
||
<div class=risk-bar-container>
|
||
<div class=risk-bar-fill style=width:18%;background:#10b981></div>
|
||
</div>
|
||
</td>
|
||
<td><span class="status-dot status-pending"></span>Pending</td>
|
||
<td style=text-align:right>
|
||
<button class="btn btn-secondary" style="padding:4px 8px">
|
||
<svg class=icon style=margin:0><use xlink:href=#i-eye></use></svg>
|
||
</button>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td><input type=checkbox class=row-check value=20251222-R1073></td>
|
||
<td>
|
||
<div style='font-weight:600;font-family:"Consolas",monospace'>20251222-R1073</div>
|
||
<div style=font-size:12px;color:var(--text-muted)>2025-12-22 14:35</div>
|
||
<div style=margin-top:4px></div>
|
||
</td>
|
||
<td>
|
||
<div>bill_171</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 314</div>
|
||
</td>
|
||
<td><div title="AirPods Pro 3 ">AirPods Pro 3 </div></td>
|
||
<td style=font-weight:600;color:var(--text-main)>¥ 3,798</td>
|
||
<td>
|
||
<div style=font-weight:bold;color:#10b981>4 / 100</div>
|
||
<div class=risk-bar-container>
|
||
<div class=risk-bar-fill style=width:4%;background:#10b981></div>
|
||
</div>
|
||
</td>
|
||
<td><span class="status-dot status-pending"></span>Pending</td>
|
||
<td style=text-align:right>
|
||
<button class="btn btn-secondary" style="padding:4px 8px">
|
||
<svg class=icon style=margin:0><use xlink:href=#i-eye></use></svg>
|
||
</button>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td><input type=checkbox class=row-check value=20251222-R1074></td>
|
||
<td>
|
||
<div style='font-weight:600;font-family:"Consolas",monospace'>20251222-R1074</div>
|
||
<div style=font-size:12px;color:var(--text-muted)>2025-12-22 14:36</div>
|
||
<div style=margin-top:4px></div>
|
||
</td>
|
||
<td>
|
||
<div>bill_97</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 438</div>
|
||
</td>
|
||
<td><div title="Logitech MX Master 3S ">Logitech MX Master 3S </div></td>
|
||
<td style=font-weight:600;color:var(--text-main)>¥ 799</td>
|
||
<td>
|
||
<div style=font-weight:bold;color:#10b981>29 / 100</div>
|
||
<div class=risk-bar-container>
|
||
<div class=risk-bar-fill style=width:29%;background:#10b981></div>
|
||
</div>
|
||
</td>
|
||
<td><span class="status-dot status-pending"></span>Pending</td>
|
||
<td style=text-align:right>
|
||
<button class="btn btn-secondary" style="padding:4px 8px">
|
||
<svg class=icon style=margin:0><use xlink:href=#i-eye></use></svg>
|
||
</button>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td><input type=checkbox class=row-check value=20251222-R1075></td>
|
||
<td>
|
||
<div style='font-weight:600;font-family:"Consolas",monospace'>20251222-R1075</div>
|
||
<div style=font-size:12px;color:var(--text-muted)>2025-12-22 14:29</div>
|
||
<div style=margin-top:4px></div>
|
||
</td>
|
||
<td>
|
||
<div>david_935</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 500</div>
|
||
</td>
|
||
<td><div title="Switch OLED (JP Ver) ">Switch OLED (JP Ver) </div></td>
|
||
<td style=font-weight:600;color:var(--text-main)>¥ 4,200</td>
|
||
<td>
|
||
<div style=font-weight:bold;color:#f59e0b>68 / 100</div>
|
||
<div class=risk-bar-container>
|
||
<div class=risk-bar-fill style=width:68%;background:#f59e0b></div>
|
||
</div>
|
||
</td>
|
||
<td><span class="status-dot status-pending"></span>Pending</td>
|
||
<td style=text-align:right>
|
||
<button class="btn btn-secondary" style="padding:4px 8px">
|
||
<svg class=icon style=margin:0><use xlink:href=#i-eye></use></svg>
|
||
</button>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td><input type=checkbox class=row-check value=20251222-R1076></td>
|
||
<td>
|
||
<div style='font-weight:600;font-family:"Consolas",monospace'>20251222-R1076</div>
|
||
<div style=font-size:12px;color:var(--text-muted)>2025-12-22 14:30</div>
|
||
<div style=margin-top:4px></div>
|
||
</td>
|
||
<td>
|
||
<div>david_878</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 557</div>
|
||
</td>
|
||
<td><div title="Dyson Hair Dryer ">Dyson Hair Dryer </div></td>
|
||
<td style=font-weight:600;color:var(--text-main)>¥ 2,999</td>
|
||
<td>
|
||
<div style=font-weight:bold;color:#10b981>33 / 100</div>
|
||
<div class=risk-bar-container>
|
||
<div class=risk-bar-fill style=width:33%;background:#10b981></div>
|
||
</div>
|
||
</td>
|
||
<td><span class="status-dot status-pending"></span>Pending</td>
|
||
<td style=text-align:right>
|
||
<button class="btn btn-secondary" style="padding:4px 8px">
|
||
<svg class=icon style=margin:0><use xlink:href=#i-eye></use></svg>
|
||
</button>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td><input type=checkbox class=row-check value=20251222-R1077></td>
|
||
<td>
|
||
<div style='font-weight:600;font-family:"Consolas",monospace'>20251222-R1077</div>
|
||
<div style=font-size:12px;color:var(--text-muted)>2025-12-22 14:57</div>
|
||
<div style=margin-top:4px></div>
|
||
</td>
|
||
<td>
|
||
<div>frank_112</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 517</div>
|
||
</td>
|
||
<td><div title="Sony WH-1000XM5 ">Sony WH-1000XM5 </div></td>
|
||
<td style=font-weight:600;color:var(--text-main)>¥ 2,499</td>
|
||
<td>
|
||
<div style=font-weight:bold;color:#10b981>33 / 100</div>
|
||
<div class=risk-bar-container>
|
||
<div class=risk-bar-fill style=width:33%;background:#10b981></div>
|
||
</div>
|
||
</td>
|
||
<td><span class="status-dot status-pending"></span>Pending</td>
|
||
<td style=text-align:right>
|
||
<button class="btn btn-secondary" style="padding:4px 8px">
|
||
<svg class=icon style=margin:0><use xlink:href=#i-eye></use></svg>
|
||
</button>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td><input type=checkbox class=row-check value=20251222-R1078></td>
|
||
<td>
|
||
<div style='font-weight:600;font-family:"Consolas",monospace'>20251222-R1078</div>
|
||
<div style=font-size:12px;color:var(--text-muted)>2025-12-22 14:50</div>
|
||
<div style=margin-top:4px></div>
|
||
</td>
|
||
<td>
|
||
<div>jack_732</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 332</div>
|
||
</td>
|
||
<td><div title="Nike Dunk Low ">Nike Dunk Low </div></td>
|
||
<td style=font-weight:600;color:var(--text-main)>¥ 2,697</td>
|
||
<td>
|
||
<div style=font-weight:bold;color:#10b981>9 / 100</div>
|
||
<div class=risk-bar-container>
|
||
<div class=risk-bar-fill style=width:9%;background:#10b981></div>
|
||
</div>
|
||
</td>
|
||
<td><span class="status-dot status-pending"></span>Pending</td>
|
||
<td style=text-align:right>
|
||
<button class="btn btn-secondary" style="padding:4px 8px">
|
||
<svg class=icon style=margin:0><use xlink:href=#i-eye></use></svg>
|
||
</button>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td><input type=checkbox class=row-check value=20251222-R1079></td>
|
||
<td>
|
||
<div style='font-weight:600;font-family:"Consolas",monospace'>20251222-R1079</div>
|
||
<div style=font-size:12px;color:var(--text-muted)>2025-12-22 14:55</div>
|
||
<div style=margin-top:4px></div>
|
||
</td>
|
||
<td>
|
||
<div>ivy_94</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 471</div>
|
||
</td>
|
||
<td><div title="AirPods Pro 3 ">AirPods Pro 3 </div></td>
|
||
<td style=font-weight:600;color:var(--text-main)>¥ 1,899</td>
|
||
<td>
|
||
<div style=font-weight:bold;color:#f59e0b>73 / 100</div>
|
||
<div class=risk-bar-container>
|
||
<div class=risk-bar-fill style=width:73%;background:#f59e0b></div>
|
||
</div>
|
||
</td>
|
||
<td><span class="status-dot status-pending"></span>Pending</td>
|
||
<td style=text-align:right>
|
||
<button class="btn btn-secondary" style="padding:4px 8px">
|
||
<svg class=icon style=margin:0><use xlink:href=#i-eye></use></svg>
|
||
</button>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td><input type=checkbox class=row-check value=20251222-R1081></td>
|
||
<td>
|
||
<div style='font-weight:600;font-family:"Consolas",monospace'>20251222-R1081</div>
|
||
<div style=font-size:12px;color:var(--text-muted)>2025-12-22 14:27</div>
|
||
<div style=margin-top:4px><span class="tag tag-large">Large</span></div>
|
||
</td>
|
||
<td>
|
||
<div>echo_332</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 428</div>
|
||
</td>
|
||
<td><div title="La Mer Cream ">La Mer Cream </div></td>
|
||
<td style=font-weight:600;color:var(--text-main)>¥ 10,500</td>
|
||
<td>
|
||
<div style=font-weight:bold;color:#f59e0b>73 / 100</div>
|
||
<div class=risk-bar-container>
|
||
<div class=risk-bar-fill style=width:73%;background:#f59e0b></div>
|
||
</div>
|
||
</td>
|
||
<td><span class="status-dot status-pending"></span>Pending</td>
|
||
<td style=text-align:right>
|
||
<button class="btn btn-secondary" style="padding:4px 8px">
|
||
<svg class=icon style=margin:0><use xlink:href=#i-eye></use></svg>
|
||
</button>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td><input type=checkbox class=row-check value=20251222-R1084></td>
|
||
<td>
|
||
<div style='font-weight:600;font-family:"Consolas",monospace'>20251222-R1084</div>
|
||
<div style=font-size:12px;color:var(--text-muted)>2025-12-22 14:48</div>
|
||
<div style=margin-top:4px></div>
|
||
</td>
|
||
<td>
|
||
<div>david_519</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 325</div>
|
||
</td>
|
||
<td><div title="Sony WH-1000XM5 ">Sony WH-1000XM5 </div></td>
|
||
<td style=font-weight:600;color:var(--text-main)>¥ 7,497</td>
|
||
<td>
|
||
<div style=font-weight:bold;color:#f59e0b>71 / 100</div>
|
||
<div class=risk-bar-container>
|
||
<div class=risk-bar-fill style=width:71%;background:#f59e0b></div>
|
||
</div>
|
||
</td>
|
||
<td><span class="status-dot status-pending"></span>Pending</td>
|
||
<td style=text-align:right>
|
||
<button class="btn btn-secondary" style="padding:4px 8px">
|
||
<svg class=icon style=margin:0><use xlink:href=#i-eye></use></svg>
|
||
</button>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td><input type=checkbox class=row-check value=20251222-R1086></td>
|
||
<td>
|
||
<div style='font-weight:600;font-family:"Consolas",monospace'>20251222-R1086</div>
|
||
<div style=font-size:12px;color:var(--text-muted)>2025-12-22 14:17</div>
|
||
<div style=margin-top:4px></div>
|
||
</td>
|
||
<td>
|
||
<div>jack_558</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 671</div>
|
||
</td>
|
||
<td><div title="Logitech MX Master 3S ">Logitech MX Master 3S </div></td>
|
||
<td style=font-weight:600;color:var(--text-main)>¥ 799</td>
|
||
<td>
|
||
<div style=font-weight:bold;color:#f59e0b>85 / 100</div>
|
||
<div class=risk-bar-container>
|
||
<div class=risk-bar-fill style=width:85%;background:#f59e0b></div>
|
||
</div>
|
||
</td>
|
||
<td><span class="status-dot status-pending"></span>Pending</td>
|
||
<td style=text-align:right>
|
||
<button class="btn btn-secondary" style="padding:4px 8px">
|
||
<svg class=icon style=margin:0><use xlink:href=#i-eye></use></svg>
|
||
</button>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td><input type=checkbox class=row-check value=20251222-R1088></td>
|
||
<td>
|
||
<div style='font-weight:600;font-family:"Consolas",monospace'>20251222-R1088</div>
|
||
<div style=font-size:12px;color:var(--text-muted)>2025-12-22 14:59</div>
|
||
<div style=margin-top:4px><span class="tag tag-large">Large</span></div>
|
||
</td>
|
||
<td>
|
||
<div>candy_654</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 778</div>
|
||
</td>
|
||
<td><div title="La Mer Cream ">La Mer Cream </div></td>
|
||
<td style=font-weight:600;color:var(--text-main)>¥ 10,500</td>
|
||
<td>
|
||
<div style=font-weight:bold;color:#10b981>42 / 100</div>
|
||
<div class=risk-bar-container>
|
||
<div class=risk-bar-fill style=width:42%;background:#10b981></div>
|
||
</div>
|
||
</td>
|
||
<td><span class="status-dot status-pending"></span>Pending</td>
|
||
<td style=text-align:right>
|
||
<button class="btn btn-secondary" style="padding:4px 8px">
|
||
<svg class=icon style=margin:0><use xlink:href=#i-eye></use></svg>
|
||
</button>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td><input type=checkbox class=row-check value=20251222-R1089></td>
|
||
<td>
|
||
<div style='font-weight:600;font-family:"Consolas",monospace'>20251222-R1089</div>
|
||
<div style=font-size:12px;color:var(--text-muted)>2025-12-22 14:52</div>
|
||
<div style=margin-top:4px><span class="tag tag-large">Large</span></div>
|
||
</td>
|
||
<td>
|
||
<div>david_924</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 584</div>
|
||
</td>
|
||
<td><div title="iPhone 16 Pro Max ">iPhone 16 Pro Max </div></td>
|
||
<td style=font-weight:600;color:var(--text-main)>¥ 29,997</td>
|
||
<td>
|
||
<div style=font-weight:bold;color:#10b981>26 / 100</div>
|
||
<div class=risk-bar-container>
|
||
<div class=risk-bar-fill style=width:26%;background:#10b981></div>
|
||
</div>
|
||
</td>
|
||
<td><span class="status-dot status-pending"></span>Pending</td>
|
||
<td style=text-align:right>
|
||
<button class="btn btn-secondary" style="padding:4px 8px">
|
||
<svg class=icon style=margin:0><use xlink:href=#i-eye></use></svg>
|
||
</button>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td><input type=checkbox class=row-check value=20251222-R1090></td>
|
||
<td>
|
||
<div style='font-weight:600;font-family:"Consolas",monospace'>20251222-R1090</div>
|
||
<div style=font-size:12px;color:var(--text-muted)>2025-12-22 14:42</div>
|
||
<div style=margin-top:4px><span class="tag tag-risk">Risk</span></div>
|
||
</td>
|
||
<td>
|
||
<div>jack_696</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 429</div>
|
||
</td>
|
||
<td><div title="AirPods Pro 3 ">AirPods Pro 3 </div></td>
|
||
<td style=font-weight:600;color:var(--text-main)>¥ 5,697</td>
|
||
<td>
|
||
<div style=font-weight:bold;color:#ef4444>96 / 100</div>
|
||
<div class=risk-bar-container>
|
||
<div class=risk-bar-fill style=width:96%;background:#ef4444></div>
|
||
</div>
|
||
</td>
|
||
<td><span class="status-dot status-pending"></span>Pending</td>
|
||
<td style=text-align:right>
|
||
<button class="btn btn-secondary" style="padding:4px 8px">
|
||
<svg class=icon style=margin:0><use xlink:href=#i-eye></use></svg>
|
||
</button>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td><input type=checkbox class=row-check value=20251222-R1091></td>
|
||
<td>
|
||
<div style='font-weight:600;font-family:"Consolas",monospace'>20251222-R1091</div>
|
||
<div style=font-size:12px;color:var(--text-muted)>2025-12-22 14:34</div>
|
||
<div style=margin-top:4px></div>
|
||
</td>
|
||
<td>
|
||
<div>david_103</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 534</div>
|
||
</td>
|
||
<td><div title="Switch OLED (JP Ver) ">Switch OLED (JP Ver) </div></td>
|
||
<td style=font-weight:600;color:var(--text-main)>¥ 6,300</td>
|
||
<td>
|
||
<div style=font-weight:bold;color:#f59e0b>75 / 100</div>
|
||
<div class=risk-bar-container>
|
||
<div class=risk-bar-fill style=width:75%;background:#f59e0b></div>
|
||
</div>
|
||
</td>
|
||
<td><span class="status-dot status-pending"></span>Pending</td>
|
||
<td style=text-align:right>
|
||
<button class="btn btn-secondary" style="padding:4px 8px">
|
||
<svg class=icon style=margin:0><use xlink:href=#i-eye></use></svg>
|
||
</button>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td><input type=checkbox class=row-check value=20251222-R1092></td>
|
||
<td>
|
||
<div style='font-weight:600;font-family:"Consolas",monospace'>20251222-R1092</div>
|
||
<div style=font-size:12px;color:var(--text-muted)>2025-12-22 14:34</div>
|
||
<div style=margin-top:4px></div>
|
||
</td>
|
||
<td>
|
||
<div>david_804</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 321</div>
|
||
</td>
|
||
<td><div title="Logitech MX Master 3S ">Logitech MX Master 3S </div></td>
|
||
<td style=font-weight:600;color:var(--text-main)>¥ 799</td>
|
||
<td>
|
||
<div style=font-weight:bold;color:#10b981>50 / 100</div>
|
||
<div class=risk-bar-container>
|
||
<div class=risk-bar-fill style=width:50%;background:#10b981></div>
|
||
</div>
|
||
</td>
|
||
<td><span class="status-dot status-pending"></span>Pending</td>
|
||
<td style=text-align:right>
|
||
<button class="btn btn-secondary" style="padding:4px 8px">
|
||
<svg class=icon style=margin:0><use xlink:href=#i-eye></use></svg>
|
||
</button>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td><input type=checkbox class=row-check value=20251222-R1095></td>
|
||
<td>
|
||
<div style='font-weight:600;font-family:"Consolas",monospace'>20251222-R1095</div>
|
||
<div style=font-size:12px;color:var(--text-muted)>2025-12-22 14:31</div>
|
||
<div style=margin-top:4px></div>
|
||
</td>
|
||
<td>
|
||
<div>echo_1</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 446</div>
|
||
</td>
|
||
<td><div title="Starbucks Gift Card ">Starbucks Gift Card </div></td>
|
||
<td style=font-weight:600;color:var(--text-main)>¥ 200</td>
|
||
<td>
|
||
<div style=font-weight:bold;color:#f59e0b>64 / 100</div>
|
||
<div class=risk-bar-container>
|
||
<div class=risk-bar-fill style=width:64%;background:#f59e0b></div>
|
||
</div>
|
||
</td>
|
||
<td><span class="status-dot status-pending"></span>Pending</td>
|
||
<td style=text-align:right>
|
||
<button class="btn btn-secondary" style="padding:4px 8px">
|
||
<svg class=icon style=margin:0><use xlink:href=#i-eye></use></svg>
|
||
</button>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td><input type=checkbox class=row-check value=20251222-R1096></td>
|
||
<td>
|
||
<div style='font-weight:600;font-family:"Consolas",monospace'>20251222-R1096</div>
|
||
<div style=font-size:12px;color:var(--text-muted)>2025-12-22 14:45</div>
|
||
<div style=margin-top:4px><span class="tag tag-risk">Risk</span></div>
|
||
</td>
|
||
<td>
|
||
<div>ivy_540</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 407</div>
|
||
</td>
|
||
<td><div title="Sony WH-1000XM5 ">Sony WH-1000XM5 </div></td>
|
||
<td style=font-weight:600;color:var(--text-main)>¥ 4,998</td>
|
||
<td>
|
||
<div style=font-weight:bold;color:#ef4444>96 / 100</div>
|
||
<div class=risk-bar-container>
|
||
<div class=risk-bar-fill style=width:96%;background:#ef4444></div>
|
||
</div>
|
||
</td>
|
||
<td><span class="status-dot status-pending"></span>Pending</td>
|
||
<td style=text-align:right>
|
||
<button class="btn btn-secondary" style="padding:4px 8px">
|
||
<svg class=icon style=margin:0><use xlink:href=#i-eye></use></svg>
|
||
</button>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td><input type=checkbox class=row-check value=20251222-R1097></td>
|
||
<td>
|
||
<div style='font-weight:600;font-family:"Consolas",monospace'>20251222-R1097</div>
|
||
<div style=font-size:12px;color:var(--text-muted)>2025-12-22 14:21</div>
|
||
<div style=margin-top:4px></div>
|
||
</td>
|
||
<td>
|
||
<div>grace_711</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 742</div>
|
||
</td>
|
||
<td><div title="Switch OLED (JP Ver) ">Switch OLED (JP Ver) </div></td>
|
||
<td style=font-weight:600;color:var(--text-main)>¥ 2,100</td>
|
||
<td>
|
||
<div style=font-weight:bold;color:#f59e0b>84 / 100</div>
|
||
<div class=risk-bar-container>
|
||
<div class=risk-bar-fill style=width:84%;background:#f59e0b></div>
|
||
</div>
|
||
</td>
|
||
<td><span class="status-dot status-pending"></span>Pending</td>
|
||
<td style=text-align:right>
|
||
<button class="btn btn-secondary" style="padding:4px 8px">
|
||
<svg class=icon style=margin:0><use xlink:href=#i-eye></use></svg>
|
||
</button>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td><input type=checkbox class=row-check value=20251222-R1100></td>
|
||
<td>
|
||
<div style='font-weight:600;font-family:"Consolas",monospace'>20251222-R1100</div>
|
||
<div style=font-size:12px;color:var(--text-muted)>2025-12-22 14:32</div>
|
||
<div style=margin-top:4px><span class="tag tag-vip">VIP</span></div>
|
||
</td>
|
||
<td>
|
||
<div>grace_554</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 423</div>
|
||
</td>
|
||
<td><div title="AirPods Pro 3 ">AirPods Pro 3 </div></td>
|
||
<td style=font-weight:600;color:var(--text-main)>¥ 5,697</td>
|
||
<td>
|
||
<div style=font-weight:bold;color:#10b981>29 / 100</div>
|
||
<div class=risk-bar-container>
|
||
<div class=risk-bar-fill style=width:29%;background:#10b981></div>
|
||
</div>
|
||
</td>
|
||
<td><span class="status-dot status-pending"></span>Pending</td>
|
||
<td style=text-align:right>
|
||
<button class="btn btn-secondary" style="padding:4px 8px">
|
||
<svg class=icon style=margin:0><use xlink:href=#i-eye></use></svg>
|
||
</button>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td><input type=checkbox class=row-check value=20251222-R1103></td>
|
||
<td>
|
||
<div style='font-weight:600;font-family:"Consolas",monospace'>20251222-R1103</div>
|
||
<div style=font-size:12px;color:var(--text-muted)>2025-12-22 14:30</div>
|
||
<div style=margin-top:4px><span class="tag tag-risk">Risk</span><span class="tag tag-vip">VIP</span></div>
|
||
</td>
|
||
<td>
|
||
<div>bill_171</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 525</div>
|
||
</td>
|
||
<td><div title="Sony WH-1000XM5 ">Sony WH-1000XM5 </div></td>
|
||
<td style=font-weight:600;color:var(--text-main)>¥ 4,998</td>
|
||
<td>
|
||
<div style=font-weight:bold;color:#ef4444>92 / 100</div>
|
||
<div class=risk-bar-container>
|
||
<div class=risk-bar-fill style=width:92%;background:#ef4444></div>
|
||
</div>
|
||
</td>
|
||
<td><span class="status-dot status-pending"></span>Pending</td>
|
||
<td style=text-align:right>
|
||
<button class="btn btn-secondary" style="padding:4px 8px">
|
||
<svg class=icon style=margin:0><use xlink:href=#i-eye></use></svg>
|
||
</button>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td><input type=checkbox class=row-check value=20251222-R1104></td>
|
||
<td>
|
||
<div style='font-weight:600;font-family:"Consolas",monospace'>20251222-R1104</div>
|
||
<div style=font-size:12px;color:var(--text-muted)>2025-12-22 14:01</div>
|
||
<div style=margin-top:4px></div>
|
||
</td>
|
||
<td>
|
||
<div>candy_268</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 766</div>
|
||
</td>
|
||
<td><div title="Nike Dunk Low ">Nike Dunk Low </div></td>
|
||
<td style=font-weight:600;color:var(--text-main)>¥ 899</td>
|
||
<td>
|
||
<div style=font-weight:bold;color:#10b981>21 / 100</div>
|
||
<div class=risk-bar-container>
|
||
<div class=risk-bar-fill style=width:21%;background:#10b981></div>
|
||
</div>
|
||
</td>
|
||
<td><span class="status-dot status-pending"></span>Pending</td>
|
||
<td style=text-align:right>
|
||
<button class="btn btn-secondary" style="padding:4px 8px">
|
||
<svg class=icon style=margin:0><use xlink:href=#i-eye></use></svg>
|
||
</button>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td><input type=checkbox class=row-check value=20251222-R1105></td>
|
||
<td>
|
||
<div style='font-weight:600;font-family:"Consolas",monospace'>20251222-R1105</div>
|
||
<div style=font-size:12px;color:var(--text-muted)>2025-12-22 14:58</div>
|
||
<div style=margin-top:4px></div>
|
||
</td>
|
||
<td>
|
||
<div>grace_697</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 635</div>
|
||
</td>
|
||
<td><div title="Sony WH-1000XM5 ">Sony WH-1000XM5 </div></td>
|
||
<td style=font-weight:600;color:var(--text-main)>¥ 7,497</td>
|
||
<td>
|
||
<div style=font-weight:bold;color:#10b981>15 / 100</div>
|
||
<div class=risk-bar-container>
|
||
<div class=risk-bar-fill style=width:15%;background:#10b981></div>
|
||
</div>
|
||
</td>
|
||
<td><span class="status-dot status-pending"></span>Pending</td>
|
||
<td style=text-align:right>
|
||
<button class="btn btn-secondary" style="padding:4px 8px">
|
||
<svg class=icon style=margin:0><use xlink:href=#i-eye></use></svg>
|
||
</button>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td><input type=checkbox class=row-check value=20251222-R1107></td>
|
||
<td>
|
||
<div style='font-weight:600;font-family:"Consolas",monospace'>20251222-R1107</div>
|
||
<div style=font-size:12px;color:var(--text-muted)>2025-12-22 14:34</div>
|
||
<div style=margin-top:4px><span class="tag tag-risk">Risk</span></div>
|
||
</td>
|
||
<td>
|
||
<div>alex_722</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 780</div>
|
||
</td>
|
||
<td><div title="Sony WH-1000XM5 ">Sony WH-1000XM5 </div></td>
|
||
<td style=font-weight:600;color:var(--text-main)>¥ 4,998</td>
|
||
<td>
|
||
<div style=font-weight:bold;color:#ef4444>87 / 100</div>
|
||
<div class=risk-bar-container>
|
||
<div class=risk-bar-fill style=width:87%;background:#ef4444></div>
|
||
</div>
|
||
</td>
|
||
<td><span class="status-dot status-pending"></span>Pending</td>
|
||
<td style=text-align:right>
|
||
<button class="btn btn-secondary" style="padding:4px 8px">
|
||
<svg class=icon style=margin:0><use xlink:href=#i-eye></use></svg>
|
||
</button>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td><input type=checkbox class=row-check value=20251222-R1109></td>
|
||
<td>
|
||
<div style='font-weight:600;font-family:"Consolas",monospace'>20251222-R1109</div>
|
||
<div style=font-size:12px;color:var(--text-muted)>2025-12-22 14:03</div>
|
||
<div style=margin-top:4px></div>
|
||
</td>
|
||
<td>
|
||
<div>echo_971</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 561</div>
|
||
</td>
|
||
<td><div title="Switch OLED (JP Ver) ">Switch OLED (JP Ver) </div></td>
|
||
<td style=font-weight:600;color:var(--text-main)>¥ 6,300</td>
|
||
<td>
|
||
<div style=font-weight:bold;color:#f59e0b>80 / 100</div>
|
||
<div class=risk-bar-container>
|
||
<div class=risk-bar-fill style=width:80%;background:#f59e0b></div>
|
||
</div>
|
||
</td>
|
||
<td><span class="status-dot status-pending"></span>Pending</td>
|
||
<td style=text-align:right>
|
||
<button class="btn btn-secondary" style="padding:4px 8px">
|
||
<svg class=icon style=margin:0><use xlink:href=#i-eye></use></svg>
|
||
</button>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td><input type=checkbox class=row-check value=20251222-R1110></td>
|
||
<td>
|
||
<div style='font-weight:600;font-family:"Consolas",monospace'>20251222-R1110</div>
|
||
<div style=font-size:12px;color:var(--text-muted)>2025-12-22 14:32</div>
|
||
<div style=margin-top:4px><span class="tag tag-risk">Risk</span></div>
|
||
</td>
|
||
<td>
|
||
<div>ivy_637</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 440</div>
|
||
</td>
|
||
<td><div title="La Mer Cream ">La Mer Cream </div></td>
|
||
<td style=font-weight:600;color:var(--text-main)>¥ 7,000</td>
|
||
<td>
|
||
<div style=font-weight:bold;color:#ef4444>90 / 100</div>
|
||
<div class=risk-bar-container>
|
||
<div class=risk-bar-fill style=width:90%;background:#ef4444></div>
|
||
</div>
|
||
</td>
|
||
<td><span class="status-dot status-pending"></span>Pending</td>
|
||
<td style=text-align:right>
|
||
<button class="btn btn-secondary" style="padding:4px 8px">
|
||
<svg class=icon style=margin:0><use xlink:href=#i-eye></use></svg>
|
||
</button>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td><input type=checkbox class=row-check value=20251222-R1111></td>
|
||
<td>
|
||
<div style='font-weight:600;font-family:"Consolas",monospace'>20251222-R1111</div>
|
||
<div style=font-size:12px;color:var(--text-muted)>2025-12-22 14:23</div>
|
||
<div style=margin-top:4px><span class="tag tag-large">Large</span></div>
|
||
</td>
|
||
<td>
|
||
<div>frank_336</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 695</div>
|
||
</td>
|
||
<td><div title="iPhone 16 Pro Max ">iPhone 16 Pro Max </div></td>
|
||
<td style=font-weight:600;color:var(--text-main)>¥ 19,998</td>
|
||
<td>
|
||
<div style=font-weight:bold;color:#10b981>17 / 100</div>
|
||
<div class=risk-bar-container>
|
||
<div class=risk-bar-fill style=width:17%;background:#10b981></div>
|
||
</div>
|
||
</td>
|
||
<td><span class="status-dot status-pending"></span>Pending</td>
|
||
<td style=text-align:right>
|
||
<button class="btn btn-secondary" style="padding:4px 8px">
|
||
<svg class=icon style=margin:0><use xlink:href=#i-eye></use></svg>
|
||
</button>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td><input type=checkbox class=row-check value=20251222-R1112></td>
|
||
<td>
|
||
<div style='font-weight:600;font-family:"Consolas",monospace'>20251222-R1112</div>
|
||
<div style=font-size:12px;color:var(--text-muted)>2025-12-22 14:06</div>
|
||
<div style=margin-top:4px></div>
|
||
</td>
|
||
<td>
|
||
<div>ivy_213</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 678</div>
|
||
</td>
|
||
<td><div title="Logitech MX Master 3S ">Logitech MX Master 3S </div></td>
|
||
<td style=font-weight:600;color:var(--text-main)>¥ 799</td>
|
||
<td>
|
||
<div style=font-weight:bold;color:#f59e0b>75 / 100</div>
|
||
<div class=risk-bar-container>
|
||
<div class=risk-bar-fill style=width:75%;background:#f59e0b></div>
|
||
</div>
|
||
</td>
|
||
<td><span class="status-dot status-pending"></span>Pending</td>
|
||
<td style=text-align:right>
|
||
<button class="btn btn-secondary" style="padding:4px 8px">
|
||
<svg class=icon style=margin:0><use xlink:href=#i-eye></use></svg>
|
||
</button>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td><input type=checkbox class=row-check value=20251222-R1113></td>
|
||
<td>
|
||
<div style='font-weight:600;font-family:"Consolas",monospace'>20251222-R1113</div>
|
||
<div style=font-size:12px;color:var(--text-muted)>2025-12-22 14:31</div>
|
||
<div style=margin-top:4px></div>
|
||
</td>
|
||
<td>
|
||
<div>grace_365</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 587</div>
|
||
</td>
|
||
<td><div title="La Mer Cream ">La Mer Cream </div></td>
|
||
<td style=font-weight:600;color:var(--text-main)>¥ 3,500</td>
|
||
<td>
|
||
<div style=font-weight:bold;color:#10b981>36 / 100</div>
|
||
<div class=risk-bar-container>
|
||
<div class=risk-bar-fill style=width:36%;background:#10b981></div>
|
||
</div>
|
||
</td>
|
||
<td><span class="status-dot status-pending"></span>Pending</td>
|
||
<td style=text-align:right>
|
||
<button class="btn btn-secondary" style="padding:4px 8px">
|
||
<svg class=icon style=margin:0><use xlink:href=#i-eye></use></svg>
|
||
</button>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td><input type=checkbox class=row-check value=20251222-R1114></td>
|
||
<td>
|
||
<div style='font-weight:600;font-family:"Consolas",monospace'>20251222-R1114</div>
|
||
<div style=font-size:12px;color:var(--text-muted)>2025-12-22 14:26</div>
|
||
<div style=margin-top:4px></div>
|
||
</td>
|
||
<td>
|
||
<div>bill_260</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 335</div>
|
||
</td>
|
||
<td><div title="iPhone 16 Pro Max ">iPhone 16 Pro Max </div></td>
|
||
<td style=font-weight:600;color:var(--text-main)>¥ 9,999</td>
|
||
<td>
|
||
<div style=font-weight:bold;color:#10b981>36 / 100</div>
|
||
<div class=risk-bar-container>
|
||
<div class=risk-bar-fill style=width:36%;background:#10b981></div>
|
||
</div>
|
||
</td>
|
||
<td><span class="status-dot status-pending"></span>Pending</td>
|
||
<td style=text-align:right>
|
||
<button class="btn btn-secondary" style="padding:4px 8px">
|
||
<svg class=icon style=margin:0><use xlink:href=#i-eye></use></svg>
|
||
</button>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td><input type=checkbox class=row-check value=20251222-R1116></td>
|
||
<td>
|
||
<div style='font-weight:600;font-family:"Consolas",monospace'>20251222-R1116</div>
|
||
<div style=font-size:12px;color:var(--text-muted)>2025-12-22 14:32</div>
|
||
<div style=margin-top:4px><span class="tag tag-large">Large</span></div>
|
||
</td>
|
||
<td>
|
||
<div>bill_42</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 542</div>
|
||
</td>
|
||
<td><div title="iPhone 16 Pro Max ">iPhone 16 Pro Max </div></td>
|
||
<td style=font-weight:600;color:var(--text-main)>¥ 19,998</td>
|
||
<td>
|
||
<div style=font-weight:bold;color:#f59e0b>82 / 100</div>
|
||
<div class=risk-bar-container>
|
||
<div class=risk-bar-fill style=width:82%;background:#f59e0b></div>
|
||
</div>
|
||
</td>
|
||
<td><span class="status-dot status-pending"></span>Pending</td>
|
||
<td style=text-align:right>
|
||
<button class="btn btn-secondary" style="padding:4px 8px">
|
||
<svg class=icon style=margin:0><use xlink:href=#i-eye></use></svg>
|
||
</button>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td><input type=checkbox class=row-check value=20251222-R1117></td>
|
||
<td>
|
||
<div style='font-weight:600;font-family:"Consolas",monospace'>20251222-R1117</div>
|
||
<div style=font-size:12px;color:var(--text-muted)>2025-12-22 14:40</div>
|
||
<div style=margin-top:4px></div>
|
||
</td>
|
||
<td>
|
||
<div>ivy_763</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 679</div>
|
||
</td>
|
||
<td><div title="Dyson Hair Dryer ">Dyson Hair Dryer </div></td>
|
||
<td style=font-weight:600;color:var(--text-main)>¥ 5,998</td>
|
||
<td>
|
||
<div style=font-weight:bold;color:#10b981>31 / 100</div>
|
||
<div class=risk-bar-container>
|
||
<div class=risk-bar-fill style=width:31%;background:#10b981></div>
|
||
</div>
|
||
</td>
|
||
<td><span class="status-dot status-pending"></span>Pending</td>
|
||
<td style=text-align:right>
|
||
<button class="btn btn-secondary" style="padding:4px 8px">
|
||
<svg class=icon style=margin:0><use xlink:href=#i-eye></use></svg>
|
||
</button>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td><input type=checkbox class=row-check value=20251222-R1118></td>
|
||
<td>
|
||
<div style='font-weight:600;font-family:"Consolas",monospace'>20251222-R1118</div>
|
||
<div style=font-size:12px;color:var(--text-muted)>2025-12-22 14:49</div>
|
||
<div style=margin-top:4px></div>
|
||
</td>
|
||
<td>
|
||
<div>helen_880</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 380</div>
|
||
</td>
|
||
<td><div title="Nike Dunk Low ">Nike Dunk Low </div></td>
|
||
<td style=font-weight:600;color:var(--text-main)>¥ 1,798</td>
|
||
<td>
|
||
<div style=font-weight:bold;color:#10b981>50 / 100</div>
|
||
<div class=risk-bar-container>
|
||
<div class=risk-bar-fill style=width:50%;background:#10b981></div>
|
||
</div>
|
||
</td>
|
||
<td><span class="status-dot status-pending"></span>Pending</td>
|
||
<td style=text-align:right>
|
||
<button class="btn btn-secondary" style="padding:4px 8px">
|
||
<svg class=icon style=margin:0><use xlink:href=#i-eye></use></svg>
|
||
</button>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td><input type=checkbox class=row-check value=20251222-R1120></td>
|
||
<td>
|
||
<div style='font-weight:600;font-family:"Consolas",monospace'>20251222-R1120</div>
|
||
<div style=font-size:12px;color:var(--text-muted)>2025-12-22 14:57</div>
|
||
<div style=margin-top:4px><span class="tag tag-risk">Risk</span><span class="tag tag-large">Large</span></div>
|
||
</td>
|
||
<td>
|
||
<div>alex_990</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 654</div>
|
||
</td>
|
||
<td><div title="La Mer Cream ">La Mer Cream </div></td>
|
||
<td style=font-weight:600;color:var(--text-main)>¥ 10,500</td>
|
||
<td>
|
||
<div style=font-weight:bold;color:#ef4444>92 / 100</div>
|
||
<div class=risk-bar-container>
|
||
<div class=risk-bar-fill style=width:92%;background:#ef4444></div>
|
||
</div>
|
||
</td>
|
||
<td><span class="status-dot status-pending"></span>Pending</td>
|
||
<td style=text-align:right>
|
||
<button class="btn btn-secondary" style="padding:4px 8px">
|
||
<svg class=icon style=margin:0><use xlink:href=#i-eye></use></svg>
|
||
</button>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td><input type=checkbox class=row-check value=20251222-R1121></td>
|
||
<td>
|
||
<div style='font-weight:600;font-family:"Consolas",monospace'>20251222-R1121</div>
|
||
<div style=font-size:12px;color:var(--text-muted)>2025-12-22 14:36</div>
|
||
<div style=margin-top:4px><span class="tag tag-risk">Risk</span><span class="tag tag-large">Large</span></div>
|
||
</td>
|
||
<td>
|
||
<div>candy_676</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 415</div>
|
||
</td>
|
||
<td><div title="iPhone 16 Pro Max ">iPhone 16 Pro Max </div></td>
|
||
<td style=font-weight:600;color:var(--text-main)>¥ 29,997</td>
|
||
<td>
|
||
<div style=font-weight:bold;color:#ef4444>95 / 100</div>
|
||
<div class=risk-bar-container>
|
||
<div class=risk-bar-fill style=width:95%;background:#ef4444></div>
|
||
</div>
|
||
</td>
|
||
<td><span class="status-dot status-pending"></span>Pending</td>
|
||
<td style=text-align:right>
|
||
<button class="btn btn-secondary" style="padding:4px 8px">
|
||
<svg class=icon style=margin:0><use xlink:href=#i-eye></use></svg>
|
||
</button>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td><input type=checkbox class=row-check value=20251222-R1122></td>
|
||
<td>
|
||
<div style='font-weight:600;font-family:"Consolas",monospace'>20251222-R1122</div>
|
||
<div style=font-size:12px;color:var(--text-muted)>2025-12-22 14:59</div>
|
||
<div style=margin-top:4px></div>
|
||
</td>
|
||
<td>
|
||
<div>ivy_692</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 587</div>
|
||
</td>
|
||
<td><div title="Nike Dunk Low ">Nike Dunk Low </div></td>
|
||
<td style=font-weight:600;color:var(--text-main)>¥ 899</td>
|
||
<td>
|
||
<div style=font-weight:bold;color:#10b981>19 / 100</div>
|
||
<div class=risk-bar-container>
|
||
<div class=risk-bar-fill style=width:19%;background:#10b981></div>
|
||
</div>
|
||
</td>
|
||
<td><span class="status-dot status-pending"></span>Pending</td>
|
||
<td style=text-align:right>
|
||
<button class="btn btn-secondary" style="padding:4px 8px">
|
||
<svg class=icon style=margin:0><use xlink:href=#i-eye></use></svg>
|
||
</button>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td><input type=checkbox class=row-check value=20251222-R1125></td>
|
||
<td>
|
||
<div style='font-weight:600;font-family:"Consolas",monospace'>20251222-R1125</div>
|
||
<div style=font-size:12px;color:var(--text-muted)>2025-12-22 14:29</div>
|
||
<div style=margin-top:4px><span class="tag tag-large">Large</span></div>
|
||
</td>
|
||
<td>
|
||
<div>frank_83</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 340</div>
|
||
</td>
|
||
<td><div title="iPhone 16 Pro Max ">iPhone 16 Pro Max </div></td>
|
||
<td style=font-weight:600;color:var(--text-main)>¥ 19,998</td>
|
||
<td>
|
||
<div style=font-weight:bold;color:#f59e0b>74 / 100</div>
|
||
<div class=risk-bar-container>
|
||
<div class=risk-bar-fill style=width:74%;background:#f59e0b></div>
|
||
</div>
|
||
</td>
|
||
<td><span class="status-dot status-pending"></span>Pending</td>
|
||
<td style=text-align:right>
|
||
<button class="btn btn-secondary" style="padding:4px 8px">
|
||
<svg class=icon style=margin:0><use xlink:href=#i-eye></use></svg>
|
||
</button>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td><input type=checkbox class=row-check value=20251222-R1126></td>
|
||
<td>
|
||
<div style='font-weight:600;font-family:"Consolas",monospace'>20251222-R1126</div>
|
||
<div style=font-size:12px;color:var(--text-muted)>2025-12-22 14:37</div>
|
||
<div style=margin-top:4px><span class="tag tag-vip">VIP</span></div>
|
||
</td>
|
||
<td>
|
||
<div>david_835</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 554</div>
|
||
</td>
|
||
<td><div title="AirPods Pro 3 ">AirPods Pro 3 </div></td>
|
||
<td style=font-weight:600;color:var(--text-main)>¥ 5,697</td>
|
||
<td>
|
||
<div style=font-weight:bold;color:#f59e0b>79 / 100</div>
|
||
<div class=risk-bar-container>
|
||
<div class=risk-bar-fill style=width:79%;background:#f59e0b></div>
|
||
</div>
|
||
</td>
|
||
<td><span class="status-dot status-pending"></span>Pending</td>
|
||
<td style=text-align:right>
|
||
<button class="btn btn-secondary" style="padding:4px 8px">
|
||
<svg class=icon style=margin:0><use xlink:href=#i-eye></use></svg>
|
||
</button>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td><input type=checkbox class=row-check value=20251222-R1127></td>
|
||
<td>
|
||
<div style='font-weight:600;font-family:"Consolas",monospace'>20251222-R1127</div>
|
||
<div style=font-size:12px;color:var(--text-muted)>2025-12-22 14:57</div>
|
||
<div style=margin-top:4px></div>
|
||
</td>
|
||
<td>
|
||
<div>jack_617</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 420</div>
|
||
</td>
|
||
<td><div title="AirPods Pro 3 ">AirPods Pro 3 </div></td>
|
||
<td style=font-weight:600;color:var(--text-main)>¥ 3,798</td>
|
||
<td>
|
||
<div style=font-weight:bold;color:#f59e0b>80 / 100</div>
|
||
<div class=risk-bar-container>
|
||
<div class=risk-bar-fill style=width:80%;background:#f59e0b></div>
|
||
</div>
|
||
</td>
|
||
<td><span class="status-dot status-pending"></span>Pending</td>
|
||
<td style=text-align:right>
|
||
<button class="btn btn-secondary" style="padding:4px 8px">
|
||
<svg class=icon style=margin:0><use xlink:href=#i-eye></use></svg>
|
||
</button>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td><input type=checkbox class=row-check value=20251222-R1128></td>
|
||
<td>
|
||
<div style='font-weight:600;font-family:"Consolas",monospace'>20251222-R1128</div>
|
||
<div style=font-size:12px;color:var(--text-muted)>2025-12-22 14:24</div>
|
||
<div style=margin-top:4px></div>
|
||
</td>
|
||
<td>
|
||
<div>alex_739</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 552</div>
|
||
</td>
|
||
<td><div title="La Mer Cream ">La Mer Cream </div></td>
|
||
<td style=font-weight:600;color:var(--text-main)>¥ 7,000</td>
|
||
<td>
|
||
<div style=font-weight:bold;color:#f59e0b>80 / 100</div>
|
||
<div class=risk-bar-container>
|
||
<div class=risk-bar-fill style=width:80%;background:#f59e0b></div>
|
||
</div>
|
||
</td>
|
||
<td><span class="status-dot status-pending"></span>Pending</td>
|
||
<td style=text-align:right>
|
||
<button class="btn btn-secondary" style="padding:4px 8px">
|
||
<svg class=icon style=margin:0><use xlink:href=#i-eye></use></svg>
|
||
</button>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td><input type=checkbox class=row-check value=20251222-R1129></td>
|
||
<td>
|
||
<div style='font-weight:600;font-family:"Consolas",monospace'>20251222-R1129</div>
|
||
<div style=font-size:12px;color:var(--text-muted)>2025-12-22 14:55</div>
|
||
<div style=margin-top:4px></div>
|
||
</td>
|
||
<td>
|
||
<div>frank_201</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 366</div>
|
||
</td>
|
||
<td><div title="iPhone 16 Pro Max ">iPhone 16 Pro Max </div></td>
|
||
<td style=font-weight:600;color:var(--text-main)>¥ 9,999</td>
|
||
<td>
|
||
<div style=font-weight:bold;color:#10b981>5 / 100</div>
|
||
<div class=risk-bar-container>
|
||
<div class=risk-bar-fill style=width:5%;background:#10b981></div>
|
||
</div>
|
||
</td>
|
||
<td><span class="status-dot status-pending"></span>Pending</td>
|
||
<td style=text-align:right>
|
||
<button class="btn btn-secondary" style="padding:4px 8px">
|
||
<svg class=icon style=margin:0><use xlink:href=#i-eye></use></svg>
|
||
</button>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td><input type=checkbox class=row-check value=20251222-R1130></td>
|
||
<td>
|
||
<div style='font-weight:600;font-family:"Consolas",monospace'>20251222-R1130</div>
|
||
<div style=font-size:12px;color:var(--text-muted)>2025-12-22 14:04</div>
|
||
<div style=margin-top:4px><span class="tag tag-large">Large</span></div>
|
||
</td>
|
||
<td>
|
||
<div>echo_543</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 504</div>
|
||
</td>
|
||
<td><div title="iPhone 16 Pro Max ">iPhone 16 Pro Max </div></td>
|
||
<td style=font-weight:600;color:var(--text-main)>¥ 29,997</td>
|
||
<td>
|
||
<div style=font-weight:bold;color:#10b981>47 / 100</div>
|
||
<div class=risk-bar-container>
|
||
<div class=risk-bar-fill style=width:47%;background:#10b981></div>
|
||
</div>
|
||
</td>
|
||
<td><span class="status-dot status-pending"></span>Pending</td>
|
||
<td style=text-align:right>
|
||
<button class="btn btn-secondary" style="padding:4px 8px">
|
||
<svg class=icon style=margin:0><use xlink:href=#i-eye></use></svg>
|
||
</button>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td><input type=checkbox class=row-check value=20251222-R1131></td>
|
||
<td>
|
||
<div style='font-weight:600;font-family:"Consolas",monospace'>20251222-R1131</div>
|
||
<div style=font-size:12px;color:var(--text-muted)>2025-12-22 14:51</div>
|
||
<div style=margin-top:4px></div>
|
||
</td>
|
||
<td>
|
||
<div>ivy_749</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 530</div>
|
||
</td>
|
||
<td><div title="Logitech MX Master 3S ">Logitech MX Master 3S </div></td>
|
||
<td style=font-weight:600;color:var(--text-main)>¥ 1,598</td>
|
||
<td>
|
||
<div style=font-weight:bold;color:#f59e0b>62 / 100</div>
|
||
<div class=risk-bar-container>
|
||
<div class=risk-bar-fill style=width:62%;background:#f59e0b></div>
|
||
</div>
|
||
</td>
|
||
<td><span class="status-dot status-pending"></span>Pending</td>
|
||
<td style=text-align:right>
|
||
<button class="btn btn-secondary" style="padding:4px 8px">
|
||
<svg class=icon style=margin:0><use xlink:href=#i-eye></use></svg>
|
||
</button>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td><input type=checkbox class=row-check value=20251222-R1132></td>
|
||
<td>
|
||
<div style='font-weight:600;font-family:"Consolas",monospace'>20251222-R1132</div>
|
||
<div style=font-size:12px;color:var(--text-muted)>2025-12-22 14:43</div>
|
||
<div style=margin-top:4px><span class="tag tag-risk">Risk</span></div>
|
||
</td>
|
||
<td>
|
||
<div>echo_100</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 580</div>
|
||
</td>
|
||
<td><div title="La Mer Cream ">La Mer Cream </div></td>
|
||
<td style=font-weight:600;color:var(--text-main)>¥ 7,000</td>
|
||
<td>
|
||
<div style=font-weight:bold;color:#ef4444>94 / 100</div>
|
||
<div class=risk-bar-container>
|
||
<div class=risk-bar-fill style=width:94%;background:#ef4444></div>
|
||
</div>
|
||
</td>
|
||
<td><span class="status-dot status-pending"></span>Pending</td>
|
||
<td style=text-align:right>
|
||
<button class="btn btn-secondary" style="padding:4px 8px">
|
||
<svg class=icon style=margin:0><use xlink:href=#i-eye></use></svg>
|
||
</button>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td><input type=checkbox class=row-check value=20251222-R1133></td>
|
||
<td>
|
||
<div style='font-weight:600;font-family:"Consolas",monospace'>20251222-R1133</div>
|
||
<div style=font-size:12px;color:var(--text-muted)>2025-12-22 14:33</div>
|
||
<div style=margin-top:4px></div>
|
||
</td>
|
||
<td>
|
||
<div>helen_823</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 660</div>
|
||
</td>
|
||
<td><div title="Starbucks Gift Card ">Starbucks Gift Card </div></td>
|
||
<td style=font-weight:600;color:var(--text-main)>¥ 400</td>
|
||
<td>
|
||
<div style=font-weight:bold;color:#10b981>6 / 100</div>
|
||
<div class=risk-bar-container>
|
||
<div class=risk-bar-fill style=width:6%;background:#10b981></div>
|
||
</div>
|
||
</td>
|
||
<td><span class="status-dot status-pending"></span>Pending</td>
|
||
<td style=text-align:right>
|
||
<button class="btn btn-secondary" style="padding:4px 8px">
|
||
<svg class=icon style=margin:0><use xlink:href=#i-eye></use></svg>
|
||
</button>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td><input type=checkbox class=row-check value=20251222-R1134></td>
|
||
<td>
|
||
<div style='font-weight:600;font-family:"Consolas",monospace'>20251222-R1134</div>
|
||
<div style=font-size:12px;color:var(--text-muted)>2025-12-22 14:22</div>
|
||
<div style=margin-top:4px></div>
|
||
</td>
|
||
<td>
|
||
<div>echo_313</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 429</div>
|
||
</td>
|
||
<td><div title="iPhone 16 Pro Max ">iPhone 16 Pro Max </div></td>
|
||
<td style=font-weight:600;color:var(--text-main)>¥ 9,999</td>
|
||
<td>
|
||
<div style=font-weight:bold;color:#f59e0b>76 / 100</div>
|
||
<div class=risk-bar-container>
|
||
<div class=risk-bar-fill style=width:76%;background:#f59e0b></div>
|
||
</div>
|
||
</td>
|
||
<td><span class="status-dot status-pending"></span>Pending</td>
|
||
<td style=text-align:right>
|
||
<button class="btn btn-secondary" style="padding:4px 8px">
|
||
<svg class=icon style=margin:0><use xlink:href=#i-eye></use></svg>
|
||
</button>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td><input type=checkbox class=row-check value=20251222-R1135></td>
|
||
<td>
|
||
<div style='font-weight:600;font-family:"Consolas",monospace'>20251222-R1135</div>
|
||
<div style=font-size:12px;color:var(--text-muted)>2025-12-22 14:47</div>
|
||
<div style=margin-top:4px></div>
|
||
</td>
|
||
<td>
|
||
<div>frank_2</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 705</div>
|
||
</td>
|
||
<td><div title="AirPods Pro 3 ">AirPods Pro 3 </div></td>
|
||
<td style=font-weight:600;color:var(--text-main)>¥ 5,697</td>
|
||
<td>
|
||
<div style=font-weight:bold;color:#10b981>10 / 100</div>
|
||
<div class=risk-bar-container>
|
||
<div class=risk-bar-fill style=width:10%;background:#10b981></div>
|
||
</div>
|
||
</td>
|
||
<td><span class="status-dot status-pending"></span>Pending</td>
|
||
<td style=text-align:right>
|
||
<button class="btn btn-secondary" style="padding:4px 8px">
|
||
<svg class=icon style=margin:0><use xlink:href=#i-eye></use></svg>
|
||
</button>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td><input type=checkbox class=row-check value=20251222-R1138></td>
|
||
<td>
|
||
<div style='font-weight:600;font-family:"Consolas",monospace'>20251222-R1138</div>
|
||
<div style=font-size:12px;color:var(--text-muted)>2025-12-22 14:52</div>
|
||
<div style=margin-top:4px><span class="tag tag-large">Large</span></div>
|
||
</td>
|
||
<td>
|
||
<div>david_267</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 693</div>
|
||
</td>
|
||
<td><div title="iPhone 16 Pro Max ">iPhone 16 Pro Max </div></td>
|
||
<td style=font-weight:600;color:var(--text-main)>¥ 19,998</td>
|
||
<td>
|
||
<div style=font-weight:bold;color:#10b981>53 / 100</div>
|
||
<div class=risk-bar-container>
|
||
<div class=risk-bar-fill style=width:53%;background:#10b981></div>
|
||
</div>
|
||
</td>
|
||
<td><span class="status-dot status-pending"></span>Pending</td>
|
||
<td style=text-align:right>
|
||
<button class="btn btn-secondary" style="padding:4px 8px">
|
||
<svg class=icon style=margin:0><use xlink:href=#i-eye></use></svg>
|
||
</button>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td><input type=checkbox class=row-check value=20251222-R1139></td>
|
||
<td>
|
||
<div style='font-weight:600;font-family:"Consolas",monospace'>20251222-R1139</div>
|
||
<div style=font-size:12px;color:var(--text-muted)>2025-12-22 14:11</div>
|
||
<div style=margin-top:4px></div>
|
||
</td>
|
||
<td>
|
||
<div>frank_795</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 370</div>
|
||
</td>
|
||
<td><div title="Switch OLED (JP Ver) ">Switch OLED (JP Ver) </div></td>
|
||
<td style=font-weight:600;color:var(--text-main)>¥ 4,200</td>
|
||
<td>
|
||
<div style=font-weight:bold;color:#10b981>8 / 100</div>
|
||
<div class=risk-bar-container>
|
||
<div class=risk-bar-fill style=width:8%;background:#10b981></div>
|
||
</div>
|
||
</td>
|
||
<td><span class="status-dot status-pending"></span>Pending</td>
|
||
<td style=text-align:right>
|
||
<button class="btn btn-secondary" style="padding:4px 8px">
|
||
<svg class=icon style=margin:0><use xlink:href=#i-eye></use></svg>
|
||
</button>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td><input type=checkbox class=row-check value=20251222-R1140></td>
|
||
<td>
|
||
<div style='font-weight:600;font-family:"Consolas",monospace'>20251222-R1140</div>
|
||
<div style=font-size:12px;color:var(--text-muted)>2025-12-22 14:28</div>
|
||
<div style=margin-top:4px></div>
|
||
</td>
|
||
<td>
|
||
<div>helen_779</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 409</div>
|
||
</td>
|
||
<td><div title="AirPods Pro 3 ">AirPods Pro 3 </div></td>
|
||
<td style=font-weight:600;color:var(--text-main)>¥ 3,798</td>
|
||
<td>
|
||
<div style=font-weight:bold;color:#10b981>48 / 100</div>
|
||
<div class=risk-bar-container>
|
||
<div class=risk-bar-fill style=width:48%;background:#10b981></div>
|
||
</div>
|
||
</td>
|
||
<td><span class="status-dot status-pending"></span>Pending</td>
|
||
<td style=text-align:right>
|
||
<button class="btn btn-secondary" style="padding:4px 8px">
|
||
<svg class=icon style=margin:0><use xlink:href=#i-eye></use></svg>
|
||
</button>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td><input type=checkbox class=row-check value=20251222-R1141></td>
|
||
<td>
|
||
<div style='font-weight:600;font-family:"Consolas",monospace'>20251222-R1141</div>
|
||
<div style=font-size:12px;color:var(--text-muted)>2025-12-22 14:29</div>
|
||
<div style=margin-top:4px></div>
|
||
</td>
|
||
<td>
|
||
<div>candy_857</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 746</div>
|
||
</td>
|
||
<td><div title="Sony WH-1000XM5 ">Sony WH-1000XM5 </div></td>
|
||
<td style=font-weight:600;color:var(--text-main)>¥ 7,497</td>
|
||
<td>
|
||
<div style=font-weight:bold;color:#f59e0b>67 / 100</div>
|
||
<div class=risk-bar-container>
|
||
<div class=risk-bar-fill style=width:67%;background:#f59e0b></div>
|
||
</div>
|
||
</td>
|
||
<td><span class="status-dot status-pending"></span>Pending</td>
|
||
<td style=text-align:right>
|
||
<button class="btn btn-secondary" style="padding:4px 8px">
|
||
<svg class=icon style=margin:0><use xlink:href=#i-eye></use></svg>
|
||
</button>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td><input type=checkbox class=row-check value=20251222-R1142></td>
|
||
<td>
|
||
<div style='font-weight:600;font-family:"Consolas",monospace'>20251222-R1142</div>
|
||
<div style=font-size:12px;color:var(--text-muted)>2025-12-22 14:38</div>
|
||
<div style=margin-top:4px></div>
|
||
</td>
|
||
<td>
|
||
<div>david_111</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 309</div>
|
||
</td>
|
||
<td><div title="La Mer Cream ">La Mer Cream </div></td>
|
||
<td style=font-weight:600;color:var(--text-main)>¥ 7,000</td>
|
||
<td>
|
||
<div style=font-weight:bold;color:#10b981>40 / 100</div>
|
||
<div class=risk-bar-container>
|
||
<div class=risk-bar-fill style=width:40%;background:#10b981></div>
|
||
</div>
|
||
</td>
|
||
<td><span class="status-dot status-pending"></span>Pending</td>
|
||
<td style=text-align:right>
|
||
<button class="btn btn-secondary" style="padding:4px 8px">
|
||
<svg class=icon style=margin:0><use xlink:href=#i-eye></use></svg>
|
||
</button>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td><input type=checkbox class=row-check value=20251222-R1143></td>
|
||
<td>
|
||
<div style='font-weight:600;font-family:"Consolas",monospace'>20251222-R1143</div>
|
||
<div style=font-size:12px;color:var(--text-muted)>2025-12-22 14:01</div>
|
||
<div style=margin-top:4px></div>
|
||
</td>
|
||
<td>
|
||
<div>bill_444</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 346</div>
|
||
</td>
|
||
<td><div title="Sony WH-1000XM5 ">Sony WH-1000XM5 </div></td>
|
||
<td style=font-weight:600;color:var(--text-main)>¥ 2,499</td>
|
||
<td>
|
||
<div style=font-weight:bold;color:#10b981>48 / 100</div>
|
||
<div class=risk-bar-container>
|
||
<div class=risk-bar-fill style=width:48%;background:#10b981></div>
|
||
</div>
|
||
</td>
|
||
<td><span class="status-dot status-pending"></span>Pending</td>
|
||
<td style=text-align:right>
|
||
<button class="btn btn-secondary" style="padding:4px 8px">
|
||
<svg class=icon style=margin:0><use xlink:href=#i-eye></use></svg>
|
||
</button>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td><input type=checkbox class=row-check value=20251222-R1144></td>
|
||
<td>
|
||
<div style='font-weight:600;font-family:"Consolas",monospace'>20251222-R1144</div>
|
||
<div style=font-size:12px;color:var(--text-muted)>2025-12-22 14:40</div>
|
||
<div style=margin-top:4px></div>
|
||
</td>
|
||
<td>
|
||
<div>ivy_479</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 493</div>
|
||
</td>
|
||
<td><div title="Starbucks Gift Card ">Starbucks Gift Card </div></td>
|
||
<td style=font-weight:600;color:var(--text-main)>¥ 200</td>
|
||
<td>
|
||
<div style=font-weight:bold;color:#10b981>12 / 100</div>
|
||
<div class=risk-bar-container>
|
||
<div class=risk-bar-fill style=width:12%;background:#10b981></div>
|
||
</div>
|
||
</td>
|
||
<td><span class="status-dot status-pending"></span>Pending</td>
|
||
<td style=text-align:right>
|
||
<button class="btn btn-secondary" style="padding:4px 8px">
|
||
<svg class=icon style=margin:0><use xlink:href=#i-eye></use></svg>
|
||
</button>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td><input type=checkbox class=row-check value=20251222-R1145></td>
|
||
<td>
|
||
<div style='font-weight:600;font-family:"Consolas",monospace'>20251222-R1145</div>
|
||
<div style=font-size:12px;color:var(--text-muted)>2025-12-22 14:12</div>
|
||
<div style=margin-top:4px><span class="tag tag-large">Large</span></div>
|
||
</td>
|
||
<td>
|
||
<div>grace_802</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 436</div>
|
||
</td>
|
||
<td><div title="iPhone 16 Pro Max ">iPhone 16 Pro Max </div></td>
|
||
<td style=font-weight:600;color:var(--text-main)>¥ 19,998</td>
|
||
<td>
|
||
<div style=font-weight:bold;color:#10b981>27 / 100</div>
|
||
<div class=risk-bar-container>
|
||
<div class=risk-bar-fill style=width:27%;background:#10b981></div>
|
||
</div>
|
||
</td>
|
||
<td><span class="status-dot status-pending"></span>Pending</td>
|
||
<td style=text-align:right>
|
||
<button class="btn btn-secondary" style="padding:4px 8px">
|
||
<svg class=icon style=margin:0><use xlink:href=#i-eye></use></svg>
|
||
</button>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td><input type=checkbox class=row-check value=20251222-R1146></td>
|
||
<td>
|
||
<div style='font-weight:600;font-family:"Consolas",monospace'>20251222-R1146</div>
|
||
<div style=font-size:12px;color:var(--text-muted)>2025-12-22 14:32</div>
|
||
<div style=margin-top:4px></div>
|
||
</td>
|
||
<td>
|
||
<div>frank_303</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 630</div>
|
||
</td>
|
||
<td><div title="La Mer Cream ">La Mer Cream </div></td>
|
||
<td style=font-weight:600;color:var(--text-main)>¥ 7,000</td>
|
||
<td>
|
||
<div style=font-weight:bold;color:#10b981>34 / 100</div>
|
||
<div class=risk-bar-container>
|
||
<div class=risk-bar-fill style=width:34%;background:#10b981></div>
|
||
</div>
|
||
</td>
|
||
<td><span class="status-dot status-pending"></span>Pending</td>
|
||
<td style=text-align:right>
|
||
<button class="btn btn-secondary" style="padding:4px 8px">
|
||
<svg class=icon style=margin:0><use xlink:href=#i-eye></use></svg>
|
||
</button>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td><input type=checkbox class=row-check value=20251222-R1147></td>
|
||
<td>
|
||
<div style='font-weight:600;font-family:"Consolas",monospace'>20251222-R1147</div>
|
||
<div style=font-size:12px;color:var(--text-muted)>2025-12-22 14:09</div>
|
||
<div style=margin-top:4px><span class="tag tag-large">Large</span></div>
|
||
</td>
|
||
<td>
|
||
<div>bill_248</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 494</div>
|
||
</td>
|
||
<td><div title="iPhone 16 Pro Max ">iPhone 16 Pro Max </div></td>
|
||
<td style=font-weight:600;color:var(--text-main)>¥ 29,997</td>
|
||
<td>
|
||
<div style=font-weight:bold;color:#10b981>59 / 100</div>
|
||
<div class=risk-bar-container>
|
||
<div class=risk-bar-fill style=width:59%;background:#10b981></div>
|
||
</div>
|
||
</td>
|
||
<td><span class="status-dot status-pending"></span>Pending</td>
|
||
<td style=text-align:right>
|
||
<button class="btn btn-secondary" style="padding:4px 8px">
|
||
<svg class=icon style=margin:0><use xlink:href=#i-eye></use></svg>
|
||
</button>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td><input type=checkbox class=row-check value=20251222-R1148></td>
|
||
<td>
|
||
<div style='font-weight:600;font-family:"Consolas",monospace'>20251222-R1148</div>
|
||
<div style=font-size:12px;color:var(--text-muted)>2025-12-22 14:14</div>
|
||
<div style=margin-top:4px></div>
|
||
</td>
|
||
<td>
|
||
<div>helen_72</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 415</div>
|
||
</td>
|
||
<td><div title="La Mer Cream ">La Mer Cream </div></td>
|
||
<td style=font-weight:600;color:var(--text-main)>¥ 3,500</td>
|
||
<td>
|
||
<div style=font-weight:bold;color:#10b981>57 / 100</div>
|
||
<div class=risk-bar-container>
|
||
<div class=risk-bar-fill style=width:57%;background:#10b981></div>
|
||
</div>
|
||
</td>
|
||
<td><span class="status-dot status-pending"></span>Pending</td>
|
||
<td style=text-align:right>
|
||
<button class="btn btn-secondary" style="padding:4px 8px">
|
||
<svg class=icon style=margin:0><use xlink:href=#i-eye></use></svg>
|
||
</button>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td><input type=checkbox class=row-check value=20251222-R1149></td>
|
||
<td>
|
||
<div style='font-weight:600;font-family:"Consolas",monospace'>20251222-R1149</div>
|
||
<div style=font-size:12px;color:var(--text-muted)>2025-12-22 14:32</div>
|
||
<div style=margin-top:4px></div>
|
||
</td>
|
||
<td>
|
||
<div>grace_394</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 790</div>
|
||
</td>
|
||
<td><div title="Logitech MX Master 3S ">Logitech MX Master 3S </div></td>
|
||
<td style=font-weight:600;color:var(--text-main)>¥ 2,397</td>
|
||
<td>
|
||
<div style=font-weight:bold;color:#f59e0b>81 / 100</div>
|
||
<div class=risk-bar-container>
|
||
<div class=risk-bar-fill style=width:81%;background:#f59e0b></div>
|
||
</div>
|
||
</td>
|
||
<td><span class="status-dot status-pending"></span>Pending</td>
|
||
<td style=text-align:right>
|
||
<button class="btn btn-secondary" style="padding:4px 8px">
|
||
<svg class=icon style=margin:0><use xlink:href=#i-eye></use></svg>
|
||
</button>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td><input type=checkbox class=row-check value=20251222-R1150></td>
|
||
<td>
|
||
<div style='font-weight:600;font-family:"Consolas",monospace'>20251222-R1150</div>
|
||
<div style=font-size:12px;color:var(--text-muted)>2025-12-22 14:53</div>
|
||
<div style=margin-top:4px></div>
|
||
</td>
|
||
<td>
|
||
<div>helen_851</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 475</div>
|
||
</td>
|
||
<td><div title="La Mer Cream ">La Mer Cream </div></td>
|
||
<td style=font-weight:600;color:var(--text-main)>¥ 3,500</td>
|
||
<td>
|
||
<div style=font-weight:bold;color:#10b981>49 / 100</div>
|
||
<div class=risk-bar-container>
|
||
<div class=risk-bar-fill style=width:49%;background:#10b981></div>
|
||
</div>
|
||
</td>
|
||
<td><span class="status-dot status-pending"></span>Pending</td>
|
||
<td style=text-align:right>
|
||
<button class="btn btn-secondary" style="padding:4px 8px">
|
||
<svg class=icon style=margin:0><use xlink:href=#i-eye></use></svg>
|
||
</button>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td><input type=checkbox class=row-check value=20251222-R1151></td>
|
||
<td>
|
||
<div style='font-weight:600;font-family:"Consolas",monospace'>20251222-R1151</div>
|
||
<div style=font-size:12px;color:var(--text-muted)>2025-12-22 14:50</div>
|
||
<div style=margin-top:4px></div>
|
||
</td>
|
||
<td>
|
||
<div>helen_595</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 605</div>
|
||
</td>
|
||
<td><div title="Switch OLED (JP Ver) ">Switch OLED (JP Ver) </div></td>
|
||
<td style=font-weight:600;color:var(--text-main)>¥ 4,200</td>
|
||
<td>
|
||
<div style=font-weight:bold;color:#10b981>4 / 100</div>
|
||
<div class=risk-bar-container>
|
||
<div class=risk-bar-fill style=width:4%;background:#10b981></div>
|
||
</div>
|
||
</td>
|
||
<td><span class="status-dot status-pending"></span>Pending</td>
|
||
<td style=text-align:right>
|
||
<button class="btn btn-secondary" style="padding:4px 8px">
|
||
<svg class=icon style=margin:0><use xlink:href=#i-eye></use></svg>
|
||
</button>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td><input type=checkbox class=row-check value=20251222-R1153></td>
|
||
<td>
|
||
<div style='font-weight:600;font-family:"Consolas",monospace'>20251222-R1153</div>
|
||
<div style=font-size:12px;color:var(--text-muted)>2025-12-22 14:48</div>
|
||
<div style=margin-top:4px></div>
|
||
</td>
|
||
<td>
|
||
<div>grace_419</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 793</div>
|
||
</td>
|
||
<td><div title="Dyson Hair Dryer ">Dyson Hair Dryer </div></td>
|
||
<td style=font-weight:600;color:var(--text-main)>¥ 2,999</td>
|
||
<td>
|
||
<div style=font-weight:bold;color:#10b981>40 / 100</div>
|
||
<div class=risk-bar-container>
|
||
<div class=risk-bar-fill style=width:40%;background:#10b981></div>
|
||
</div>
|
||
</td>
|
||
<td><span class="status-dot status-pending"></span>Pending</td>
|
||
<td style=text-align:right>
|
||
<button class="btn btn-secondary" style="padding:4px 8px">
|
||
<svg class=icon style=margin:0><use xlink:href=#i-eye></use></svg>
|
||
</button>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td><input type=checkbox class=row-check value=20251222-R1154></td>
|
||
<td>
|
||
<div style='font-weight:600;font-family:"Consolas",monospace'>20251222-R1154</div>
|
||
<div style=font-size:12px;color:var(--text-muted)>2025-12-22 14:27</div>
|
||
<div style=margin-top:4px></div>
|
||
</td>
|
||
<td>
|
||
<div>jack_671</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 416</div>
|
||
</td>
|
||
<td><div title="AirPods Pro 3 ">AirPods Pro 3 </div></td>
|
||
<td style=font-weight:600;color:var(--text-main)>¥ 5,697</td>
|
||
<td>
|
||
<div style=font-weight:bold;color:#10b981>17 / 100</div>
|
||
<div class=risk-bar-container>
|
||
<div class=risk-bar-fill style=width:17%;background:#10b981></div>
|
||
</div>
|
||
</td>
|
||
<td><span class="status-dot status-pending"></span>Pending</td>
|
||
<td style=text-align:right>
|
||
<button class="btn btn-secondary" style="padding:4px 8px">
|
||
<svg class=icon style=margin:0><use xlink:href=#i-eye></use></svg>
|
||
</button>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td><input type=checkbox class=row-check value=20251222-R1156></td>
|
||
<td>
|
||
<div style='font-weight:600;font-family:"Consolas",monospace'>20251222-R1156</div>
|
||
<div style=font-size:12px;color:var(--text-muted)>2025-12-22 14:54</div>
|
||
<div style=margin-top:4px><span class="tag tag-risk">Risk</span><span class="tag tag-large">Large</span></div>
|
||
</td>
|
||
<td>
|
||
<div>jack_284</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 621</div>
|
||
</td>
|
||
<td><div title="iPhone 16 Pro Max ">iPhone 16 Pro Max </div></td>
|
||
<td style=font-weight:600;color:var(--text-main)>¥ 19,998</td>
|
||
<td>
|
||
<div style=font-weight:bold;color:#ef4444>92 / 100</div>
|
||
<div class=risk-bar-container>
|
||
<div class=risk-bar-fill style=width:92%;background:#ef4444></div>
|
||
</div>
|
||
</td>
|
||
<td><span class="status-dot status-pending"></span>Pending</td>
|
||
<td style=text-align:right>
|
||
<button class="btn btn-secondary" style="padding:4px 8px">
|
||
<svg class=icon style=margin:0><use xlink:href=#i-eye></use></svg>
|
||
</button>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td><input type=checkbox class=row-check value=20251222-R1157></td>
|
||
<td>
|
||
<div style='font-weight:600;font-family:"Consolas",monospace'>20251222-R1157</div>
|
||
<div style=font-size:12px;color:var(--text-muted)>2025-12-22 14:39</div>
|
||
<div style=margin-top:4px></div>
|
||
</td>
|
||
<td>
|
||
<div>jack_942</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 589</div>
|
||
</td>
|
||
<td><div title="Nike Dunk Low ">Nike Dunk Low </div></td>
|
||
<td style=font-weight:600;color:var(--text-main)>¥ 2,697</td>
|
||
<td>
|
||
<div style=font-weight:bold;color:#10b981>4 / 100</div>
|
||
<div class=risk-bar-container>
|
||
<div class=risk-bar-fill style=width:4%;background:#10b981></div>
|
||
</div>
|
||
</td>
|
||
<td><span class="status-dot status-pending"></span>Pending</td>
|
||
<td style=text-align:right>
|
||
<button class="btn btn-secondary" style="padding:4px 8px">
|
||
<svg class=icon style=margin:0><use xlink:href=#i-eye></use></svg>
|
||
</button>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td><input type=checkbox class=row-check value=20251222-R1158></td>
|
||
<td>
|
||
<div style='font-weight:600;font-family:"Consolas",monospace'>20251222-R1158</div>
|
||
<div style=font-size:12px;color:var(--text-muted)>2025-12-22 14:25</div>
|
||
<div style=margin-top:4px></div>
|
||
</td>
|
||
<td>
|
||
<div>ivy_351</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 689</div>
|
||
</td>
|
||
<td><div title="Switch OLED (JP Ver) ">Switch OLED (JP Ver) </div></td>
|
||
<td style=font-weight:600;color:var(--text-main)>¥ 2,100</td>
|
||
<td>
|
||
<div style=font-weight:bold;color:#f59e0b>78 / 100</div>
|
||
<div class=risk-bar-container>
|
||
<div class=risk-bar-fill style=width:78%;background:#f59e0b></div>
|
||
</div>
|
||
</td>
|
||
<td><span class="status-dot status-pending"></span>Pending</td>
|
||
<td style=text-align:right>
|
||
<button class="btn btn-secondary" style="padding:4px 8px">
|
||
<svg class=icon style=margin:0><use xlink:href=#i-eye></use></svg>
|
||
</button>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td><input type=checkbox class=row-check value=20251222-R1160></td>
|
||
<td>
|
||
<div style='font-weight:600;font-family:"Consolas",monospace'>20251222-R1160</div>
|
||
<div style=font-size:12px;color:var(--text-muted)>2025-12-22 14:51</div>
|
||
<div style=margin-top:4px></div>
|
||
</td>
|
||
<td>
|
||
<div>frank_660</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 544</div>
|
||
</td>
|
||
<td><div title="Logitech MX Master 3S ">Logitech MX Master 3S </div></td>
|
||
<td style=font-weight:600;color:var(--text-main)>¥ 1,598</td>
|
||
<td>
|
||
<div style=font-weight:bold;color:#10b981>42 / 100</div>
|
||
<div class=risk-bar-container>
|
||
<div class=risk-bar-fill style=width:42%;background:#10b981></div>
|
||
</div>
|
||
</td>
|
||
<td><span class="status-dot status-pending"></span>Pending</td>
|
||
<td style=text-align:right>
|
||
<button class="btn btn-secondary" style="padding:4px 8px">
|
||
<svg class=icon style=margin:0><use xlink:href=#i-eye></use></svg>
|
||
</button>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td><input type=checkbox class=row-check value=20251222-R1161></td>
|
||
<td>
|
||
<div style='font-weight:600;font-family:"Consolas",monospace'>20251222-R1161</div>
|
||
<div style=font-size:12px;color:var(--text-muted)>2025-12-22 14:55</div>
|
||
<div style=margin-top:4px></div>
|
||
</td>
|
||
<td>
|
||
<div>helen_75</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 544</div>
|
||
</td>
|
||
<td><div title="La Mer Cream ">La Mer Cream </div></td>
|
||
<td style=font-weight:600;color:var(--text-main)>¥ 7,000</td>
|
||
<td>
|
||
<div style=font-weight:bold;color:#10b981>10 / 100</div>
|
||
<div class=risk-bar-container>
|
||
<div class=risk-bar-fill style=width:10%;background:#10b981></div>
|
||
</div>
|
||
</td>
|
||
<td><span class="status-dot status-pending"></span>Pending</td>
|
||
<td style=text-align:right>
|
||
<button class="btn btn-secondary" style="padding:4px 8px">
|
||
<svg class=icon style=margin:0><use xlink:href=#i-eye></use></svg>
|
||
</button>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td><input type=checkbox class=row-check value=20251222-R1162></td>
|
||
<td>
|
||
<div style='font-weight:600;font-family:"Consolas",monospace'>20251222-R1162</div>
|
||
<div style=font-size:12px;color:var(--text-muted)>2025-12-22 14:11</div>
|
||
<div style=margin-top:4px><span class="tag tag-large">Large</span></div>
|
||
</td>
|
||
<td>
|
||
<div>david_927</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 504</div>
|
||
</td>
|
||
<td><div title="iPhone 16 Pro Max ">iPhone 16 Pro Max </div></td>
|
||
<td style=font-weight:600;color:var(--text-main)>¥ 19,998</td>
|
||
<td>
|
||
<div style=font-weight:bold;color:#10b981>29 / 100</div>
|
||
<div class=risk-bar-container>
|
||
<div class=risk-bar-fill style=width:29%;background:#10b981></div>
|
||
</div>
|
||
</td>
|
||
<td><span class="status-dot status-pending"></span>Pending</td>
|
||
<td style=text-align:right>
|
||
<button class="btn btn-secondary" style="padding:4px 8px">
|
||
<svg class=icon style=margin:0><use xlink:href=#i-eye></use></svg>
|
||
</button>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td><input type=checkbox class=row-check value=20251222-R1163></td>
|
||
<td>
|
||
<div style='font-weight:600;font-family:"Consolas",monospace'>20251222-R1163</div>
|
||
<div style=font-size:12px;color:var(--text-muted)>2025-12-22 14:43</div>
|
||
<div style=margin-top:4px></div>
|
||
</td>
|
||
<td>
|
||
<div>ivy_725</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 542</div>
|
||
</td>
|
||
<td><div title="Nike Dunk Low ">Nike Dunk Low </div></td>
|
||
<td style=font-weight:600;color:var(--text-main)>¥ 899</td>
|
||
<td>
|
||
<div style=font-weight:bold;color:#10b981>56 / 100</div>
|
||
<div class=risk-bar-container>
|
||
<div class=risk-bar-fill style=width:56%;background:#10b981></div>
|
||
</div>
|
||
</td>
|
||
<td><span class="status-dot status-pending"></span>Pending</td>
|
||
<td style=text-align:right>
|
||
<button class="btn btn-secondary" style="padding:4px 8px">
|
||
<svg class=icon style=margin:0><use xlink:href=#i-eye></use></svg>
|
||
</button>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td><input type=checkbox class=row-check value=20251222-R1164></td>
|
||
<td>
|
||
<div style='font-weight:600;font-family:"Consolas",monospace'>20251222-R1164</div>
|
||
<div style=font-size:12px;color:var(--text-muted)>2025-12-22 14:09</div>
|
||
<div style=margin-top:4px><span class="tag tag-risk">Risk</span><span class="tag tag-large">Large</span><span class="tag tag-vip">VIP</span></div>
|
||
</td>
|
||
<td>
|
||
<div>candy_854</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 510</div>
|
||
</td>
|
||
<td><div title="iPhone 16 Pro Max ">iPhone 16 Pro Max </div></td>
|
||
<td style=font-weight:600;color:var(--text-main)>¥ 29,997</td>
|
||
<td>
|
||
<div style=font-weight:bold;color:#ef4444>87 / 100</div>
|
||
<div class=risk-bar-container>
|
||
<div class=risk-bar-fill style=width:87%;background:#ef4444></div>
|
||
</div>
|
||
</td>
|
||
<td><span class="status-dot status-pending"></span>Pending</td>
|
||
<td style=text-align:right>
|
||
<button class="btn btn-secondary" style="padding:4px 8px">
|
||
<svg class=icon style=margin:0><use xlink:href=#i-eye></use></svg>
|
||
</button>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td><input type=checkbox class=row-check value=20251222-R1165></td>
|
||
<td>
|
||
<div style='font-weight:600;font-family:"Consolas",monospace'>20251222-R1165</div>
|
||
<div style=font-size:12px;color:var(--text-muted)>2025-12-22 14:14</div>
|
||
<div style=margin-top:4px><span class="tag tag-large">Large</span></div>
|
||
</td>
|
||
<td>
|
||
<div>echo_825</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 361</div>
|
||
</td>
|
||
<td><div title="La Mer Cream ">La Mer Cream </div></td>
|
||
<td style=font-weight:600;color:var(--text-main)>¥ 10,500</td>
|
||
<td>
|
||
<div style=font-weight:bold;color:#10b981>38 / 100</div>
|
||
<div class=risk-bar-container>
|
||
<div class=risk-bar-fill style=width:38%;background:#10b981></div>
|
||
</div>
|
||
</td>
|
||
<td><span class="status-dot status-pending"></span>Pending</td>
|
||
<td style=text-align:right>
|
||
<button class="btn btn-secondary" style="padding:4px 8px">
|
||
<svg class=icon style=margin:0><use xlink:href=#i-eye></use></svg>
|
||
</button>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td><input type=checkbox class=row-check value=20251222-R1166></td>
|
||
<td>
|
||
<div style='font-weight:600;font-family:"Consolas",monospace'>20251222-R1166</div>
|
||
<div style=font-size:12px;color:var(--text-muted)>2025-12-22 14:29</div>
|
||
<div style=margin-top:4px><span class="tag tag-large">Large</span></div>
|
||
</td>
|
||
<td>
|
||
<div>helen_22</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 447</div>
|
||
</td>
|
||
<td><div title="iPhone 16 Pro Max ">iPhone 16 Pro Max </div></td>
|
||
<td style=font-weight:600;color:var(--text-main)>¥ 19,998</td>
|
||
<td>
|
||
<div style=font-weight:bold;color:#10b981>55 / 100</div>
|
||
<div class=risk-bar-container>
|
||
<div class=risk-bar-fill style=width:55%;background:#10b981></div>
|
||
</div>
|
||
</td>
|
||
<td><span class="status-dot status-pending"></span>Pending</td>
|
||
<td style=text-align:right>
|
||
<button class="btn btn-secondary" style="padding:4px 8px">
|
||
<svg class=icon style=margin:0><use xlink:href=#i-eye></use></svg>
|
||
</button>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td><input type=checkbox class=row-check value=20251222-R1167></td>
|
||
<td>
|
||
<div style='font-weight:600;font-family:"Consolas",monospace'>20251222-R1167</div>
|
||
<div style=font-size:12px;color:var(--text-muted)>2025-12-22 14:55</div>
|
||
<div style=margin-top:4px></div>
|
||
</td>
|
||
<td>
|
||
<div>frank_695</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 409</div>
|
||
</td>
|
||
<td><div title="Sony WH-1000XM5 ">Sony WH-1000XM5 </div></td>
|
||
<td style=font-weight:600;color:var(--text-main)>¥ 4,998</td>
|
||
<td>
|
||
<div style=font-weight:bold;color:#10b981>39 / 100</div>
|
||
<div class=risk-bar-container>
|
||
<div class=risk-bar-fill style=width:39%;background:#10b981></div>
|
||
</div>
|
||
</td>
|
||
<td><span class="status-dot status-pending"></span>Pending</td>
|
||
<td style=text-align:right>
|
||
<button class="btn btn-secondary" style="padding:4px 8px">
|
||
<svg class=icon style=margin:0><use xlink:href=#i-eye></use></svg>
|
||
</button>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td><input type=checkbox class=row-check value=20251222-R1168></td>
|
||
<td>
|
||
<div style='font-weight:600;font-family:"Consolas",monospace'>20251222-R1168</div>
|
||
<div style=font-size:12px;color:var(--text-muted)>2025-12-22 14:05</div>
|
||
<div style=margin-top:4px></div>
|
||
</td>
|
||
<td>
|
||
<div>david_283</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 699</div>
|
||
</td>
|
||
<td><div title="Nike Dunk Low ">Nike Dunk Low </div></td>
|
||
<td style=font-weight:600;color:var(--text-main)>¥ 1,798</td>
|
||
<td>
|
||
<div style=font-weight:bold;color:#f59e0b>73 / 100</div>
|
||
<div class=risk-bar-container>
|
||
<div class=risk-bar-fill style=width:73%;background:#f59e0b></div>
|
||
</div>
|
||
</td>
|
||
<td><span class="status-dot status-pending"></span>Pending</td>
|
||
<td style=text-align:right>
|
||
<button class="btn btn-secondary" style="padding:4px 8px">
|
||
<svg class=icon style=margin:0><use xlink:href=#i-eye></use></svg>
|
||
</button>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td><input type=checkbox class=row-check value=20251222-R1169></td>
|
||
<td>
|
||
<div style='font-weight:600;font-family:"Consolas",monospace'>20251222-R1169</div>
|
||
<div style=font-size:12px;color:var(--text-muted)>2025-12-22 14:33</div>
|
||
<div style=margin-top:4px><span class="tag tag-vip">VIP</span></div>
|
||
</td>
|
||
<td>
|
||
<div>bill_326</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 416</div>
|
||
</td>
|
||
<td><div title="AirPods Pro 3 ">AirPods Pro 3 </div></td>
|
||
<td style=font-weight:600;color:var(--text-main)>¥ 5,697</td>
|
||
<td>
|
||
<div style=font-weight:bold;color:#10b981>29 / 100</div>
|
||
<div class=risk-bar-container>
|
||
<div class=risk-bar-fill style=width:29%;background:#10b981></div>
|
||
</div>
|
||
</td>
|
||
<td><span class="status-dot status-pending"></span>Pending</td>
|
||
<td style=text-align:right>
|
||
<button class="btn btn-secondary" style="padding:4px 8px">
|
||
<svg class=icon style=margin:0><use xlink:href=#i-eye></use></svg>
|
||
</button>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td><input type=checkbox class=row-check value=20251222-R1170></td>
|
||
<td>
|
||
<div style='font-weight:600;font-family:"Consolas",monospace'>20251222-R1170</div>
|
||
<div style=font-size:12px;color:var(--text-muted)>2025-12-22 14:35</div>
|
||
<div style=margin-top:4px><span class="tag tag-vip">VIP</span></div>
|
||
</td>
|
||
<td>
|
||
<div>grace_524</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 471</div>
|
||
</td>
|
||
<td><div title="Nike Dunk Low ">Nike Dunk Low </div></td>
|
||
<td style=font-weight:600;color:var(--text-main)>¥ 1,798</td>
|
||
<td>
|
||
<div style=font-weight:bold;color:#10b981>58 / 100</div>
|
||
<div class=risk-bar-container>
|
||
<div class=risk-bar-fill style=width:58%;background:#10b981></div>
|
||
</div>
|
||
</td>
|
||
<td><span class="status-dot status-pending"></span>Pending</td>
|
||
<td style=text-align:right>
|
||
<button class="btn btn-secondary" style="padding:4px 8px">
|
||
<svg class=icon style=margin:0><use xlink:href=#i-eye></use></svg>
|
||
</button>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td><input type=checkbox class=row-check value=20251222-R1171></td>
|
||
<td>
|
||
<div style='font-weight:600;font-family:"Consolas",monospace'>20251222-R1171</div>
|
||
<div style=font-size:12px;color:var(--text-muted)>2025-12-22 14:35</div>
|
||
<div style=margin-top:4px><span class="tag tag-risk">Risk</span><span class="tag tag-vip">VIP</span></div>
|
||
</td>
|
||
<td>
|
||
<div>david_367</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 714</div>
|
||
</td>
|
||
<td><div title="Sony WH-1000XM5 ">Sony WH-1000XM5 </div></td>
|
||
<td style=font-weight:600;color:var(--text-main)>¥ 2,499</td>
|
||
<td>
|
||
<div style=font-weight:bold;color:#ef4444>99 / 100</div>
|
||
<div class=risk-bar-container>
|
||
<div class=risk-bar-fill style=width:99%;background:#ef4444></div>
|
||
</div>
|
||
</td>
|
||
<td><span class="status-dot status-pending"></span>Pending</td>
|
||
<td style=text-align:right>
|
||
<button class="btn btn-secondary" style="padding:4px 8px">
|
||
<svg class=icon style=margin:0><use xlink:href=#i-eye></use></svg>
|
||
</button>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td><input type=checkbox class=row-check value=20251222-R1172></td>
|
||
<td>
|
||
<div style='font-weight:600;font-family:"Consolas",monospace'>20251222-R1172</div>
|
||
<div style=font-size:12px;color:var(--text-muted)>2025-12-22 14:10</div>
|
||
<div style=margin-top:4px></div>
|
||
</td>
|
||
<td>
|
||
<div>ivy_424</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 746</div>
|
||
</td>
|
||
<td><div title="Switch OLED (JP Ver) ">Switch OLED (JP Ver) </div></td>
|
||
<td style=font-weight:600;color:var(--text-main)>¥ 4,200</td>
|
||
<td>
|
||
<div style=font-weight:bold;color:#10b981>27 / 100</div>
|
||
<div class=risk-bar-container>
|
||
<div class=risk-bar-fill style=width:27%;background:#10b981></div>
|
||
</div>
|
||
</td>
|
||
<td><span class="status-dot status-pending"></span>Pending</td>
|
||
<td style=text-align:right>
|
||
<button class="btn btn-secondary" style="padding:4px 8px">
|
||
<svg class=icon style=margin:0><use xlink:href=#i-eye></use></svg>
|
||
</button>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td><input type=checkbox class=row-check value=20251222-R1173></td>
|
||
<td>
|
||
<div style='font-weight:600;font-family:"Consolas",monospace'>20251222-R1173</div>
|
||
<div style=font-size:12px;color:var(--text-muted)>2025-12-22 14:03</div>
|
||
<div style=margin-top:4px></div>
|
||
</td>
|
||
<td>
|
||
<div>ivy_857</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 547</div>
|
||
</td>
|
||
<td><div title="La Mer Cream ">La Mer Cream </div></td>
|
||
<td style=font-weight:600;color:var(--text-main)>¥ 3,500</td>
|
||
<td>
|
||
<div style=font-weight:bold;color:#10b981>27 / 100</div>
|
||
<div class=risk-bar-container>
|
||
<div class=risk-bar-fill style=width:27%;background:#10b981></div>
|
||
</div>
|
||
</td>
|
||
<td><span class="status-dot status-pending"></span>Pending</td>
|
||
<td style=text-align:right>
|
||
<button class="btn btn-secondary" style="padding:4px 8px">
|
||
<svg class=icon style=margin:0><use xlink:href=#i-eye></use></svg>
|
||
</button>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td><input type=checkbox class=row-check value=20251222-R1174></td>
|
||
<td>
|
||
<div style='font-weight:600;font-family:"Consolas",monospace'>20251222-R1174</div>
|
||
<div style=font-size:12px;color:var(--text-muted)>2025-12-22 14:12</div>
|
||
<div style=margin-top:4px></div>
|
||
</td>
|
||
<td>
|
||
<div>frank_819</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 620</div>
|
||
</td>
|
||
<td><div title="Nike Dunk Low ">Nike Dunk Low </div></td>
|
||
<td style=font-weight:600;color:var(--text-main)>¥ 899</td>
|
||
<td>
|
||
<div style=font-weight:bold;color:#f59e0b>79 / 100</div>
|
||
<div class=risk-bar-container>
|
||
<div class=risk-bar-fill style=width:79%;background:#f59e0b></div>
|
||
</div>
|
||
</td>
|
||
<td><span class="status-dot status-pending"></span>Pending</td>
|
||
<td style=text-align:right>
|
||
<button class="btn btn-secondary" style="padding:4px 8px">
|
||
<svg class=icon style=margin:0><use xlink:href=#i-eye></use></svg>
|
||
</button>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td><input type=checkbox class=row-check value=20251222-R1175></td>
|
||
<td>
|
||
<div style='font-weight:600;font-family:"Consolas",monospace'>20251222-R1175</div>
|
||
<div style=font-size:12px;color:var(--text-muted)>2025-12-22 14:42</div>
|
||
<div style=margin-top:4px><span class="tag tag-large">Large</span></div>
|
||
</td>
|
||
<td>
|
||
<div>alex_616</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 453</div>
|
||
</td>
|
||
<td><div title="iPhone 16 Pro Max ">iPhone 16 Pro Max </div></td>
|
||
<td style=font-weight:600;color:var(--text-main)>¥ 29,997</td>
|
||
<td>
|
||
<div style=font-weight:bold;color:#f59e0b>68 / 100</div>
|
||
<div class=risk-bar-container>
|
||
<div class=risk-bar-fill style=width:68%;background:#f59e0b></div>
|
||
</div>
|
||
</td>
|
||
<td><span class="status-dot status-pending"></span>Pending</td>
|
||
<td style=text-align:right>
|
||
<button class="btn btn-secondary" style="padding:4px 8px">
|
||
<svg class=icon style=margin:0><use xlink:href=#i-eye></use></svg>
|
||
</button>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td><input type=checkbox class=row-check value=20251222-R1176></td>
|
||
<td>
|
||
<div style='font-weight:600;font-family:"Consolas",monospace'>20251222-R1176</div>
|
||
<div style=font-size:12px;color:var(--text-muted)>2025-12-22 14:17</div>
|
||
<div style=margin-top:4px><span class="tag tag-large">Large</span></div>
|
||
</td>
|
||
<td>
|
||
<div>bill_761</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 760</div>
|
||
</td>
|
||
<td><div title="iPhone 16 Pro Max ">iPhone 16 Pro Max </div></td>
|
||
<td style=font-weight:600;color:var(--text-main)>¥ 19,998</td>
|
||
<td>
|
||
<div style=font-weight:bold;color:#10b981>23 / 100</div>
|
||
<div class=risk-bar-container>
|
||
<div class=risk-bar-fill style=width:23%;background:#10b981></div>
|
||
</div>
|
||
</td>
|
||
<td><span class="status-dot status-pending"></span>Pending</td>
|
||
<td style=text-align:right>
|
||
<button class="btn btn-secondary" style="padding:4px 8px">
|
||
<svg class=icon style=margin:0><use xlink:href=#i-eye></use></svg>
|
||
</button>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td><input type=checkbox class=row-check value=20251222-R1177></td>
|
||
<td>
|
||
<div style='font-weight:600;font-family:"Consolas",monospace'>20251222-R1177</div>
|
||
<div style=font-size:12px;color:var(--text-muted)>2025-12-22 14:02</div>
|
||
<div style=margin-top:4px></div>
|
||
</td>
|
||
<td>
|
||
<div>ivy_653</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 573</div>
|
||
</td>
|
||
<td><div title="iPhone 16 Pro Max ">iPhone 16 Pro Max </div></td>
|
||
<td style=font-weight:600;color:var(--text-main)>¥ 9,999</td>
|
||
<td>
|
||
<div style=font-weight:bold;color:#10b981>25 / 100</div>
|
||
<div class=risk-bar-container>
|
||
<div class=risk-bar-fill style=width:25%;background:#10b981></div>
|
||
</div>
|
||
</td>
|
||
<td><span class="status-dot status-pending"></span>Pending</td>
|
||
<td style=text-align:right>
|
||
<button class="btn btn-secondary" style="padding:4px 8px">
|
||
<svg class=icon style=margin:0><use xlink:href=#i-eye></use></svg>
|
||
</button>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td><input type=checkbox class=row-check value=20251222-R1178></td>
|
||
<td>
|
||
<div style='font-weight:600;font-family:"Consolas",monospace'>20251222-R1178</div>
|
||
<div style=font-size:12px;color:var(--text-muted)>2025-12-22 14:23</div>
|
||
<div style=margin-top:4px></div>
|
||
</td>
|
||
<td>
|
||
<div>ivy_306</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 565</div>
|
||
</td>
|
||
<td><div title="AirPods Pro 3 ">AirPods Pro 3 </div></td>
|
||
<td style=font-weight:600;color:var(--text-main)>¥ 3,798</td>
|
||
<td>
|
||
<div style=font-weight:bold;color:#10b981>4 / 100</div>
|
||
<div class=risk-bar-container>
|
||
<div class=risk-bar-fill style=width:4%;background:#10b981></div>
|
||
</div>
|
||
</td>
|
||
<td><span class="status-dot status-pending"></span>Pending</td>
|
||
<td style=text-align:right>
|
||
<button class="btn btn-secondary" style="padding:4px 8px">
|
||
<svg class=icon style=margin:0><use xlink:href=#i-eye></use></svg>
|
||
</button>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td><input type=checkbox class=row-check value=20251222-R1179></td>
|
||
<td>
|
||
<div style='font-weight:600;font-family:"Consolas",monospace'>20251222-R1179</div>
|
||
<div style=font-size:12px;color:var(--text-muted)>2025-12-22 14:26</div>
|
||
<div style=margin-top:4px><span class="tag tag-large">Large</span></div>
|
||
</td>
|
||
<td>
|
||
<div>ivy_217</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 320</div>
|
||
</td>
|
||
<td><div title="iPhone 16 Pro Max ">iPhone 16 Pro Max </div></td>
|
||
<td style=font-weight:600;color:var(--text-main)>¥ 19,998</td>
|
||
<td>
|
||
<div style=font-weight:bold;color:#f59e0b>81 / 100</div>
|
||
<div class=risk-bar-container>
|
||
<div class=risk-bar-fill style=width:81%;background:#f59e0b></div>
|
||
</div>
|
||
</td>
|
||
<td><span class="status-dot status-pending"></span>Pending</td>
|
||
<td style=text-align:right>
|
||
<button class="btn btn-secondary" style="padding:4px 8px">
|
||
<svg class=icon style=margin:0><use xlink:href=#i-eye></use></svg>
|
||
</button>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td><input type=checkbox class=row-check value=20251222-R1180></td>
|
||
<td>
|
||
<div style='font-weight:600;font-family:"Consolas",monospace'>20251222-R1180</div>
|
||
<div style=font-size:12px;color:var(--text-muted)>2025-12-22 14:30</div>
|
||
<div style=margin-top:4px></div>
|
||
</td>
|
||
<td>
|
||
<div>ivy_487</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 754</div>
|
||
</td>
|
||
<td><div title="La Mer Cream ">La Mer Cream </div></td>
|
||
<td style=font-weight:600;color:var(--text-main)>¥ 7,000</td>
|
||
<td>
|
||
<div style=font-weight:bold;color:#10b981>55 / 100</div>
|
||
<div class=risk-bar-container>
|
||
<div class=risk-bar-fill style=width:55%;background:#10b981></div>
|
||
</div>
|
||
</td>
|
||
<td><span class="status-dot status-pending"></span>Pending</td>
|
||
<td style=text-align:right>
|
||
<button class="btn btn-secondary" style="padding:4px 8px">
|
||
<svg class=icon style=margin:0><use xlink:href=#i-eye></use></svg>
|
||
</button>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td><input type=checkbox class=row-check value=20251222-R1181></td>
|
||
<td>
|
||
<div style='font-weight:600;font-family:"Consolas",monospace'>20251222-R1181</div>
|
||
<div style=font-size:12px;color:var(--text-muted)>2025-12-22 14:57</div>
|
||
<div style=margin-top:4px></div>
|
||
</td>
|
||
<td>
|
||
<div>david_188</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 610</div>
|
||
</td>
|
||
<td><div title="Switch OLED (JP Ver) ">Switch OLED (JP Ver) </div></td>
|
||
<td style=font-weight:600;color:var(--text-main)>¥ 2,100</td>
|
||
<td>
|
||
<div style=font-weight:bold;color:#f59e0b>79 / 100</div>
|
||
<div class=risk-bar-container>
|
||
<div class=risk-bar-fill style=width:79%;background:#f59e0b></div>
|
||
</div>
|
||
</td>
|
||
<td><span class="status-dot status-pending"></span>Pending</td>
|
||
<td style=text-align:right>
|
||
<button class="btn btn-secondary" style="padding:4px 8px">
|
||
<svg class=icon style=margin:0><use xlink:href=#i-eye></use></svg>
|
||
</button>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td><input type=checkbox class=row-check value=20251222-R1182></td>
|
||
<td>
|
||
<div style='font-weight:600;font-family:"Consolas",monospace'>20251222-R1182</div>
|
||
<div style=font-size:12px;color:var(--text-muted)>2025-12-22 14:34</div>
|
||
<div style=margin-top:4px></div>
|
||
</td>
|
||
<td>
|
||
<div>alex_362</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 359</div>
|
||
</td>
|
||
<td><div title="Switch OLED (JP Ver) ">Switch OLED (JP Ver) </div></td>
|
||
<td style=font-weight:600;color:var(--text-main)>¥ 4,200</td>
|
||
<td>
|
||
<div style=font-weight:bold;color:#10b981>7 / 100</div>
|
||
<div class=risk-bar-container>
|
||
<div class=risk-bar-fill style=width:7%;background:#10b981></div>
|
||
</div>
|
||
</td>
|
||
<td><span class="status-dot status-pending"></span>Pending</td>
|
||
<td style=text-align:right>
|
||
<button class="btn btn-secondary" style="padding:4px 8px">
|
||
<svg class=icon style=margin:0><use xlink:href=#i-eye></use></svg>
|
||
</button>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td><input type=checkbox class=row-check value=20251222-R1183></td>
|
||
<td>
|
||
<div style='font-weight:600;font-family:"Consolas",monospace'>20251222-R1183</div>
|
||
<div style=font-size:12px;color:var(--text-muted)>2025-12-22 14:19</div>
|
||
<div style=margin-top:4px></div>
|
||
</td>
|
||
<td>
|
||
<div>echo_890</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 451</div>
|
||
</td>
|
||
<td><div title="Switch OLED (JP Ver) ">Switch OLED (JP Ver) </div></td>
|
||
<td style=font-weight:600;color:var(--text-main)>¥ 6,300</td>
|
||
<td>
|
||
<div style=font-weight:bold;color:#10b981>4 / 100</div>
|
||
<div class=risk-bar-container>
|
||
<div class=risk-bar-fill style=width:4%;background:#10b981></div>
|
||
</div>
|
||
</td>
|
||
<td><span class="status-dot status-pending"></span>Pending</td>
|
||
<td style=text-align:right>
|
||
<button class="btn btn-secondary" style="padding:4px 8px">
|
||
<svg class=icon style=margin:0><use xlink:href=#i-eye></use></svg>
|
||
</button>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td><input type=checkbox class=row-check value=20251222-R1184></td>
|
||
<td>
|
||
<div style='font-weight:600;font-family:"Consolas",monospace'>20251222-R1184</div>
|
||
<div style=font-size:12px;color:var(--text-muted)>2025-12-22 14:12</div>
|
||
<div style=margin-top:4px></div>
|
||
</td>
|
||
<td>
|
||
<div>candy_19</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 721</div>
|
||
</td>
|
||
<td><div title="Logitech MX Master 3S ">Logitech MX Master 3S </div></td>
|
||
<td style=font-weight:600;color:var(--text-main)>¥ 1,598</td>
|
||
<td>
|
||
<div style=font-weight:bold;color:#10b981>38 / 100</div>
|
||
<div class=risk-bar-container>
|
||
<div class=risk-bar-fill style=width:38%;background:#10b981></div>
|
||
</div>
|
||
</td>
|
||
<td><span class="status-dot status-pending"></span>Pending</td>
|
||
<td style=text-align:right>
|
||
<button class="btn btn-secondary" style="padding:4px 8px">
|
||
<svg class=icon style=margin:0><use xlink:href=#i-eye></use></svg>
|
||
</button>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td><input type=checkbox class=row-check value=20251222-R1185></td>
|
||
<td>
|
||
<div style='font-weight:600;font-family:"Consolas",monospace'>20251222-R1185</div>
|
||
<div style=font-size:12px;color:var(--text-muted)>2025-12-22 14:50</div>
|
||
<div style=margin-top:4px></div>
|
||
</td>
|
||
<td>
|
||
<div>david_604</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 764</div>
|
||
</td>
|
||
<td><div title="Nike Dunk Low ">Nike Dunk Low </div></td>
|
||
<td style=font-weight:600;color:var(--text-main)>¥ 1,798</td>
|
||
<td>
|
||
<div style=font-weight:bold;color:#f59e0b>71 / 100</div>
|
||
<div class=risk-bar-container>
|
||
<div class=risk-bar-fill style=width:71%;background:#f59e0b></div>
|
||
</div>
|
||
</td>
|
||
<td><span class="status-dot status-pending"></span>Pending</td>
|
||
<td style=text-align:right>
|
||
<button class="btn btn-secondary" style="padding:4px 8px">
|
||
<svg class=icon style=margin:0><use xlink:href=#i-eye></use></svg>
|
||
</button>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td><input type=checkbox class=row-check value=20251222-R1187></td>
|
||
<td>
|
||
<div style='font-weight:600;font-family:"Consolas",monospace'>20251222-R1187</div>
|
||
<div style=font-size:12px;color:var(--text-muted)>2025-12-22 14:00</div>
|
||
<div style=margin-top:4px></div>
|
||
</td>
|
||
<td>
|
||
<div>bill_26</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 706</div>
|
||
</td>
|
||
<td><div title="Nike Dunk Low ">Nike Dunk Low </div></td>
|
||
<td style=font-weight:600;color:var(--text-main)>¥ 2,697</td>
|
||
<td>
|
||
<div style=font-weight:bold;color:#10b981>37 / 100</div>
|
||
<div class=risk-bar-container>
|
||
<div class=risk-bar-fill style=width:37%;background:#10b981></div>
|
||
</div>
|
||
</td>
|
||
<td><span class="status-dot status-pending"></span>Pending</td>
|
||
<td style=text-align:right>
|
||
<button class="btn btn-secondary" style="padding:4px 8px">
|
||
<svg class=icon style=margin:0><use xlink:href=#i-eye></use></svg>
|
||
</button>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td><input type=checkbox class=row-check value=20251222-R1190></td>
|
||
<td>
|
||
<div style='font-weight:600;font-family:"Consolas",monospace'>20251222-R1190</div>
|
||
<div style=font-size:12px;color:var(--text-muted)>2025-12-22 14:12</div>
|
||
<div style=margin-top:4px><span class="tag tag-risk">Risk</span></div>
|
||
</td>
|
||
<td>
|
||
<div>jack_129</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 723</div>
|
||
</td>
|
||
<td><div title="Sony WH-1000XM5 ">Sony WH-1000XM5 </div></td>
|
||
<td style=font-weight:600;color:var(--text-main)>¥ 7,497</td>
|
||
<td>
|
||
<div style=font-weight:bold;color:#ef4444>86 / 100</div>
|
||
<div class=risk-bar-container>
|
||
<div class=risk-bar-fill style=width:86%;background:#ef4444></div>
|
||
</div>
|
||
</td>
|
||
<td><span class="status-dot status-pending"></span>Pending</td>
|
||
<td style=text-align:right>
|
||
<button class="btn btn-secondary" style="padding:4px 8px">
|
||
<svg class=icon style=margin:0><use xlink:href=#i-eye></use></svg>
|
||
</button>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td><input type=checkbox class=row-check value=20251222-R1191></td>
|
||
<td>
|
||
<div style='font-weight:600;font-family:"Consolas",monospace'>20251222-R1191</div>
|
||
<div style=font-size:12px;color:var(--text-muted)>2025-12-22 14:28</div>
|
||
<div style=margin-top:4px></div>
|
||
</td>
|
||
<td>
|
||
<div>candy_172</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 710</div>
|
||
</td>
|
||
<td><div title="Logitech MX Master 3S ">Logitech MX Master 3S </div></td>
|
||
<td style=font-weight:600;color:var(--text-main)>¥ 799</td>
|
||
<td>
|
||
<div style=font-weight:bold;color:#f59e0b>77 / 100</div>
|
||
<div class=risk-bar-container>
|
||
<div class=risk-bar-fill style=width:77%;background:#f59e0b></div>
|
||
</div>
|
||
</td>
|
||
<td><span class="status-dot status-pending"></span>Pending</td>
|
||
<td style=text-align:right>
|
||
<button class="btn btn-secondary" style="padding:4px 8px">
|
||
<svg class=icon style=margin:0><use xlink:href=#i-eye></use></svg>
|
||
</button>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td><input type=checkbox class=row-check value=20251222-R1193></td>
|
||
<td>
|
||
<div style='font-weight:600;font-family:"Consolas",monospace'>20251222-R1193</div>
|
||
<div style=font-size:12px;color:var(--text-muted)>2025-12-22 14:44</div>
|
||
<div style=margin-top:4px></div>
|
||
</td>
|
||
<td>
|
||
<div>david_391</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 452</div>
|
||
</td>
|
||
<td><div title="Sony WH-1000XM5 ">Sony WH-1000XM5 </div></td>
|
||
<td style=font-weight:600;color:var(--text-main)>¥ 7,497</td>
|
||
<td>
|
||
<div style=font-weight:bold;color:#10b981>19 / 100</div>
|
||
<div class=risk-bar-container>
|
||
<div class=risk-bar-fill style=width:19%;background:#10b981></div>
|
||
</div>
|
||
</td>
|
||
<td><span class="status-dot status-pending"></span>Pending</td>
|
||
<td style=text-align:right>
|
||
<button class="btn btn-secondary" style="padding:4px 8px">
|
||
<svg class=icon style=margin:0><use xlink:href=#i-eye></use></svg>
|
||
</button>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td><input type=checkbox class=row-check value=20251222-R1195></td>
|
||
<td>
|
||
<div style='font-weight:600;font-family:"Consolas",monospace'>20251222-R1195</div>
|
||
<div style=font-size:12px;color:var(--text-muted)>2025-12-22 14:01</div>
|
||
<div style=margin-top:4px></div>
|
||
</td>
|
||
<td>
|
||
<div>alex_5</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 377</div>
|
||
</td>
|
||
<td><div title="Switch OLED (JP Ver) ">Switch OLED (JP Ver) </div></td>
|
||
<td style=font-weight:600;color:var(--text-main)>¥ 4,200</td>
|
||
<td>
|
||
<div style=font-weight:bold;color:#10b981>13 / 100</div>
|
||
<div class=risk-bar-container>
|
||
<div class=risk-bar-fill style=width:13%;background:#10b981></div>
|
||
</div>
|
||
</td>
|
||
<td><span class="status-dot status-pending"></span>Pending</td>
|
||
<td style=text-align:right>
|
||
<button class="btn btn-secondary" style="padding:4px 8px">
|
||
<svg class=icon style=margin:0><use xlink:href=#i-eye></use></svg>
|
||
</button>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td><input type=checkbox class=row-check value=20251222-R1196></td>
|
||
<td>
|
||
<div style='font-weight:600;font-family:"Consolas",monospace'>20251222-R1196</div>
|
||
<div style=font-size:12px;color:var(--text-muted)>2025-12-22 14:19</div>
|
||
<div style=margin-top:4px></div>
|
||
</td>
|
||
<td>
|
||
<div>ivy_619</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 392</div>
|
||
</td>
|
||
<td><div title="Dyson Hair Dryer ">Dyson Hair Dryer </div></td>
|
||
<td style=font-weight:600;color:var(--text-main)>¥ 2,999</td>
|
||
<td>
|
||
<div style=font-weight:bold;color:#10b981>9 / 100</div>
|
||
<div class=risk-bar-container>
|
||
<div class=risk-bar-fill style=width:9%;background:#10b981></div>
|
||
</div>
|
||
</td>
|
||
<td><span class="status-dot status-pending"></span>Pending</td>
|
||
<td style=text-align:right>
|
||
<button class="btn btn-secondary" style="padding:4px 8px">
|
||
<svg class=icon style=margin:0><use xlink:href=#i-eye></use></svg>
|
||
</button>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td><input type=checkbox class=row-check value=20251222-R1197></td>
|
||
<td>
|
||
<div style='font-weight:600;font-family:"Consolas",monospace'>20251222-R1197</div>
|
||
<div style=font-size:12px;color:var(--text-muted)>2025-12-22 14:30</div>
|
||
<div style=margin-top:4px></div>
|
||
</td>
|
||
<td>
|
||
<div>david_178</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 495</div>
|
||
</td>
|
||
<td><div title="Dyson Hair Dryer ">Dyson Hair Dryer </div></td>
|
||
<td style=font-weight:600;color:var(--text-main)>¥ 2,999</td>
|
||
<td>
|
||
<div style=font-weight:bold;color:#10b981>12 / 100</div>
|
||
<div class=risk-bar-container>
|
||
<div class=risk-bar-fill style=width:12%;background:#10b981></div>
|
||
</div>
|
||
</td>
|
||
<td><span class="status-dot status-pending"></span>Pending</td>
|
||
<td style=text-align:right>
|
||
<button class="btn btn-secondary" style="padding:4px 8px">
|
||
<svg class=icon style=margin:0><use xlink:href=#i-eye></use></svg>
|
||
</button>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td><input type=checkbox class=row-check value=20251222-R1199></td>
|
||
<td>
|
||
<div style='font-weight:600;font-family:"Consolas",monospace'>20251222-R1199</div>
|
||
<div style=font-size:12px;color:var(--text-muted)>2025-12-22 14:06</div>
|
||
<div style=margin-top:4px></div>
|
||
</td>
|
||
<td>
|
||
<div>alex_811</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 343</div>
|
||
</td>
|
||
<td><div title="Starbucks Gift Card ">Starbucks Gift Card </div></td>
|
||
<td style=font-weight:600;color:var(--text-main)>¥ 600</td>
|
||
<td>
|
||
<div style=font-weight:bold;color:#f59e0b>63 / 100</div>
|
||
<div class=risk-bar-container>
|
||
<div class=risk-bar-fill style=width:63%;background:#f59e0b></div>
|
||
</div>
|
||
</td>
|
||
<td><span class="status-dot status-pending"></span>Pending</td>
|
||
<td style=text-align:right>
|
||
<button class="btn btn-secondary" style="padding:4px 8px">
|
||
<svg class=icon style=margin:0><use xlink:href=#i-eye></use></svg>
|
||
</button>
|
||
</td>
|
||
</tr>
|
||
</tbody>
|
||
</table>
|
||
<div id=empty-state style=padding:40px;text-align:center;color:var(--text-muted);display:none>
|
||
No orders found matching your criteria
|
||
</div>
|
||
</div>
|
||
|
||
<div style=margin-top:15px;display:flex;gap:10px;align-items:center>
|
||
<button class="btn btn-primary">Batch Approve</button>
|
||
<button class="btn btn-danger">Batch Reject</button>
|
||
<span style=margin-left:auto;font-size:12px;color:var(--text-muted)>
|
||
Showing <strong id=current-count>159</strong> results / Total <span id=total-db-count>205</span>
|
||
</span>
|
||
</div>
|
||
</div>
|
||
<div id=view-settings class="view-panel sf-hidden">
|
||
|
||
|
||
</div>
|
||
</main>
|
||
</div>
|
||
<div class="drawer-backdrop sf-hidden" id=drawer-backdrop></div>
|
||
<div class=drawer id=drawer-panel>
|
||
<div class=drawer-header>
|
||
<h3 style=margin:0>Order Details <span id=d-id style=font-weight:400;color:var(--text-muted)></span></h3>
|
||
<button class="btn btn-secondary" style="padding:4px 8px">×</button>
|
||
</div>
|
||
<div class=drawer-body id=d-content>
|
||
</div>
|
||
<div class=drawer-footer id=d-footer>
|
||
<button class="btn btn-danger">Reject Order</button>
|
||
<button class="btn btn-primary">Approve Order</button>
|
||
</div>
|
||
</div>
|
||
<div class="modal-overlay sf-hidden" id=modal-reject>
|
||
|
||
</div>
|
||
<div class="modal-overlay sf-hidden" id=modal-logout>
|
||
|
||
</div>
|
||
<div class=toast-container id=toast-root></div>
|
||
</div>
|