task#15950,信息变更申请按钮加权限
This commit is contained in:
@ -98,7 +98,7 @@
|
|||||||
<div class="scoreTitle">
|
<div class="scoreTitle">
|
||||||
<div>
|
<div>
|
||||||
<span class="title" style="margin-right: 15px">综合打分</span>
|
<span class="title" style="margin-right: 15px">综合打分</span>
|
||||||
<el-button v-if="!isMobile && isZd != 1" size="mini" type="primary" @click="applicateHandle">信息变更申请</el-button>
|
<el-button v-if="!isMobile && isBtn && supplierId" size="mini" type="primary" @click="applicateHandle">信息变更申请</el-button>
|
||||||
</div>
|
</div>
|
||||||
<i class="el-icon-question" @click.prevent="showScoreChart = !showScoreChart"></i>
|
<i class="el-icon-question" @click.prevent="showScoreChart = !showScoreChart"></i>
|
||||||
</div>
|
</div>
|
||||||
@ -336,7 +336,8 @@ export default {
|
|||||||
driverselectOption: [],
|
driverselectOption: [],
|
||||||
leftArr:'<<<',
|
leftArr:'<<<',
|
||||||
showScoreChart:true,
|
showScoreChart:true,
|
||||||
continueMonthKpi:[]
|
continueMonthKpi:[],
|
||||||
|
isBtn:false,//是否有信息变更申请按钮权限
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
created() {
|
created() {
|
||||||
@ -344,6 +345,7 @@ export default {
|
|||||||
const urlParams = new URLSearchParams(window.location.search);
|
const urlParams = new URLSearchParams(window.location.search);
|
||||||
this.isZd = urlParams?.get('isZd') || ''
|
this.isZd = urlParams?.get('isZd') || ''
|
||||||
this.supplierId = urlParams?.get('supplierId') || ''
|
this.supplierId = urlParams?.get('supplierId') || ''
|
||||||
|
this.isBtn= urlParams?.get('isBtn')
|
||||||
},
|
},
|
||||||
async mounted() {
|
async mounted() {
|
||||||
await this.checkMobile();
|
await this.checkMobile();
|
||||||
|
Reference in New Issue
Block a user