课程编码

dev_2307
Gitea 1 year ago
parent c21650bacb
commit 6d6dc1ab47
  1. 13
      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',

Loading…
Cancel
Save