This commit is contained in:
changjinpeng
2022-03-18 14:16:19 +08:00
parent 09471d8b1a
commit b5f8ce5c19
2 changed files with 9 additions and 5 deletions

View File

@@ -205,8 +205,11 @@ export default {
}, 600) }, 600)
} }
}) })
.catch(() => {
this.$u.toast('新增失败')
})
} else { } else {
this.$u.toast('失败') this.$u.toast('新增失败')
} }
}) })
}, },

View File

@@ -261,14 +261,15 @@ export default {
background: #000; background: #000;
} }
.status1 { .status1 {
background: #ff883c; background: #42d784;
}
.status2 {
background: #E4E4E4;
} }
.status3 { .status3 {
background: #1aaaff; background: #1aaaff;
} }
.status2 {
background: #42d784;
}
.status4, .status4,
.status5 { .status5 {
background: #e4e4e4; background: #e4e4e4;