优化师傅状态展示

This commit is contained in:
TOP糯米 2023-03-26 23:18:10 +08:00
parent 3a8b106f90
commit 35b49332e3
1 changed files with 2 additions and 0 deletions

View File

@ -1,8 +1,10 @@
export default {
workerTypeText(type) {
switch (type) {
case 0: return ['待审核', '#ff0000'];
case 1: return ['普通师傅', '#bfbfbf'];
case 2: return ['入驻师傅', '#d9a019'];
default: return ['未知'];
}
},
}