From 6d6dc1ab47be432e6fe1600397674ee42cc41abf Mon Sep 17 00:00:00 2001 From: Gitea Date: Fri, 15 Sep 2023 08:59:38 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AF=BE=E7=A8=8B=E7=BC=96=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/py/modules/PyBasicCourseForm.vue | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/ant-design-vue-jeecg/src/views/py/modules/PyBasicCourseForm.vue b/ant-design-vue-jeecg/src/views/py/modules/PyBasicCourseForm.vue index be66f35..dfd7887 100644 --- a/ant-design-vue-jeecg/src/views/py/modules/PyBasicCourseForm.vue +++ b/ant-design-vue-jeecg/src/views/py/modules/PyBasicCourseForm.vue @@ -127,6 +127,19 @@ export default { }, dataIndex: 'name', }, + { + title: '课程编码', + align: 'center', + customCell: () => { + return { + style: { + 'max-width': '80px', + 'white-space': 'normal', + }, + } + }, + dataIndex: 'code', + }, { title: '课程类别', align: 'center',