修改更新字段

This commit is contained in:
WUSIJIAN
2025-12-08 17:41:32 +08:00
parent c078638c48
commit feabfa3111

View File

@@ -74,6 +74,8 @@
<span v-else></span>
</template>
</el-table-column>
<el-table-column prop="createdAt" label="创建时间" show-overflow-tooltip></el-table-column>
<el-table-column prop="updatedAt" label="修改时间" show-overflow-tooltip></el-table-column>
<el-table-column label="操作" width="200">
<template #default="scope">
<el-button size="small" text type="primary" @click="onOpenEditTenant(scope.row)">修改</el-button>