diff --git a/src/views/basic/pharmacy/components/pharmacyDoctorDrawer.vue b/src/views/basic/pharmacy/components/pharmacyDoctorDrawer.vue index 090cf91..4a33dc7 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: 150, align: 'center', fixed: 'right' }, + { title: '操作', slotName: 'action', width: 180, align: 'center', fixed: 'right' }, ]; // 获取药房绑定的医生列表数据 diff --git a/src/views/basic/pharmacy/index.vue b/src/views/basic/pharmacy/index.vue index cd48146..b39c344 100644 --- a/src/views/basic/pharmacy/index.vue +++ b/src/views/basic/pharmacy/index.vue @@ -320,7 +320,7 @@ const columns = [ { title: '地址', slotName: 'full_address', minWidth: 240 }, { title: '状态', slotName: 'status', width: 100, align: 'center' }, { title: '创建时间', dataIndex: 'created_at', width: 180 }, - { title: '操作', slotName: 'action', width: 330, fixed: 'right', align: 'center' }, + { title: '操作', slotName: 'action', width: 350, fixed: 'right', align: 'center' }, ]; // 获取区域信息