IQC去除语言

uat_us
熊飞 2024-03-14 17:34:49 +08:00
parent 9fc1628cce
commit f487792d8e
1 changed files with 2 additions and 0 deletions

View File

@ -493,6 +493,7 @@
<el-button <el-button
circle circle
icon="el-icon-s-check" icon="el-icon-s-check"
:disabled="scope.row.CanGeneratedSubejctCount === 0"
:title="$t('trials:selftConsistencyAnalysis:button:select')" :title="$t('trials:selftConsistencyAnalysis:button:select')"
@click="openDoctorConsistentRuleSubjectTable(scope.row, false)" @click="openDoctorConsistentRuleSubjectTable(scope.row, false)"
/> />
@ -500,6 +501,7 @@
<el-button <el-button
circle circle
icon="el-icon-connection" icon="el-icon-connection"
:disabled="scope.row.CanGeneratedSubejctCount === 0"
:title="$t('trials:grouptConsistencyAnalysis:button:RandomCreate')" :title="$t('trials:grouptConsistencyAnalysis:button:RandomCreate')"
@click="openDoctorConsistentRuleSubjectTable(scope.row, true)" @click="openDoctorConsistentRuleSubjectTable(scope.row, true)"
/> />