feat:重构请求模块-大更新

This commit is contained in:
橙子
2023-12-11 22:14:13 +08:00
committed by Xwen
parent 27a2849619
commit 30de46b840
34 changed files with 1249 additions and 284 deletions

View File

@@ -92,11 +92,11 @@
<el-table-column
label="创建时间"
align="center"
prop="createTime"
prop="creationTime"
width="180"
>
<template #default="scope">
<span>{{ parseTime(scope.row.createTime) }}</span>
<span>{{ parseTime(scope.row.creationTime) }}</span>
</template>
</el-table-column> -->
<el-table-column label="操作" align="center" class-name="small-padding fixed-width">