|
@@ -30,18 +30,18 @@
|
|
|
<el-table-column prop="remark" label="描述" width="160"/>
|
|
|
<el-table-column prop="creator" label="创建人" width="160"/>
|
|
|
<el-table-column prop="createtime" label="创建时间">
|
|
|
- <template #default="scope">
|
|
|
+ <!-- <template #default="scope">
|
|
|
{{ formatDate(scope.row.createtime) }}
|
|
|
- </template>
|
|
|
+ </template> -->
|
|
|
</el-table-column>
|
|
|
<el-table-column prop="updatetime" label="更新时间">
|
|
|
- <template #default="scope">
|
|
|
+ <!-- <template #default="scope">
|
|
|
{{ formatDate(scope.row.updatetime) }}
|
|
|
- </template>
|
|
|
+ </template> -->
|
|
|
</el-table-column>
|
|
|
<el-table-column label="操作" align="center" width="160" class-name="small-padding fixed-width">
|
|
|
<template #default="scope">
|
|
|
- <el-button size="small" type="text" icon="el-icon-delete" @click.stop="confirmDelete(scope.$index, scope.row)">删除</el-button>
|
|
|
+ <el-button size="small" text icon="el-icon-delete" @click.stop="confirmDelete(scope.$index, scope.row)">删除</el-button>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
</el-table>
|
|
@@ -49,8 +49,8 @@
|
|
|
<el-pagination
|
|
|
v-model:current-page="gd.currentPage4"
|
|
|
v-model:page-size="gd.pageSize4"
|
|
|
- small
|
|
|
background
|
|
|
+ size="small"
|
|
|
layout="prev, slot, pager, next"
|
|
|
:total="parseInt(gd.total)"
|
|
|
class="mt-4"
|