Commit 5ee8e720 authored by zhengke's avatar zhengke

优化

parent 1b9d2737
...@@ -60,7 +60,7 @@ ...@@ -60,7 +60,7 @@
{{ formatDateTimeToRead(scope.row.UpdateTime&&scope.row.UpdateTime!=''?scope.row.UpdateTime:scope.row.CreateTime) }} {{ formatDateTimeToRead(scope.row.UpdateTime&&scope.row.UpdateTime!=''?scope.row.UpdateTime:scope.row.CreateTime) }}
</template> </template>
</el-table-column> </el-table-column>
<el-table-column label="分享人" prop="CreateName" width="100" /> <el-table-column label="创建人" prop="CreateName" width="100" />
<el-table-column label="操作" width="120"> <el-table-column label="操作" width="120">
<template #default="scope"> <template #default="scope">
<div class="row items-center" :class="{'hover':showItemId!=scope.row.FileId}"> <div class="row items-center" :class="{'hover':showItemId!=scope.row.FileId}">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment