rev:飞书相关修改

This commit is contained in:
2024-03-07 09:14:11 +08:00
parent edfb48330a
commit 1c795ec3fb
5 changed files with 200 additions and 1 deletions

View File

@@ -99,6 +99,11 @@
<span>{{ parseTime(scope.row.createTime) }}</span>
</template>
</el-table-column>
<el-table-column prop="updateTime" label="修改日期">
<template slot-scope="scope">
<span>{{ parseTime(scope.row.updateTime) }}</span>
</template>
</el-table-column>
</el-table>
<!--分页组件-->
<pagination />