|
@@ -256,7 +256,7 @@
|
|
|
effect="dark"
|
|
|
content="升级"
|
|
|
placement="top"
|
|
|
- v-if="scope.row.is_upgrade + '' === '0'"
|
|
|
+ v-if="scope.row.is_upgrade + '' === '0' && isSupertube"
|
|
|
>
|
|
|
<i class="el-icon-top tb-icon" @click="openModal(scope.row)"></i>
|
|
|
</el-tooltip>
|
|
@@ -289,7 +289,7 @@ export default {
|
|
|
},
|
|
|
computed: {
|
|
|
//组件SIZE设置
|
|
|
- ...mapGetters(["tablebtnSize", "searchSize", "size"]),
|
|
|
+ ...mapGetters(["tablebtnSize", "searchSize", "size", "isSupertube"]),
|
|
|
powers() {
|
|
|
const tran =
|
|
|
this.$store.getters.btnList.find((item) => item.menu_route == "supplier") || {};
|