统一仪表盘最近订单已付无回执提示文案

This commit is contained in:
萝卜
2026-03-18 23:49:19 +08:00
parent 480cff6e74
commit 051a9348ae
2 changed files with 3 additions and 3 deletions

View File

@@ -47,8 +47,8 @@ class AdminDashboardRecentPlatformOrdersNoReceiptHintShouldIncludePaidAmountTool
$res = $this->get('/admin');
$res->assertOk();
// 无回执提示应包含已付金额 tooltip帮助运营快速判断风险金额级别
// 已付无回执提示应包含已付金额 tooltip帮助运营快速判断风险金额级别
$res->assertSee('data-role="recent-order-no-receipt-hint"', false);
$res->assertSee('title="已付 ¥9.00|无回执证据"', false);
$res->assertSee('title="已付 ¥9.00已付无回执证据"', false);
}
}