feat(client): 授权管理独立一级屏——授权/购买续费/订单管理三 tab(桌面+移动)
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
@@ -31,6 +31,7 @@ import 'status_icon_map.dart';
|
||||
case '已结清':
|
||||
case '已兑换':
|
||||
case '在线':
|
||||
case '已支付':
|
||||
return (t.success, t.successBg);
|
||||
case '已拒绝':
|
||||
case '已驳回':
|
||||
@@ -40,7 +41,10 @@ import 'status_icon_map.dart';
|
||||
case '作废':
|
||||
case '离线':
|
||||
return (t.danger, t.dangerBg);
|
||||
case '待支付':
|
||||
return (t.warn, t.warnBg);
|
||||
case '草稿':
|
||||
case '已关闭':
|
||||
return (t.muted, t.infoSoft);
|
||||
default:
|
||||
return (t.muted, t.borderSubtle);
|
||||
|
||||
Reference in New Issue
Block a user