|
|
@@ -230,7 +230,7 @@
|
|
|
<div class="app__f_r app__al_c">
|
|
|
<p class="app_f_g_1">企业接单权限</p>
|
|
|
<span>
|
|
|
- 无
|
|
|
+ 有
|
|
|
</span>
|
|
|
</div>
|
|
|
</div>
|
|
|
@@ -373,11 +373,9 @@ export default {
|
|
|
if (this.active === 0) {
|
|
|
return "yellow";
|
|
|
} else if (this.active === 1) {
|
|
|
- if (this.current === 0) {
|
|
|
- return "blue";
|
|
|
- } else if (this.current === 1) {
|
|
|
- return "green";
|
|
|
- }
|
|
|
+ return "blue";
|
|
|
+ }else if (this.active === 2) {
|
|
|
+ return "green";
|
|
|
}
|
|
|
},
|
|
|
},
|