This commit is contained in:
zoujiandong
2026-09-07 11:15:00 +08:00
parent 5231542d73
commit 8df1529011
+2 -2
View File
@@ -192,7 +192,7 @@
<!-- 操作列 -->
<template #action="{ record }">
<a-space>
<a-space :size="0">
<a-button type="text" size="small" @click="handleDetail(record)">
<template #icon><icon-eye /></template>
详情
@@ -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: 190, fixed: 'right', align: 'center' },
{ title: '操作', slotName: 'action', width: 220, fixed: 'right', align: 'center' },
];
// 获取区域信息