feat:合并

This commit is contained in:
lixg
2023-02-28 16:19:45 +08:00
4 changed files with 12 additions and 19 deletions

View File

@@ -93,7 +93,6 @@ import { reactive, toRefs } from "vue";
import * as api from "@/api/index1";
import OrgClass from "@/components/project/OrgClass";
import { message } from "ant-design-vue";
import { toDate } from "@/api/method";
import dayjs from "dayjs";
export default {
name: "TableCertificateStudent",
@@ -160,17 +159,7 @@ export default {
key: "createTime",
width: 60,
align: "center",
className: "h",
customRender: (record) => {
// console.log(text.record.checked1);
return (
<div>
{record.record.createTime
? toDate(record.record.createTime / 1000, "Y-M-D h:m")
: "-"}
</div>
);
},
className: "h"
},
{
title: "操作",