|
|
@ -110,7 +110,7 @@ |
|
|
@click="edit(scope.row)" v-hasPermi="['business:drugFormApply:bj']">{{ |
|
|
@click="edit(scope.row)" v-hasPermi="['business:drugFormApply:bj']">{{ |
|
|
$t('form.edit') }}</el-button> |
|
|
$t('form.edit') }}</el-button> |
|
|
<!-- 复核 --> |
|
|
<!-- 复核 --> |
|
|
<el-button type="text" v-if="scope.row.bdzt === 3" @click="fh(scope.row)" |
|
|
|
|
|
|
|
|
<el-button type="text" v-if="scope.row.bdzt === 3&&id != scope.row.userId" @click="fh(scope.row)" |
|
|
v-hasPermi="['business:drugFormApply:fh']">{{ |
|
|
v-hasPermi="['business:drugFormApply:fh']">{{ |
|
|
$t('page.business.study.studyFormApply.fh') }}</el-button> |
|
|
$t('page.business.study.studyFormApply.fh') }}</el-button> |
|
|
<!-- 加签 --> |
|
|
<!-- 加签 --> |
|
|
@ -127,7 +127,7 @@ |
|
|
v-hasPermi="['business:drugFormApply:sy']">{{ |
|
|
v-hasPermi="['business:drugFormApply:sy']">{{ |
|
|
$t('page.business.study.studyFormApply.sy') }}</el-button> |
|
|
$t('page.business.study.studyFormApply.sy') }}</el-button> |
|
|
<!-- 审核 --> |
|
|
<!-- 审核 --> |
|
|
<el-button type="text" v-if="scope.row.bdzt === 5" @click="sh(scope.row)" |
|
|
|
|
|
|
|
|
<el-button type="text" v-if="scope.row.bdzt === 5&&id != scope.row.userId" @click="sh(scope.row)" |
|
|
v-hasPermi="['business:drugFormApply:sh']">{{ |
|
|
v-hasPermi="['business:drugFormApply:sh']">{{ |
|
|
$t('page.business.study.studyFormApply.sh') }}</el-button> |
|
|
$t('page.business.study.studyFormApply.sh') }}</el-button> |
|
|
<!-- 废止 --> |
|
|
<!-- 废止 --> |
|
|
|