file upload and export

This commit is contained in:
cxc
2022-07-28 11:18:53 +08:00
parent 6f4a650962
commit 5983e1e31b
11 changed files with 282 additions and 119 deletions

View File

@ -69,7 +69,7 @@
{{ siteList.find((el) => el.id === row.tenantId)?.name || "无" }}
</template>
</el-table-column>
<el-table-column prop="updated_at" label="更新时间" align="center">
<el-table-column label="更新时间" align="center">
<template #default="{ row }">
<span>{{ row.updateTime }}</span>
</template>