修改课程编号

This commit is contained in:
BOE\10867418
2023-04-18 14:12:10 +08:00
parent 8350520b0a
commit ca5cf6b4b5

View File

@@ -208,9 +208,9 @@ export default {
const columns = ref([
{
title: "编号",
dataIndex: "id",
dataIndex: "num",
ellipsis: true,
key: "id",
key: "num",
align: "center",
width: 80,
},