|
|
|
@ -94,13 +94,13 @@ |
|
|
|
<template> |
|
|
|
<!-- 有权限审核 --> |
|
|
|
<el-button type="text" @click="audit(scope.row)" v-hasPermi="['business:studyFormPre:sh']" |
|
|
|
v-if="scope.row.bdzt === 3 && isMatchSubject">{{ $t('page.business.form.audit') }}</el-button> |
|
|
|
v-if="scope.row.bdzt === 3 && isMatchSubjectt&&id!=scope.row.userId">{{ $t('page.business.form.audit') }}</el-button> |
|
|
|
</template> |
|
|
|
</template> |
|
|
|
<template v-else> |
|
|
|
<!-- 有权限审核 --> |
|
|
|
<el-button type="text" @click="audit(scope.row)" v-hasPermi="['business:studyFormPre:sh']" |
|
|
|
v-if="scope.row.bdzt === 3 && isMatchSubject">{{ $t('page.business.form.audit') }}</el-button> |
|
|
|
v-if="scope.row.bdzt === 3 && isMatchSubject&&id!=scope.row.userId">{{ $t('page.business.form.audit') }}</el-button> |
|
|
|
</template> |
|
|
|
<template v-if="scope.row.bdzt === 5 && id == scope.row.userId"> |
|
|
|
<el-button type="text" @click="gb(scope.row)">{{ $t('page.business.study.studyFormPre.guanbi') |
|
|
|
|