项目学员管理增加修改备注

This commit is contained in:
zhangsir
2024-04-25 15:54:36 +08:00
parent 37bed1e7b8
commit cbcfeea16f
2 changed files with 173 additions and 1 deletions

View File

@@ -540,7 +540,7 @@ const tablecolumns = ref([
title: "操作",
dataIndex: "operation",
key: "operation",
width: 210,
width: 260,
align: "center",
slots: { customRender: "action" },
},