Browse Source

fix:[预填表单]bug

lkf
15881625488@163.com 2 months ago
parent
commit
24e3b0b15a
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      src/views/business/study/comp/ytbdList.vue

+ 3
- 3
src/views/business/study/comp/ytbdList.vue View File

@ -94,13 +94,13 @@
<!-- 负责人审核 -->
<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') }}1</el-button>
$t('page.business.form.audit') }}</el-button>
</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') }}2</el-button>
$t('page.business.form.audit') }}</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')
}}3</el-button>
}}</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')

Loading…
Cancel
Save