Files
waf-platform/EdgeAdmin/web/views/@default/plans/plan/index.js
2026-02-04 20:27:13 +08:00

4 lines
188 B
JavaScript

Tea.context(function () {
this.plan.dailyRequestsFormat = teaweb.formatNumber(this.plan.dailyRequests)
this.plan.monthlyRequestsFormat = teaweb.formatNumber(this.plan.monthlyRequests)
})