28326
This commit is contained in:
@@ -205,8 +205,11 @@ export default {
|
||||
}, 600)
|
||||
}
|
||||
})
|
||||
.catch(() => {
|
||||
this.$u.toast('新增失败')
|
||||
})
|
||||
} else {
|
||||
this.$u.toast('失败')
|
||||
this.$u.toast('新增失败')
|
||||
}
|
||||
})
|
||||
},
|
||||
|
||||
@@ -261,14 +261,15 @@ export default {
|
||||
background: #000;
|
||||
}
|
||||
.status1 {
|
||||
background: #ff883c;
|
||||
background: #42d784;
|
||||
}
|
||||
.status2 {
|
||||
background: #E4E4E4;
|
||||
}
|
||||
.status3 {
|
||||
background: #1aaaff;
|
||||
}
|
||||
.status2 {
|
||||
background: #42d784;
|
||||
}
|
||||
|
||||
.status4,
|
||||
.status5 {
|
||||
background: #e4e4e4;
|
||||
|
||||
Reference in New Issue
Block a user