Browse Source

fix:[试验管理]表单优化

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

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

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

Loading…
Cancel
Save