mirror of
https://gitee.com/lab1024/smart-admin.git
synced 2025-11-12 21:53:48 +08:00
smart-admin-h5
This commit is contained in:
@@ -36,7 +36,7 @@ Vue.use(JsonViewer);
|
||||
Vue.use(vClickOutside);
|
||||
|
||||
|
||||
Number.prototype.toFixed = function (length) {
|
||||
Number.prototype.toFixed = function (length) {·
|
||||
let x = new Decimal(this);
|
||||
return x.toFixed(length);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user