重构租户管理组件,采用 setup 语法糖并优化代码结构
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user