代码更新

This commit is contained in:
ldj_willow
2022-10-12 17:07:25 +08:00
parent 6f2a40a799
commit 685582f3b8
6 changed files with 53 additions and 37 deletions

View File

@@ -27,7 +27,7 @@
<el-tag :type="scope.row.isSuccess ? 'success' : 'danger'">{{ scope.row.isSuccess ? '成功' : '失败' }}</el-tag>
</template>
</el-table-column>
<el-table-column show-overflow-tooltip prop="createTime" label="创建日期">
<el-table-column min-width="100" show-overflow-tooltip prop="createTime" label="创建日期">
<template slot-scope="scope">
<span>{{ parseTime(scope.row.createTime) }}</span>
</template>