|
|
@ -96,13 +96,13 @@ |
|
|
<template v-else> |
|
|
<template v-else> |
|
|
<!-- 有权限审核 --> |
|
|
<!-- 有权限审核 --> |
|
|
<el-button type="text" @click="audit(scope.row)" v-hasPermi="['business:drugFormPre:sh']" |
|
|
<el-button type="text" @click="audit(scope.row)" v-hasPermi="['business:drugFormPre:sh']" |
|
|
v-if="scope.row.bdzt === 3&&(id!=scope.row.userId||id<=103)">{{ $t('page.business.form.audit') }}</el-button> |
|
|
|
|
|
|
|
|
v-if="scope.row.bdzt === 3&&(id!=scope.row.userId||id<=103 || id==118 || id==119 || id==120)">{{ $t('page.business.form.audit') }}</el-button> |
|
|
</template> |
|
|
</template> |
|
|
</template> |
|
|
</template> |
|
|
<template v-else> |
|
|
<template v-else> |
|
|
<!-- 有权限审核 --> |
|
|
<!-- 有权限审核 --> |
|
|
<el-button type="text" @click="audit(scope.row)" v-hasPermi="['business:drugFormPre:sh']" |
|
|
<el-button type="text" @click="audit(scope.row)" v-hasPermi="['business:drugFormPre:sh']" |
|
|
v-if="scope.row.bdzt === 3&&(id!=scope.row.userId||id<=103)">{{ $t('page.business.form.audit') }}</el-button> |
|
|
|
|
|
|
|
|
v-if="scope.row.bdzt === 3&&(id!=scope.row.userId||id<=103 || id==118 || id==119 || id==120)">{{ $t('page.business.form.audit') }}</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> |
|
|
<el-button type="text" @click="gb(scope.row)">{{ $t('page.business.study.studyFormPre.guanbi') }}</el-button> |
|
|
|