|
|
@@ -23,6 +23,12 @@
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
|
|
|
+ <el-table-column label="上传时间">
|
|
|
+ <template #default="scope">
|
|
|
+ <span>{{scope.row.uploadTime}}</span>
|
|
|
+ </template>
|
|
|
+ </el-table-column>
|
|
|
+
|
|
|
<el-table-column width="300" label="操作">
|
|
|
<template #default="scope">
|
|
|
<div style="display:flex; width: 100%;">
|