Browse Source

fix:[非实验表单]废止

luojie
15881625488@163.com 3 weeks ago
parent
commit
bd9b7f6461
4 changed files with 4 additions and 4 deletions
  1. +1
    -1
      src/views/business/form/drug/comp/sqbdList.vue
  2. +1
    -1
      src/views/business/form/drug/comp/tbbdList.vue
  3. +1
    -1
      src/views/business/form/nonTrial/comp/tbbdList.vue
  4. +1
    -1
      src/views/business/study/comp/tbbdList.vue

+ 1
- 1
src/views/business/form/drug/comp/sqbdList.vue View File

@ -174,7 +174,7 @@
$t('page.business.study.studyFormApply.sh') }}</el-button>
<!-- 废止 -->
<el-button type="text" v-if="scope.row.bdzt === 1 && id == scope.row.userId" @click="fz(scope.row)"
v-hasPermi="['business:drugFormApply:fz']">{{
>{{
$t('page.business.study.studyFormApply.fz') }}</el-button>
<!-- 确认废止 -->
<el-button type="text" v-if="scope.row.bdzt === 9 && checkRole(['bz'])" @click="qrfz(scope.row)"

+ 1
- 1
src/views/business/form/drug/comp/tbbdList.vue View File

@ -117,7 +117,7 @@
$t('page.business.study.studyFormFill.sy') }}</el-button>
<!-- 废止 -->
<el-button type="text" v-if="scope.row.bdzt === 1 && id == scope.row.userId" @click="fz(scope.row)"
v-hasPermi="['business:drugFormFill:fz']">{{
>{{
$t('page.business.study.studyFormFill.fz') }}</el-button>
<!-- 确认废止 -->
<el-button type="text" v-if="scope.row.bdzt === 9 && checkRole(['bz'])" @click="qrfz(scope.row)"

+ 1
- 1
src/views/business/form/nonTrial/comp/tbbdList.vue View File

@ -115,7 +115,7 @@
$t('page.business.study.studyFormFill.sy') }}</el-button>
<!-- 废止 -->
<el-button type="text" v-if="scope.row.bdzt === 1 && id == scope.row.userId" @click="fz(scope.row)"
v-hasPermi="['business:nonTrialFormFill:fz']">{{
>{{
$t('page.business.study.studyFormFill.fz') }}</el-button>
<!-- 确认废止 -->
<el-button type="text" v-if="scope.row.bdzt === 9 && checkRole(['bz'])" @click="qrfz(scope.row)"

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

@ -120,7 +120,7 @@
$t('page.business.study.studyFormFill.sy') }}</el-button>
<!-- 废止 -->
<el-button type="text" v-if="scope.row.bdzt === 1 && id == scope.row.userId&&((scope.row.blxjshzt != 3 && scope.row.showBlxjsh == 10)||scope.row.showBlxjsh==1)" @click="fz(scope.row)"
v-hasPermi="['business:studyFormFill:fz']">{{
>{{
$t('page.business.study.studyFormFill.fz') }}</el-button>
<!-- 确认废止 -->
<el-button type="text" v-if="scope.row.bdzt === 9 && id == leader" @click="qrfz(scope.row)"

Loading…
Cancel
Save