|
|
@ -122,7 +122,7 @@ |
|
|
v-hasPermi="['business:nonTrialFormFill:qrfz']">{{ |
|
|
v-hasPermi="['business:nonTrialFormFill:qrfz']">{{ |
|
|
$t('page.business.study.studyFormFill.qrfz') }}</el-button> |
|
|
$t('page.business.study.studyFormFill.qrfz') }}</el-button> |
|
|
<!-- 观察 todo 观察按钮只在系统模板为细胞复苏记录表才展示) --> |
|
|
<!-- 观察 todo 观察按钮只在系统模板为细胞复苏记录表才展示) --> |
|
|
<el-button type="text" v-if="scope.row.bdzt === 1" @click="gc(scope.row)" |
|
|
|
|
|
|
|
|
<el-button type="text" v-if="scope.row.bdzt === 1&& scope.row.showGc == 10" @click="gc(scope.row)" |
|
|
v-hasPermi="['business:nonTrialFormFill:gc']">{{ |
|
|
v-hasPermi="['business:nonTrialFormFill:gc']">{{ |
|
|
$t('page.business.study.studyFormFill.gc') }}</el-button> |
|
|
$t('page.business.study.studyFormFill.gc') }}</el-button> |
|
|
</template> |
|
|
</template> |
|
|
|