Commit 8c7aaf41 authored by Qingyu Deng's avatar Qingyu Deng

feat: remove pending tab when user is no authorization to proceed

parent 6d308688
......@@ -8,6 +8,7 @@
v-model="searchProps.withdraw_apply_status"
>
<el-tab-pane
v-if="isAllowedToAudit"
label="待审核"
name="0"
@tab-click="handleTabChange"
......@@ -463,6 +464,11 @@ export default {
}
},
},
computed: {
isAllowedToAudit() {
return false;
},
},
};
</script>
<style lang="less" src="./index.less" scope></style>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment