IQC去除语言
This commit is contained in:
@@ -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)"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user