|
|
@ -49,7 +49,7 @@ |
|
|
<div class="ytbd-content"> |
|
|
<div class="ytbd-content"> |
|
|
<el-row class="add-box"> |
|
|
<el-row class="add-box"> |
|
|
<el-col> |
|
|
<el-col> |
|
|
<el-button type="primary" icon="el-icon-plus" v-if="searchForm.studyStatus != 5" @click="showAdd()" |
|
|
|
|
|
|
|
|
<el-button type="primary" icon="el-icon-plus" v-if="searchForm.studyStatus < 5" @click="showAdd()" |
|
|
v-hasPermi="['business:nonTrialFormPre:xz']">{{ |
|
|
v-hasPermi="['business:nonTrialFormPre:xz']">{{ |
|
|
$t('page.business.study.studyFormPre.xzbd') }}</el-button> |
|
|
$t('page.business.study.studyFormPre.xzbd') }}</el-button> |
|
|
<el-button type="primary" @click="sdsy" v-hasPermi="['business:form:nonTrial:sd']" |
|
|
<el-button type="primary" @click="sdsy" v-hasPermi="['business:form:nonTrial:sd']" |
|
|
@ -86,7 +86,7 @@ |
|
|
<!-- 详情 --> |
|
|
<!-- 详情 --> |
|
|
<el-button type="text" v-hasPermi="['business:nonTrialFormPre:xq']" @click="detail(scope.row)">{{ |
|
|
<el-button type="text" v-hasPermi="['business:nonTrialFormPre:xq']" @click="detail(scope.row)">{{ |
|
|
$t('form.detail') }}</el-button> |
|
|
$t('form.detail') }}</el-button> |
|
|
<template v-if="searchForm.studyStatus != 5"> |
|
|
|
|
|
|
|
|
<template v-if="searchForm.studyStatus < 5"> |
|
|
<!-- 编辑 --> |
|
|
<!-- 编辑 --> |
|
|
<el-button type="text" v-hasPermi="['business:nonTrialFormPre:bj']" @click="edit(scope.row)" |
|
|
<el-button type="text" v-hasPermi="['business:nonTrialFormPre:bj']" @click="edit(scope.row)" |
|
|
v-if="(scope.row.bdzt === 1 || scope.row.bdzt === 7) && id == scope.row.userId">{{ |
|
|
v-if="(scope.row.bdzt === 1 || scope.row.bdzt === 7) && id == scope.row.userId">{{ |
|
|
|