@@ -70,7 +70,7 @@
effect="dark"
content="申请导出"
placement="top"
- v-if="powers.some((item) => item == '049')"
+ v-if="powers.some((item) => item == '049')&& scope.row.status !== '1'"
>
<i class="el-icon-thumb tb-icon" @click="setStatus(scope.row.id)"></i>
</el-tooltip>
@@ -53,13 +53,13 @@ export default {
},
data() {
return {
- activeName: "3",
+ activeName: "1",
loading: false,
fileUrl: urlConfig.baseURL,
};
mounted() {
- this.activeName = "3";
+ this.activeName = "1";
methods: {},