修复:后台编辑用户时弹窗里的数据为空(移除了不小心造成的 td x-data 孤立作用域)

This commit is contained in:
2026-02-27 16:44:11 +08:00
parent 39d03d30a8
commit 2c5d4cedea
+1 -1
View File
@@ -106,7 +106,7 @@
</td>
<td class="p-4 text-sm font-mono text-gray-500">{{ $user->created_at->format('Y/m/d H:i') }}
</td>
<td class="p-4 text-right space-x-2 relative" x-data>
<td class="p-4 text-right space-x-2 relative">
<button
@click="editingUser = {
id: {{ $user->id }},