Merge branch 'main' into 'stg'
修改首页待办bug See merge request cloud-mediate/mediate-manage-web!127
This commit is contained in:
commit
0d55aca4e7
@ -132,7 +132,7 @@
|
||||
</span>
|
||||
</div>
|
||||
<div class="flex-row justify-content-end mb-8">
|
||||
<el-button size="mini" type="primary" @click="handleCaseAllocation(item)">案件分配</el-button>
|
||||
<el-button size="mini" type="primary" v-if="CreateuserId == item.createBy" @click="handleCaseAllocation(item)">案件分配</el-button>
|
||||
<!-- <el-button size="mini" @click="handleEdit(scope)">预设还款方案</el-button> -->
|
||||
</div>
|
||||
</div>
|
||||
@ -245,6 +245,7 @@
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
CreateuserId:'',
|
||||
userInfo:{},
|
||||
eventTraDialog:null,//事项追踪
|
||||
casePkOptions:[],//案件包
|
||||
@ -331,7 +332,7 @@
|
||||
mounted(){
|
||||
if(JSON.parse(sessionStorage.getItem('userInfo'))){
|
||||
this.userInfo = JSON.parse(sessionStorage.getItem('userInfo'))
|
||||
|
||||
this.CreateuserId = this.userInfo.id
|
||||
// 判断当前登录人角色,如果是普通调解员,则默认展示区域且不可选择
|
||||
let identifier = this.$store.state.userinfo
|
||||
console.log(identifier,'identifier')
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user