1
continuous-integration/drone/push Build is passing Details

main
wangxiaoshuang 2024-11-28 13:52:12 +08:00
parent 6c8014ac75
commit 15309e77ba
1 changed files with 2 additions and 2 deletions

View File

@ -256,13 +256,13 @@
:title="$t('trials:inspection:button:addTrials')" :title="$t('trials:inspection:button:addTrials')"
@click.stop="handleOpenDialog(scope.row, 'add')" @click.stop="handleOpenDialog(scope.row, 'add')"
/> />
<el-button <!-- <el-button
circle circle
icon="el-icon-delete" icon="el-icon-delete"
v-hasPermi="['trials:trialsInspection:delPatient']" v-hasPermi="['trials:trialsInspection:delPatient']"
:title="$t('trials:inspection:button:delete')" :title="$t('trials:inspection:button:delete')"
@click.stop="deletePatientStudyAllData(scope.row)" @click.stop="deletePatientStudyAllData(scope.row)"
/> /> -->
</template> </template>
</el-table-column> </el-table-column>
</el-table> </el-table>