IQC去除语言
parent
9fc1628cce
commit
f487792d8e
|
@ -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)"
|
||||||
/>
|
/>
|
||||||
|
|
Loading…
Reference in New Issue