mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-05-04 01:50:17 +08:00
修改订单状态提示颜色
This commit is contained in:
@@ -272,13 +272,13 @@ export default {
|
||||
color(e) {
|
||||
let arr = [
|
||||
"",
|
||||
"success",
|
||||
"primary",
|
||||
"info",
|
||||
"warning",
|
||||
"danger",
|
||||
"warning",
|
||||
"success",
|
||||
"success",
|
||||
"warning",
|
||||
];
|
||||
return e ? arr[e] : arr[0];
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user