@@ -53,7 +53,7 @@
diff --git a/ruoyi-vip/src/main/resources/templates/vip/vipUserCertificate/vipUserCertificate.html b/ruoyi-vip/src/main/resources/templates/vip/vipUserCertificate/vipUserCertificate.html
index 818171593..520a0d138 100644
--- a/ruoyi-vip/src/main/resources/templates/vip/vipUserCertificate/vipUserCertificate.html
+++ b/ruoyi-vip/src/main/resources/templates/vip/vipUserCertificate/vipUserCertificate.html
@@ -80,8 +80,8 @@
visible: false
},
{
- field : 'vipUserId',
- title : '会员代码',
+ field : 'user.userName',
+ title : '会员名称',
sortable: true
},
{
@@ -89,11 +89,6 @@
title : '证书名称',
sortable: true
},
- {
- field : 'image',
- title : '证书照片',
- sortable: true
- },
{
field : 'startDate',
title : '生效日期',
@@ -114,26 +109,6 @@
title : '创建时间',
sortable: true
},
- {
- field : 'updateBy',
- title : '更新者',
- sortable: true
- },
- {
- field : 'updateDate',
- title : '更新时间',
- sortable: true
- },
- {
- field : 'remarks',
- title : '备注信息',
- sortable: true
- },
- {
- field : 'delFlag',
- title : '删除标记',
- sortable: true
- },
{
title: '操作',
align: 'center',
diff --git a/ruoyi-vip/src/main/resources/templates/vip/vipUserCourseSection/add.html b/ruoyi-vip/src/main/resources/templates/vip/vipUserCourseSection/add.html
index fe5ef8431..3227db1d7 100644
--- a/ruoyi-vip/src/main/resources/templates/vip/vipUserCourseSection/add.html
+++ b/ruoyi-vip/src/main/resources/templates/vip/vipUserCourseSection/add.html
@@ -32,7 +32,7 @@
diff --git a/ruoyi-vip/src/main/resources/templates/vip/vipUserCourseSection/edit.html b/ruoyi-vip/src/main/resources/templates/vip/vipUserCourseSection/edit.html
index 1b82c0301..f9d22add9 100644
--- a/ruoyi-vip/src/main/resources/templates/vip/vipUserCourseSection/edit.html
+++ b/ruoyi-vip/src/main/resources/templates/vip/vipUserCourseSection/edit.html
@@ -33,7 +33,7 @@