This commit is contained in:
闫晓茹 2022-11-15 16:38:39 +08:00
parent 6ba0ae4882
commit 772fe170e9

View File

@ -178,14 +178,14 @@
v-hasPermi="['system:appointmentOrder:confirmCancel']" v-hasPermi="['system:appointmentOrder:confirmCancel']"
>取消预约</el-button >取消预约</el-button
> >
<el-button <!-- <el-button
size="mini" size="mini"
type="text" type="text"
icon="el-icon-delete" icon="el-icon-delete"
@click="handleDelete(scope.row)" @click="handleDelete(scope.row)"
v-hasPermi="['system:nurseType:remove']" v-hasPermi="['system:nurseType:remove']"
>删除</el-button >删除</el-button
> > -->
</template> </template>
</el-table-column> </el-table-column>
</el-table> </el-table>