BUG 27917
This commit is contained in:
		| @@ -3,7 +3,7 @@ | ||||
|     <ai-detail> | ||||
|       <ai-title slot="title" title="贷款审核详情" isShowBottomBorder isShowBack @onBackClick="$router.push({query:{}})"> | ||||
|         <template #rightBtn> | ||||
|           <el-button v-if="isAuthing&&isFinanceUser" type="primary" @click="dialog=true">审核</el-button> | ||||
|           <el-button v-if="isAuthing&&isFinanceAdmin" type="primary" @click="dialog=true">审核</el-button> | ||||
|         </template> | ||||
|       </ai-title> | ||||
|       <template #content> | ||||
| @@ -102,8 +102,8 @@ export default { | ||||
|     permissions: Function | ||||
|   }, | ||||
|   computed: { | ||||
|     isFinanceUser() { | ||||
|       return !!this.user.financeUser?.id | ||||
|     isFinanceAdmin() { | ||||
|       return !!this.user.financeUser?.userRole == 1 | ||||
|     }, | ||||
|     isAuthing() { | ||||
|       return this.detail.status == "0" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user