|
|
@ -113,7 +113,7 @@ |
|
|
<dict-tag :options="sys_common_status" :value="scope.row.status" /> |
|
|
<dict-tag :options="sys_common_status" :value="scope.row.status" /> |
|
|
</template> |
|
|
</template> |
|
|
</el-table-column> |
|
|
</el-table-column> |
|
|
<el-table-column label="操作日期" align="center" prop="operTime" width="160" sortable="custom" :sort-orders="['descending', 'ascending']"> |
|
|
<el-table-column label="操作日期" align="center" prop="operTime" width="180" sortable="custom" :sort-orders="['descending', 'ascending']"> |
|
|
<template #default="scope"> |
|
|
<template #default="scope"> |
|
|
<span>{{ parseTime(scope.row.operTime) }}</span> |
|
|
<span>{{ parseTime(scope.row.operTime) }}</span> |
|
|
</template> |
|
|
</template> |
|
|
|