IQC去除语言
parent
9fc1628cce
commit
f487792d8e
|
@ -493,6 +493,7 @@
|
|||
<el-button
|
||||
circle
|
||||
icon="el-icon-s-check"
|
||||
:disabled="scope.row.CanGeneratedSubejctCount === 0"
|
||||
:title="$t('trials:selftConsistencyAnalysis:button:select')"
|
||||
@click="openDoctorConsistentRuleSubjectTable(scope.row, false)"
|
||||
/>
|
||||
|
@ -500,6 +501,7 @@
|
|||
<el-button
|
||||
circle
|
||||
icon="el-icon-connection"
|
||||
:disabled="scope.row.CanGeneratedSubejctCount === 0"
|
||||
:title="$t('trials:grouptConsistencyAnalysis:button:RandomCreate')"
|
||||
@click="openDoctorConsistentRuleSubjectTable(scope.row, true)"
|
||||
/>
|
||||
|
|
Loading…
Reference in New Issue