From 59c9a299b4c8be1b2fa666ef08043402d6dcc7fc Mon Sep 17 00:00:00 2001 From: zoujiandong <10130823232@qq.com> Date: Mon, 7 Sep 2026 16:48:42 +0800 Subject: [PATCH] 4 --- src/views/basic/pharmacy/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/basic/pharmacy/index.vue b/src/views/basic/pharmacy/index.vue index b39c344..f1a1c7f 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: 350, fixed: 'right', align: 'center' }, + { title: '操作', slotName: 'action', width: 380, fixed: 'right', align: 'center' }, ]; // 获取区域信息