优化师傅状态展示
This commit is contained in:
parent
3a8b106f90
commit
35b49332e3
|
@ -1,8 +1,10 @@
|
|||
export default {
|
||||
workerTypeText(type) {
|
||||
switch (type) {
|
||||
case 0: return ['待审核', '#ff0000'];
|
||||
case 1: return ['普通师傅', '#bfbfbf'];
|
||||
case 2: return ['入驻师傅', '#d9a019'];
|
||||
default: return ['未知'];
|
||||
}
|
||||
},
|
||||
}
|
Loading…
Reference in New Issue