diff --git a/client/dist/index.html b/client/dist/index.html index ef5955a..bddc307 100644 --- a/client/dist/index.html +++ b/client/dist/index.html @@ -1 +1 @@ -vue Admin Template
\ No newline at end of file +vue Admin Template
\ No newline at end of file diff --git a/client/src/router/index.js b/client/src/router/index.js index 3e950e1..4afc899 100644 --- a/client/src/router/index.js +++ b/client/src/router/index.js @@ -426,6 +426,12 @@ export const asyncRoutes = [ component: () => import('@/views/testvideo/certificate.vue'), meta: { title: '证书列表', perms: ['certificate'] } }, + { + path: 'course', + name: 'course', + component: () => import('@/views/testvideo/course.vue'), + meta: { title: '课程列表'} + }, { path: 'videolist', name: 'videolist', @@ -452,12 +458,6 @@ export const asyncRoutes = [ meta: { title: '视频播放统计', perms: ['video_view'] }, // hidden: true }, - { - path: 'course', - name: 'course', - component: () => import('@/views/testvideo/course.vue'), - meta: { title: '课程列表'} - }, ] }, { diff --git a/server/dist/index_zs.html b/server/dist/index_zs.html index c2af7f7..7ed288e 100644 --- a/server/dist/index_zs.html +++ b/server/dist/index_zs.html @@ -199,18 +199,27 @@ user-scalable: 用户是否能缩放页面 -->
-
姓名:{{item.姓名}}
-
资格: - 内审员 - - 授权签字人 - - 质量负责人 - - 最高管理者 +
+
姓名:{{item.姓名}}
+
资格: + 内审员 + + 授权签字人 + + 质量负责人 + + 最高管理者 +
+
证书编号:{{item.证书编号}}
+
所属单位:{{item.所属单位}}({{item.单位名称}})
+
+
+
姓名:{{item.姓名}}
+
证书编号:{{item.证书编号}}
+
培训日期:{{item.培训日期}}
+
培训结束日期:{{item.培训结束日期}}
+
培训日期:{{item.发证日期}}
-
证书编号:{{item.证书编号}}
-
所属单位:{{item.所属单位}}({{item.单位名称}})