|
@@ -196,7 +196,7 @@
|
|
|
v-if="
|
|
|
powers.some((i) => i == '010') &&
|
|
|
String(scope.row.is_project) === '0' &&
|
|
|
- !String(scope.row.status) === '0' &&
|
|
|
+ String(scope.row.status) !== '0' &&
|
|
|
!isSupertube
|
|
|
"
|
|
|
>
|
|
@@ -247,6 +247,7 @@ export default {
|
|
|
const { btnList } = this.$store.getters;
|
|
|
const tran = btnList.find((i) => i.menu_route == "zixunOrder") || {};
|
|
|
const { action } = tran ?? {};
|
|
|
+ console.log(action)
|
|
|
return action ?? [];
|
|
|
},
|
|
|
},
|