1
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
6c8014ac75
commit
15309e77ba
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue