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