重构租户管理组件,采用 setup 语法糖并优化代码结构

This commit is contained in:
WUSIJIAN
2025-12-09 10:37:54 +08:00
parent feabfa3111
commit 49c9a2b381
3 changed files with 260 additions and 284 deletions

View File

@@ -58,7 +58,6 @@
<el-table-column prop="updatedAtString" label="修改时间" show-overflow-tooltip>
<template #default="{ row }">
{{ formatTime(row.updatedAt) }}
<!-- 修正应该是updatedAt -->
</template>
</el-table-column>
<el-table-column label="操作" width="220">