Commit f85e468e authored by 黄奎's avatar 黄奎

页面修改

parent 6add2980
......@@ -76,8 +76,8 @@
</template>
<template v-slot:body-cell-optioned="props">
<q-td :props="props">
<q-btn flat size="xs" v-if="IsEditEduReceipAudit" icon="edit" color="accent" style="font-weight:400" label="修改"
@click="getCurrentAuditMan(props.row)" />
<q-btn flat size="xs" v-if="IsEditEduReceipAudit &&(props.row.VerifyStatus==0||props.row.VerifyStatus==1)"
icon="edit" color="accent" style="font-weight:400" label="修改" @click="getCurrentAuditMan(props.row)" />
<q-popup-proxy v-if="isShowEdit">
<q-banner>
<div class="billDialog">
......@@ -234,7 +234,7 @@
AuditList: [], //角色数组
EmployeeList: [],
AllemployeeList: [],
IsEditEduReceipAudit:false,//是否有修改审核人权限
IsEditEduReceipAudit: false, //是否有修改审核人权限
}
},
created() {
......
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