diff --git a/src/views/basic/pharmacy/index.vue b/src/views/basic/pharmacy/index.vue index 4e9cc33..7afbd6e 100644 --- a/src/views/basic/pharmacy/index.vue +++ b/src/views/basic/pharmacy/index.vue @@ -278,7 +278,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: 250, fixed: 'right', align: 'center' }, + { title: '操作', slotName: 'action', width: 260, fixed: 'right', align: 'center' }, ]; // 获取区域信息