BUG 27907
This commit is contained in:
@@ -94,6 +94,8 @@
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
|
import {mapState} from "vuex";
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
name: "loanDetail",
|
name: "loanDetail",
|
||||||
props: {
|
props: {
|
||||||
@@ -102,8 +104,9 @@ export default {
|
|||||||
permissions: Function
|
permissions: Function
|
||||||
},
|
},
|
||||||
computed: {
|
computed: {
|
||||||
|
...mapState(['user']),
|
||||||
isFinanceAdmin() {
|
isFinanceAdmin() {
|
||||||
return !!this.user.financeUser?.userRole == 1
|
return this.user.financeUser?.userRole == 1
|
||||||
},
|
},
|
||||||
isAuthing() {
|
isAuthing() {
|
||||||
return this.detail.status == "0"
|
return this.detail.status == "0"
|
||||||
|
|||||||
Reference in New Issue
Block a user