4720 lines
171 KiB
HTML
4720 lines
171 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>169</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 selected>All Levels</option>
|
||
<option value=high>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:27</div>
|
||
<div style=margin-top:4px></div>
|
||
</td>
|
||
<td>
|
||
<div>grace_976</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 399</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>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-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:17</div>
|
||
<div style=margin-top:4px><span class="tag tag-vip">VIP</span></div>
|
||
</td>
|
||
<td>
|
||
<div>david_520</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 685</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>35 / 100</div>
|
||
<div class=risk-bar-container>
|
||
<div class=risk-bar-fill style=width:35%;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-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:09</div>
|
||
<div style=margin-top:4px><span class="tag tag-vip">VIP</span></div>
|
||
</td>
|
||
<td>
|
||
<div>helen_272</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 323</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>28 / 100</div>
|
||
<div class=risk-bar-container>
|
||
<div class=risk-bar-fill style=width:28%;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-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:08</div>
|
||
<div style=margin-top:4px></div>
|
||
</td>
|
||
<td>
|
||
<div>frank_802</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 315</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>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-R1004></td>
|
||
<td>
|
||
<div style='font-weight:600;font-family:"Consolas",monospace'>20251222-R1004</div>
|
||
<div style=font-size:12px;color:var(--text-muted)>2025-12-22 14:21</div>
|
||
<div style=margin-top:4px><span class="tag tag-risk">Risk</span></div>
|
||
</td>
|
||
<td>
|
||
<div>ivy_411</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 490</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:#ef4444>93 / 100</div>
|
||
<div class=risk-bar-container>
|
||
<div class=risk-bar-fill style=width:93%;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-R1005></td>
|
||
<td>
|
||
<div style='font-weight:600;font-family:"Consolas",monospace'>20251222-R1005</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>helen_655</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 677</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>22 / 100</div>
|
||
<div class=risk-bar-container>
|
||
<div class=risk-bar-fill style=width:22%;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-R1006></td>
|
||
<td>
|
||
<div style='font-weight:600;font-family:"Consolas",monospace'>20251222-R1006</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>ivy_485</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 696</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:#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-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:37</div>
|
||
<div style=margin-top:4px></div>
|
||
</td>
|
||
<td>
|
||
<div>helen_730</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 451</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:#f59e0b>65 / 100</div>
|
||
<div class=risk-bar-container>
|
||
<div class=risk-bar-fill style=width:65%;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-R1008></td>
|
||
<td>
|
||
<div style='font-weight:600;font-family:"Consolas",monospace'>20251222-R1008</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>grace_899</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 383</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>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-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:23</div>
|
||
<div style=margin-top:4px></div>
|
||
</td>
|
||
<td>
|
||
<div>grace_668</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 787</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:#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-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:28</div>
|
||
<div style=margin-top:4px></div>
|
||
</td>
|
||
<td>
|
||
<div>jack_767</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 740</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>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-R1012></td>
|
||
<td>
|
||
<div style='font-weight:600;font-family:"Consolas",monospace'>20251222-R1012</div>
|
||
<div style=font-size:12px;color:var(--text-muted)>2025-12-22 14:13</div>
|
||
<div style=margin-top:4px><span class="tag tag-large">Large</span></div>
|
||
</td>
|
||
<td>
|
||
<div>ivy_174</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 336</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-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:03</div>
|
||
<div style=margin-top:4px></div>
|
||
</td>
|
||
<td>
|
||
<div>david_332</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 668</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-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:25</div>
|
||
<div style=margin-top:4px></div>
|
||
</td>
|
||
<td>
|
||
<div>alex_862</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 376</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>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-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:48</div>
|
||
<div style=margin-top:4px></div>
|
||
</td>
|
||
<td>
|
||
<div>candy_262</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 698</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>3 / 100</div>
|
||
<div class=risk-bar-container>
|
||
<div class=risk-bar-fill style=width:3%;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-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:19</div>
|
||
<div style=margin-top:4px></div>
|
||
</td>
|
||
<td>
|
||
<div>bill_772</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 653</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>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-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:44</div>
|
||
<div style=margin-top:4px></div>
|
||
</td>
|
||
<td>
|
||
<div>frank_376</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 507</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>35 / 100</div>
|
||
<div class=risk-bar-container>
|
||
<div class=risk-bar-fill style=width:35%;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-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:38</div>
|
||
<div style=margin-top:4px></div>
|
||
</td>
|
||
<td>
|
||
<div>frank_854</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 518</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:#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-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:45</div>
|
||
<div style=margin-top:4px><span class="tag tag-risk">Risk</span></div>
|
||
</td>
|
||
<td>
|
||
<div>jack_385</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 437</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-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:10</div>
|
||
<div style=margin-top:4px><span class="tag tag-risk">Risk</span><span class="tag tag-vip">VIP</span></div>
|
||
</td>
|
||
<td>
|
||
<div>grace_838</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 572</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:#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-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:47</div>
|
||
<div style=margin-top:4px><span class="tag tag-vip">VIP</span></div>
|
||
</td>
|
||
<td>
|
||
<div>grace_611</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 595</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>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-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:24</div>
|
||
<div style=margin-top:4px></div>
|
||
</td>
|
||
<td>
|
||
<div>jack_280</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 574</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>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-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:06</div>
|
||
<div style=margin-top:4px></div>
|
||
</td>
|
||
<td>
|
||
<div>echo_135</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 361</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>51 / 100</div>
|
||
<div class=risk-bar-container>
|
||
<div class=risk-bar-fill style=width:51%;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-R1027></td>
|
||
<td>
|
||
<div style='font-weight:600;font-family:"Consolas",monospace'>20251222-R1027</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-risk">Risk</span></div>
|
||
</td>
|
||
<td>
|
||
<div>frank_942</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 330</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>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-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:12</div>
|
||
<div style=margin-top:4px></div>
|
||
</td>
|
||
<td>
|
||
<div>alex_809</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 625</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>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-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:18</div>
|
||
<div style=margin-top:4px></div>
|
||
</td>
|
||
<td>
|
||
<div>echo_241</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 457</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>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-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:16</div>
|
||
<div style=margin-top:4px></div>
|
||
</td>
|
||
<td>
|
||
<div>helen_980</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 513</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:#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-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:57</div>
|
||
<div style=margin-top:4px></div>
|
||
</td>
|
||
<td>
|
||
<div>grace_7</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 584</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:#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-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:20</div>
|
||
<div style=margin-top:4px></div>
|
||
</td>
|
||
<td>
|
||
<div>bill_438</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 698</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>30 / 100</div>
|
||
<div class=risk-bar-container>
|
||
<div class=risk-bar-fill style=width:30%;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-R1034></td>
|
||
<td>
|
||
<div style='font-weight:600;font-family:"Consolas",monospace'>20251222-R1034</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_270</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 424</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>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-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:25</div>
|
||
<div style=margin-top:4px></div>
|
||
</td>
|
||
<td>
|
||
<div>david_26</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 700</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>60 / 100</div>
|
||
<div class=risk-bar-container>
|
||
<div class=risk-bar-fill style=width:60%;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-R1036></td>
|
||
<td>
|
||
<div style='font-weight:600;font-family:"Consolas",monospace'>20251222-R1036</div>
|
||
<div style=font-size:12px;color:var(--text-muted)>2025-12-22 14:16</div>
|
||
<div style=margin-top:4px><span class="tag tag-vip">VIP</span></div>
|
||
</td>
|
||
<td>
|
||
<div>ivy_153</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 509</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:#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-R1037></td>
|
||
<td>
|
||
<div style='font-weight:600;font-family:"Consolas",monospace'>20251222-R1037</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>alex_624</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 364</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:#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-R1038></td>
|
||
<td>
|
||
<div style='font-weight:600;font-family:"Consolas",monospace'>20251222-R1038</div>
|
||
<div style=font-size:12px;color:var(--text-muted)>2025-12-22 14:41</div>
|
||
<div style=margin-top:4px></div>
|
||
</td>
|
||
<td>
|
||
<div>frank_546</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 466</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>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-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:16</div>
|
||
<div style=margin-top:4px></div>
|
||
</td>
|
||
<td>
|
||
<div>jack_750</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 656</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>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-R1040></td>
|
||
<td>
|
||
<div style='font-weight:600;font-family:"Consolas",monospace'>20251222-R1040</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>david_712</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 319</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>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-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:34</div>
|
||
<div style=margin-top:4px></div>
|
||
</td>
|
||
<td>
|
||
<div>frank_800</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 470</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:#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-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:00</div>
|
||
<div style=margin-top:4px></div>
|
||
</td>
|
||
<td>
|
||
<div>echo_219</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 326</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:#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-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:55</div>
|
||
<div style=margin-top:4px></div>
|
||
</td>
|
||
<td>
|
||
<div>grace_468</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 721</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>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-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:01</div>
|
||
<div style=margin-top:4px><span class="tag tag-large">Large</span></div>
|
||
</td>
|
||
<td>
|
||
<div>frank_660</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 706</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>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-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:56</div>
|
||
<div style=margin-top:4px><span class="tag tag-risk">Risk</span></div>
|
||
</td>
|
||
<td>
|
||
<div>helen_449</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 576</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>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-R1048></td>
|
||
<td>
|
||
<div style='font-weight:600;font-family:"Consolas",monospace'>20251222-R1048</div>
|
||
<div style=font-size:12px;color:var(--text-muted)>2025-12-22 14:49</div>
|
||
<div style=margin-top:4px><span class="tag tag-risk">Risk</span></div>
|
||
</td>
|
||
<td>
|
||
<div>bill_395</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 637</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:#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-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:03</div>
|
||
<div style=margin-top:4px><span class="tag tag-vip">VIP</span></div>
|
||
</td>
|
||
<td>
|
||
<div>helen_341</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 478</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>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:54</div>
|
||
<div style=margin-top:4px></div>
|
||
</td>
|
||
<td>
|
||
<div>grace_54</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 392</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>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-R1053></td>
|
||
<td>
|
||
<div style='font-weight:600;font-family:"Consolas",monospace'>20251222-R1053</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>ivy_73</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 402</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>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-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:18</div>
|
||
<div style=margin-top:4px><span class="tag tag-risk">Risk</span></div>
|
||
</td>
|
||
<td>
|
||
<div>grace_150</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 424</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:#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-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:35</div>
|
||
<div style=margin-top:4px></div>
|
||
</td>
|
||
<td>
|
||
<div>alex_820</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 666</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-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:48</div>
|
||
<div style=margin-top:4px><span class="tag tag-vip">VIP</span></div>
|
||
</td>
|
||
<td>
|
||
<div>david_991</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 416</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>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-R1057></td>
|
||
<td>
|
||
<div style='font-weight:600;font-family:"Consolas",monospace'>20251222-R1057</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_390</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 689</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>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-R1058></td>
|
||
<td>
|
||
<div style='font-weight:600;font-family:"Consolas",monospace'>20251222-R1058</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>jack_855</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 555</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:#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-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:37</div>
|
||
<div style=margin-top:4px></div>
|
||
</td>
|
||
<td>
|
||
<div>david_696</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 790</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>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-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:22</div>
|
||
<div style=margin-top:4px></div>
|
||
</td>
|
||
<td>
|
||
<div>candy_872</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 635</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>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-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:26</div>
|
||
<div style=margin-top:4px></div>
|
||
</td>
|
||
<td>
|
||
<div>frank_401</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 486</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>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-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:23</div>
|
||
<div style=margin-top:4px></div>
|
||
</td>
|
||
<td>
|
||
<div>helen_373</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 722</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>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-R1065></td>
|
||
<td>
|
||
<div style='font-weight:600;font-family:"Consolas",monospace'>20251222-R1065</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_611</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 731</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>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-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:29</div>
|
||
<div style=margin-top:4px><span class="tag tag-risk">Risk</span></div>
|
||
</td>
|
||
<td>
|
||
<div>grace_977</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 671</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:#ef4444>91 / 100</div>
|
||
<div class=risk-bar-container>
|
||
<div class=risk-bar-fill style=width:91%;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-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:31</div>
|
||
<div style=margin-top:4px></div>
|
||
</td>
|
||
<td>
|
||
<div>candy_857</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 347</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:#10b981>44 / 100</div>
|
||
<div class=risk-bar-container>
|
||
<div class=risk-bar-fill style=width:44%;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:17</div>
|
||
<div style=margin-top:4px></div>
|
||
</td>
|
||
<td>
|
||
<div>helen_141</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 545</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>28 / 100</div>
|
||
<div class=risk-bar-container>
|
||
<div class=risk-bar-fill style=width:28%;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-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:08</div>
|
||
<div style=margin-top:4px></div>
|
||
</td>
|
||
<td>
|
||
<div>candy_414</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 631</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>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-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:36</div>
|
||
<div style=margin-top:4px></div>
|
||
</td>
|
||
<td>
|
||
<div>grace_311</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 533</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>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-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:39</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_921</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 649</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>97 / 100</div>
|
||
<div class=risk-bar-container>
|
||
<div class=risk-bar-fill style=width:97%;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-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:17</div>
|
||
<div style=margin-top:4px></div>
|
||
</td>
|
||
<td>
|
||
<div>ivy_283</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 384</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>41 / 100</div>
|
||
<div class=risk-bar-container>
|
||
<div class=risk-bar-fill style=width:41%;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:14</div>
|
||
<div style=margin-top:4px></div>
|
||
</td>
|
||
<td>
|
||
<div>jack_606</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)>¥ 4,998</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-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:31</div>
|
||
<div style=margin-top:4px></div>
|
||
</td>
|
||
<td>
|
||
<div>david_75</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 525</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>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-R1080></td>
|
||
<td>
|
||
<div style='font-weight:600;font-family:"Consolas",monospace'>20251222-R1080</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>ivy_265</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 330</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>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-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:19</div>
|
||
<div style=margin-top:4px><span class="tag tag-vip">VIP</span></div>
|
||
</td>
|
||
<td>
|
||
<div>ivy_758</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 734</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>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-R1082></td>
|
||
<td>
|
||
<div style='font-weight:600;font-family:"Consolas",monospace'>20251222-R1082</div>
|
||
<div style=font-size:12px;color:var(--text-muted)>2025-12-22 14:48</div>
|
||
<div style=margin-top:4px><span class="tag tag-risk">Risk</span><span class="tag tag-vip">VIP</span></div>
|
||
</td>
|
||
<td>
|
||
<div>ivy_736</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 509</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:#ef4444>91 / 100</div>
|
||
<div class=risk-bar-container>
|
||
<div class=risk-bar-fill style=width:91%;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-R1083></td>
|
||
<td>
|
||
<div style='font-weight:600;font-family:"Consolas",monospace'>20251222-R1083</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>frank_409</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 603</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>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-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:17</div>
|
||
<div style=margin-top:4px></div>
|
||
</td>
|
||
<td>
|
||
<div>echo_341</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 470</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>0 / 100</div>
|
||
<div class=risk-bar-container>
|
||
<div class=risk-bar-fill style=width:0%;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-R1085></td>
|
||
<td>
|
||
<div style='font-weight:600;font-family:"Consolas",monospace'>20251222-R1085</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>alex_581</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 600</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>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-R1087></td>
|
||
<td>
|
||
<div style='font-weight:600;font-family:"Consolas",monospace'>20251222-R1087</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>jack_368</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 391</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>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-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:22</div>
|
||
<div style=margin-top:4px></div>
|
||
</td>
|
||
<td>
|
||
<div>candy_34</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 381</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>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-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:09</div>
|
||
<div style=margin-top:4px></div>
|
||
</td>
|
||
<td>
|
||
<div>frank_739</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 719</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>35 / 100</div>
|
||
<div class=risk-bar-container>
|
||
<div class=risk-bar-fill style=width:35%;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-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:00</div>
|
||
<div style=margin-top:4px><span class="tag tag-risk">Risk</span></div>
|
||
</td>
|
||
<td>
|
||
<div>jack_811</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 420</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:#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-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:06</div>
|
||
<div style=margin-top:4px></div>
|
||
</td>
|
||
<td>
|
||
<div>echo_856</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 574</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:#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-R1093></td>
|
||
<td>
|
||
<div style='font-weight:600;font-family:"Consolas",monospace'>20251222-R1093</div>
|
||
<div style=font-size:12px;color:var(--text-muted)>2025-12-22 14:38</div>
|
||
<div style=margin-top:4px><span class="tag tag-risk">Risk</span></div>
|
||
</td>
|
||
<td>
|
||
<div>grace_346</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 352</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:#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-R1094></td>
|
||
<td>
|
||
<div style='font-weight:600;font-family:"Consolas",monospace'>20251222-R1094</div>
|
||
<div style=font-size:12px;color:var(--text-muted)>2025-12-22 14:54</div>
|
||
<div style=margin-top:4px></div>
|
||
</td>
|
||
<td>
|
||
<div>jack_121</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 540</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>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-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:15</div>
|
||
<div style=margin-top:4px><span class="tag tag-vip">VIP</span></div>
|
||
</td>
|
||
<td>
|
||
<div>jack_85</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 572</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>66 / 100</div>
|
||
<div class=risk-bar-container>
|
||
<div class=risk-bar-fill style=width:66%;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:25</div>
|
||
<div style=margin-top:4px></div>
|
||
</td>
|
||
<td>
|
||
<div>david_308</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 543</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>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-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:56</div>
|
||
<div style=margin-top:4px></div>
|
||
</td>
|
||
<td>
|
||
<div>david_716</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 715</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>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-R1098></td>
|
||
<td>
|
||
<div style='font-weight:600;font-family:"Consolas",monospace'>20251222-R1098</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>candy_50</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 419</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>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-R1099></td>
|
||
<td>
|
||
<div style='font-weight:600;font-family:"Consolas",monospace'>20251222-R1099</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-large">Large</span></div>
|
||
</td>
|
||
<td>
|
||
<div>helen_108</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 314</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>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-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:38</div>
|
||
<div style=margin-top:4px></div>
|
||
</td>
|
||
<td>
|
||
<div>jack_220</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 437</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>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-R1101></td>
|
||
<td>
|
||
<div style='font-weight:600;font-family:"Consolas",monospace'>20251222-R1101</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_530</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 571</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>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-R1102></td>
|
||
<td>
|
||
<div style='font-weight:600;font-family:"Consolas",monospace'>20251222-R1102</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>jack_902</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 670</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>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-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:42</div>
|
||
<div style=margin-top:4px></div>
|
||
</td>
|
||
<td>
|
||
<div>candy_853</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 439</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>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-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:50</div>
|
||
<div style=margin-top:4px></div>
|
||
</td>
|
||
<td>
|
||
<div>alex_555</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 777</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>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-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:59</div>
|
||
<div style=margin-top:4px></div>
|
||
</td>
|
||
<td>
|
||
<div>echo_693</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 304</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>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-R1106></td>
|
||
<td>
|
||
<div style='font-weight:600;font-family:"Consolas",monospace'>20251222-R1106</div>
|
||
<div style=font-size:12px;color:var(--text-muted)>2025-12-22 14:18</div>
|
||
<div style=margin-top:4px><span class="tag tag-large">Large</span></div>
|
||
</td>
|
||
<td>
|
||
<div>echo_237</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 750</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>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-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:54</div>
|
||
<div style=margin-top:4px></div>
|
||
</td>
|
||
<td>
|
||
<div>ivy_714</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 743</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>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-R1108></td>
|
||
<td>
|
||
<div style='font-weight:600;font-family:"Consolas",monospace'>20251222-R1108</div>
|
||
<div style=font-size:12px;color:var(--text-muted)>2025-12-22 14:42</div>
|
||
<div style=margin-top:4px></div>
|
||
</td>
|
||
<td>
|
||
<div>candy_568</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 616</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>20 / 100</div>
|
||
<div class=risk-bar-container>
|
||
<div class=risk-bar-fill style=width:20%;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-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:10</div>
|
||
<div style=margin-top:4px></div>
|
||
</td>
|
||
<td>
|
||
<div>jack_201</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 672</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>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-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:55</div>
|
||
<div style=margin-top:4px></div>
|
||
</td>
|
||
<td>
|
||
<div>bill_913</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 451</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>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-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:35</div>
|
||
<div style=margin-top:4px></div>
|
||
</td>
|
||
<td>
|
||
<div>frank_870</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 751</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>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-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:59</div>
|
||
<div style=margin-top:4px></div>
|
||
</td>
|
||
<td>
|
||
<div>helen_284</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 388</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>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-R1115></td>
|
||
<td>
|
||
<div style='font-weight:600;font-family:"Consolas",monospace'>20251222-R1115</div>
|
||
<div style=font-size:12px;color:var(--text-muted)>2025-12-22 14:13</div>
|
||
<div style=margin-top:4px></div>
|
||
</td>
|
||
<td>
|
||
<div>alex_667</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 317</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>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-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:12</div>
|
||
<div style=margin-top:4px></div>
|
||
</td>
|
||
<td>
|
||
<div>grace_507</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 622</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>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-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:24</div>
|
||
<div style=margin-top:4px></div>
|
||
</td>
|
||
<td>
|
||
<div>echo_24</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 487</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>3 / 100</div>
|
||
<div class=risk-bar-container>
|
||
<div class=risk-bar-fill style=width:3%;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:58</div>
|
||
<div style=margin-top:4px></div>
|
||
</td>
|
||
<td>
|
||
<div>alex_749</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 786</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>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-R1119></td>
|
||
<td>
|
||
<div style='font-weight:600;font-family:"Consolas",monospace'>20251222-R1119</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>alex_705</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 397</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:#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-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:19</div>
|
||
<div style=margin-top:4px><span class="tag tag-large">Large</span><span class="tag tag-vip">VIP</span></div>
|
||
</td>
|
||
<td>
|
||
<div>candy_791</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 491</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>30 / 100</div>
|
||
<div class=risk-bar-container>
|
||
<div class=risk-bar-fill style=width:30%;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-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:47</div>
|
||
<div style=margin-top:4px></div>
|
||
</td>
|
||
<td>
|
||
<div>helen_203</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 690</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>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-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:55</div>
|
||
<div style=margin-top:4px><span class="tag tag-large">Large</span><span class="tag tag-vip">VIP</span></div>
|
||
</td>
|
||
<td>
|
||
<div>david_745</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 778</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>24 / 100</div>
|
||
<div class=risk-bar-container>
|
||
<div class=risk-bar-fill style=width:24%;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-R1123></td>
|
||
<td>
|
||
<div style='font-weight:600;font-family:"Consolas",monospace'>20251222-R1123</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>alex_839</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 741</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>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-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:10</div>
|
||
<div style=margin-top:4px></div>
|
||
</td>
|
||
<td>
|
||
<div>alex_713</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 445</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>22 / 100</div>
|
||
<div class=risk-bar-container>
|
||
<div class=risk-bar-fill style=width:22%;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-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:05</div>
|
||
<div style=margin-top:4px><span class="tag tag-vip">VIP</span></div>
|
||
</td>
|
||
<td>
|
||
<div>alex_823</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 440</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>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-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:41</div>
|
||
<div style=margin-top:4px><span class="tag tag-risk">Risk</span></div>
|
||
</td>
|
||
<td>
|
||
<div>alex_704</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 385</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>97 / 100</div>
|
||
<div class=risk-bar-container>
|
||
<div class=risk-bar-fill style=width:97%;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-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:16</div>
|
||
<div style=margin-top:4px></div>
|
||
</td>
|
||
<td>
|
||
<div>ivy_568</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 778</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-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:15</div>
|
||
<div style=margin-top:4px></div>
|
||
</td>
|
||
<td>
|
||
<div>echo_289</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 543</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>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-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:30</div>
|
||
<div style=margin-top:4px></div>
|
||
</td>
|
||
<td>
|
||
<div>jack_106</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 775</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>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-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:25</div>
|
||
<div style=margin-top:4px><span class="tag tag-risk">Risk</span></div>
|
||
</td>
|
||
<td>
|
||
<div>alex_781</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 645</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:#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-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:34</div>
|
||
<div style=margin-top:4px><span class="tag tag-risk">Risk</span></div>
|
||
</td>
|
||
<td>
|
||
<div>bill_672</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 360</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:#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-R1137></td>
|
||
<td>
|
||
<div style='font-weight:600;font-family:"Consolas",monospace'>20251222-R1137</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>alex_316</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 528</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>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-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:21</div>
|
||
<div style=margin-top:4px><span class="tag tag-risk">Risk</span></div>
|
||
</td>
|
||
<td>
|
||
<div>helen_500</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)>¥ 4,200</td>
|
||
<td>
|
||
<div style=font-weight:bold;color:#ef4444>89 / 100</div>
|
||
<div class=risk-bar-container>
|
||
<div class=risk-bar-fill style=width:89%;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-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:17</div>
|
||
<div style=margin-top:4px><span class="tag tag-risk">Risk</span><span class="tag tag-vip">VIP</span></div>
|
||
</td>
|
||
<td>
|
||
<div>helen_894</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 577</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:#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-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:00</div>
|
||
<div style=margin-top:4px></div>
|
||
</td>
|
||
<td>
|
||
<div>alex_665</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 327</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>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-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:27</div>
|
||
<div style=margin-top:4px></div>
|
||
</td>
|
||
<td>
|
||
<div>alex_781</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 773</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>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-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:29</div>
|
||
<div style=margin-top:4px></div>
|
||
</td>
|
||
<td>
|
||
<div>david_779</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 755</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:#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-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:48</div>
|
||
<div style=margin-top:4px></div>
|
||
</td>
|
||
<td>
|
||
<div>helen_757</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 459</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>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-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:59</div>
|
||
<div style=margin-top:4px></div>
|
||
</td>
|
||
<td>
|
||
<div>grace_654</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 619</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>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-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:10</div>
|
||
<div style=margin-top:4px></div>
|
||
</td>
|
||
<td>
|
||
<div>echo_206</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 429</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>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-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:06</div>
|
||
<div style=margin-top:4px></div>
|
||
</td>
|
||
<td>
|
||
<div>bill_864</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 481</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:#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-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:33</div>
|
||
<div style=margin-top:4px><span class="tag tag-risk">Risk</span></div>
|
||
</td>
|
||
<td>
|
||
<div>echo_726</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 665</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>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-R1152></td>
|
||
<td>
|
||
<div style='font-weight:600;font-family:"Consolas",monospace'>20251222-R1152</div>
|
||
<div style=font-size:12px;color:var(--text-muted)>2025-12-22 14:37</div>
|
||
<div style=margin-top:4px></div>
|
||
</td>
|
||
<td>
|
||
<div>helen_32</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 688</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>35 / 100</div>
|
||
<div class=risk-bar-container>
|
||
<div class=risk-bar-fill style=width:35%;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:45</div>
|
||
<div style=margin-top:4px></div>
|
||
</td>
|
||
<td>
|
||
<div>david_385</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 678</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>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-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:15</div>
|
||
<div style=margin-top:4px></div>
|
||
</td>
|
||
<td>
|
||
<div>grace_446</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 484</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>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-R1155></td>
|
||
<td>
|
||
<div style='font-weight:600;font-family:"Consolas",monospace'>20251222-R1155</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>ivy_891</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 415</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:#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-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:41</div>
|
||
<div style=margin-top:4px></div>
|
||
</td>
|
||
<td>
|
||
<div>bill_945</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 615</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:#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-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:08</div>
|
||
<div style=margin-top:4px><span class="tag tag-risk">Risk</span></div>
|
||
</td>
|
||
<td>
|
||
<div>alex_664</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 733</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:#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-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:53</div>
|
||
<div style=margin-top:4px></div>
|
||
</td>
|
||
<td>
|
||
<div>grace_183</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 623</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>30 / 100</div>
|
||
<div class=risk-bar-container>
|
||
<div class=risk-bar-fill style=width:30%;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-R1159></td>
|
||
<td>
|
||
<div style='font-weight:600;font-family:"Consolas",monospace'>20251222-R1159</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>grace_922</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 648</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>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-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:55</div>
|
||
<div style=margin-top:4px></div>
|
||
</td>
|
||
<td>
|
||
<div>echo_947</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 760</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>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-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:10</div>
|
||
<div style=margin-top:4px></div>
|
||
</td>
|
||
<td>
|
||
<div>alex_545</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 389</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>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-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:53</div>
|
||
<div style=margin-top:4px></div>
|
||
</td>
|
||
<td>
|
||
<div>jack_92</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 538</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>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-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:34</div>
|
||
<div style=margin-top:4px></div>
|
||
</td>
|
||
<td>
|
||
<div>grace_232</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 352</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>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-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:25</div>
|
||
<div style=margin-top:4px><span class="tag tag-large">Large</span></div>
|
||
</td>
|
||
<td>
|
||
<div>david_345</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)>¥ 29,997</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-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:50</div>
|
||
<div style=margin-top:4px></div>
|
||
</td>
|
||
<td>
|
||
<div>alex_736</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 758</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>0 / 100</div>
|
||
<div class=risk-bar-container>
|
||
<div class=risk-bar-fill style=width:0%;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:57</div>
|
||
<div style=margin-top:4px><span class="tag tag-vip">VIP</span></div>
|
||
</td>
|
||
<td>
|
||
<div>bill_204</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 395</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:#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-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:04</div>
|
||
<div style=margin-top:4px></div>
|
||
</td>
|
||
<td>
|
||
<div>alex_567</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 438</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:#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-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:48</div>
|
||
<div style=margin-top:4px></div>
|
||
</td>
|
||
<td>
|
||
<div>alex_624</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 684</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-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:45</div>
|
||
<div style=margin-top:4px></div>
|
||
</td>
|
||
<td>
|
||
<div>frank_25</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 368</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>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-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:50</div>
|
||
<div style=margin-top:4px></div>
|
||
</td>
|
||
<td>
|
||
<div>david_540</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 578</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>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-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:39</div>
|
||
<div style=margin-top:4px><span class="tag tag-risk">Risk</span></div>
|
||
</td>
|
||
<td>
|
||
<div>david_728</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 698</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:#ef4444>97 / 100</div>
|
||
<div class=risk-bar-container>
|
||
<div class=risk-bar-fill style=width:97%;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-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:14</div>
|
||
<div style=margin-top:4px></div>
|
||
</td>
|
||
<td>
|
||
<div>helen_42</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 730</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>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-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:28</div>
|
||
<div style=margin-top:4px></div>
|
||
</td>
|
||
<td>
|
||
<div>bill_434</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 532</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>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-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:49</div>
|
||
<div style=margin-top:4px></div>
|
||
</td>
|
||
<td>
|
||
<div>candy_90</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 307</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>32 / 100</div>
|
||
<div class=risk-bar-container>
|
||
<div class=risk-bar-fill style=width:32%;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-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:02</div>
|
||
<div style=margin-top:4px><span class="tag tag-risk">Risk</span></div>
|
||
</td>
|
||
<td>
|
||
<div>bill_231</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 785</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:#ef4444>93 / 100</div>
|
||
<div class=risk-bar-container>
|
||
<div class=risk-bar-fill style=width:93%;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-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:12</div>
|
||
<div style=margin-top:4px></div>
|
||
</td>
|
||
<td>
|
||
<div>david_388</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 736</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>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-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:32</div>
|
||
<div style=margin-top:4px></div>
|
||
</td>
|
||
<td>
|
||
<div>frank_209</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 680</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>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-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:29</div>
|
||
<div style=margin-top:4px></div>
|
||
</td>
|
||
<td>
|
||
<div>candy_81</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 492</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>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-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:27</div>
|
||
<div style=margin-top:4px></div>
|
||
</td>
|
||
<td>
|
||
<div>david_225</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 336</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:#f59e0b>65 / 100</div>
|
||
<div class=risk-bar-container>
|
||
<div class=risk-bar-fill style=width:65%;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-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:38</div>
|
||
<div style=margin-top:4px><span class="tag tag-large">Large</span></div>
|
||
</td>
|
||
<td>
|
||
<div>echo_837</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 358</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-R1186></td>
|
||
<td>
|
||
<div style='font-weight:600;font-family:"Consolas",monospace'>20251222-R1186</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>frank_98</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 334</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>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-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:24</div>
|
||
<div style=margin-top:4px></div>
|
||
</td>
|
||
<td>
|
||
<div>david_227</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 628</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>3 / 100</div>
|
||
<div class=risk-bar-container>
|
||
<div class=risk-bar-fill style=width:3%;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-R1188></td>
|
||
<td>
|
||
<div style='font-weight:600;font-family:"Consolas",monospace'>20251222-R1188</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_984</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 738</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>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-R1189></td>
|
||
<td>
|
||
<div style='font-weight:600;font-family:"Consolas",monospace'>20251222-R1189</div>
|
||
<div style=font-size:12px;color:var(--text-muted)>2025-12-22 14:58</div>
|
||
<div style=margin-top:4px><span class="tag tag-vip">VIP</span></div>
|
||
</td>
|
||
<td>
|
||
<div>echo_11</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 392</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>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-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:24</div>
|
||
<div style=margin-top:4px></div>
|
||
</td>
|
||
<td>
|
||
<div>echo_257</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 360</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:#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-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>grace_419</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 366</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>24 / 100</div>
|
||
<div class=risk-bar-container>
|
||
<div class=risk-bar-fill style=width:24%;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-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:10</div>
|
||
<div style=margin-top:4px></div>
|
||
</td>
|
||
<td>
|
||
<div>alex_43</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 432</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>3 / 100</div>
|
||
<div class=risk-bar-container>
|
||
<div class=risk-bar-fill style=width:3%;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-R1194></td>
|
||
<td>
|
||
<div style='font-weight:600;font-family:"Consolas",monospace'>20251222-R1194</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>candy_875</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 429</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>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-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>helen_592</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 571</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>20 / 100</div>
|
||
<div class=risk-bar-container>
|
||
<div class=risk-bar-fill style=width:20%;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:57</div>
|
||
<div style=margin-top:4px><span class="tag tag-large">Large</span></div>
|
||
</td>
|
||
<td>
|
||
<div>candy_234</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 737</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>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-R1198></td>
|
||
<td>
|
||
<div style='font-weight:600;font-family:"Consolas",monospace'>20251222-R1198</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_704</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 312</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:#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-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><span class="tag tag-risk">Risk</span></div>
|
||
</td>
|
||
<td>
|
||
<div>jack_187</div>
|
||
<div style=font-size:11px;color:var(--text-muted)>Credit Score: 731</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:#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>
|
||
</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>169</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>
|