|
@@ -36,7 +36,7 @@
|
|
<el-button @click="batchApprove(true)" style="margin-left:10px;" :disabled="multipleSelection.length==0">批量通过</el-button>
|
|
<el-button @click="batchApprove(true)" style="margin-left:10px;" :disabled="multipleSelection.length==0">批量通过</el-button>
|
|
<el-button @click="batchApprove(false)" :disabled="multipleSelection.length==0">批量驳回</el-button>
|
|
<el-button @click="batchApprove(false)" :disabled="multipleSelection.length==0">批量驳回</el-button>
|
|
</el-form-item>
|
|
</el-form-item>
|
|
- <el-form-item style="margin-left:20px;" v-if="user.role==1||user.role==2">
|
|
|
|
|
|
+ <el-form-item style="margin-left:20px;" v-if="permissions.importAudit">
|
|
<el-link type="primary" @click="recordList(),recordDialogVisible = true,pageIndexList = 1,pageSizeList = 20">审核记录</el-link>
|
|
<el-link type="primary" @click="recordList(),recordDialogVisible = true,pageIndexList = 1,pageSizeList = 20">审核记录</el-link>
|
|
</el-form-item>
|
|
</el-form-item>
|
|
|
|
|
|
@@ -210,7 +210,7 @@
|
|
denyReasonDialog:false,
|
|
denyReasonDialog:false,
|
|
isAllSelect:false,
|
|
isAllSelect:false,
|
|
user: JSON.parse(sessionStorage.getItem("user")),
|
|
user: JSON.parse(sessionStorage.getItem("user")),
|
|
-
|
|
|
|
|
|
+ permissions: JSON.parse(sessionStorage.getItem("permissions")),
|
|
search: {
|
|
search: {
|
|
projectId:null,
|
|
projectId:null,
|
|
// date: null,
|
|
// date: null,
|