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