diff --git a/src/views/basic/pharmacy/components/pharmacyDoctorDrawer.vue b/src/views/basic/pharmacy/components/pharmacyDoctorDrawer.vue index 8fe1895..090cf91 100644 --- a/src/views/basic/pharmacy/components/pharmacyDoctorDrawer.vue +++ b/src/views/basic/pharmacy/components/pharmacyDoctorDrawer.vue @@ -220,7 +220,7 @@ const columns = [ { title: '执业机构与科室', slotName: 'hospital', minWidth: 180 }, { title: '默认状态', slotName: 'is_default', width: 110, align: 'center' }, { title: '绑定时间', dataIndex: 'bind_time', width: 170 }, - { title: '操作', slotName: 'action', width: 130, align: 'center', fixed: 'right' }, + { title: '操作', slotName: 'action', width: 150, align: 'center', fixed: 'right' }, ]; // 获取药房绑定的医生列表数据