|
|
|
@ -89,18 +89,18 @@ |
|
|
|
<el-button type="text" v-hasPermi="['business:studyFormPre:bj']" @click="edit(scope.row)" |
|
|
|
v-if="(scope.row.bdzt === 1 || scope.row.bdzt === 7) && id == scope.row.userId">{{ |
|
|
|
$t('form.edit') }}</el-button> |
|
|
|
<template v-if="scope.row.fzrsh == 10"> |
|
|
|
<template v-if="scope.row.fzrsh == '是'"> |
|
|
|
<template v-if="scope.row.fzrshzt == 5"> |
|
|
|
<!-- 负责人审核 --> |
|
|
|
<el-button type="text" @click="audit(scope.row)" v-hasPermi="['business:studyFormPre:sh']" |
|
|
|
v-if="scope.row.bdzt === 3 && id == leader">{{ |
|
|
|
$t('page.business.form.audit') }}</el-button> |
|
|
|
$t('page.business.form.audit') }}1</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 && (id != scope.row.userId||id<=103)">{{ |
|
|
|
$t('page.business.form.audit') }}</el-button> |
|
|
|
$t('page.business.form.audit') }}2</el-button> |
|
|
|
</template> |
|
|
|
</template> |
|
|
|
<template v-else> |
|
|
|
@ -108,7 +108,7 @@ |
|
|
|
<el-button type="text" @click="audit(scope.row)" v-hasPermi="['business:studyFormPre:sh']" |
|
|
|
v-if="scope.row.bdzt === 3 && isMatchSubject && (id != scope.row.userId||id<=103)">{{ |
|
|
|
$t('page.business.form.audit') |
|
|
|
}}</el-button> |
|
|
|
}}3</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') |
|
|
|
|