From ded06772ee93167d1c1839c8e4fa868d1337524c Mon Sep 17 00:00:00 2001 From: 梁保满 Date: Fri, 15 Dec 2023 16:04:40 +0800 Subject: [PATCH] style --- src/router/index.js | 102 +++++++++++++++++++++++++++++++++++++++++++++++++++--------------------------------------------------- src/views/basic/ask/index.vue | 2 +- 2 files changed, 52 insertions(+), 52 deletions(-) diff --git a/src/router/index.js b/src/router/index.js index 1235392..51b47b5 100755 --- a/src/router/index.js +++ b/src/router/index.js @@ -480,21 +480,21 @@ let addrouters = [ let csAddrouters = [ { path: "/examinationPaper", - iconCls: "fa fa-file-text", // 图标样式class + iconCls: "fa fa-file-text", name: "备题组卷", component: Layout, alone: true, children: [ { path: "/examinationPaper", - iconCls: "fa fa-file-text", // 图标样式class + iconCls: "fa fa-file-text", name: "examinationPaper", component: ExaminationPaper, children: [] }, { path: "/examinationPaperAdd", - iconCls: "", // 图标样式class + iconCls: "", name: "examinationPaperAdd", component: ExaminationPaperAdd, parent: "examinationPaper", @@ -502,7 +502,7 @@ let csAddrouters = [ }, { path: "/examinationPaperEdit", - iconCls: "", // 图标样式class + iconCls: "", name: "修改答题卡", component: ExaminationPaperEdit, parent: "examinationPaper", @@ -510,7 +510,7 @@ let csAddrouters = [ }, { path: "/examinationPaperRecycle", - iconCls: "", // 图标样式class + iconCls: "", name: "回收站答题卡", component: ExaminationPaperRecycle, parent: "examinationPaper", @@ -518,7 +518,7 @@ let csAddrouters = [ }, { path: "/examinationPaperArchiving", - iconCls: "", // 图标样式class + iconCls: "", name: "已归档答题卡", component: ExaminationPaperArchiving, parent: "examinationPaper", @@ -529,14 +529,14 @@ let csAddrouters = [ }, { path: "/ask", - iconCls: "fa fa-bar-chart", // 图标样式class + iconCls: "fa fa-bar-chart", name: "随堂问报表", component: Layout, alone: true, children: [ { path: "/ask", - iconCls: "fa fa-bar-chart", // 图标样式class + iconCls: "fa fa-bar-chart", name: "ask", name: "随堂问报表", component: Ask, @@ -548,7 +548,7 @@ let csAddrouters = [ }, { path: "/askAnalysis", - iconCls: "", // 图标样式class + iconCls: "", name: "随堂问报表分析", component: AskAnalysis, parent: "ask", @@ -558,14 +558,14 @@ let csAddrouters = [ }, { path: "/test", - iconCls: "fa fa-pie-chart", // 图标样式class + iconCls: "fa fa-pie-chart", name: "即时测报表", component: Layout, alone: true, children: [ { path: "/test", - iconCls: "fa fa-pie-chart", // 图标样式class + iconCls: "fa fa-pie-chart", name: "", component: Test, meta: { @@ -575,7 +575,7 @@ let csAddrouters = [ }, { path: "/testAnalysis", - iconCls: "", // 图标样式class + iconCls: "", name: "即时测报表分析", component: TestAnalysis, parent: "test", @@ -586,7 +586,7 @@ let csAddrouters = [ }, { path: "/setUpConglomerate", - iconCls: "fa fa-building", // 图标样式class + iconCls: "fa fa-building", name: "学校管理", component: Layout, alone: true, @@ -602,7 +602,7 @@ let csAddrouters = [ }, { path: "/setUpAccount", - iconCls: "fa fa-id-card-o", // 图标样式class + iconCls: "fa fa-id-card-o", name: "账号管理", component: Layout, alone: true, @@ -647,14 +647,14 @@ let csAddrouters = [ }, { path: "/card", - iconCls: "fa fa-id-card", // 图标样式class + iconCls: "fa fa-id-card", name: "发卡记录", component: Layout, alone: true, children: [ { path: "/card", - iconCls: "fa fa-id-card", // 图标样式class + iconCls: "fa fa-id-card", name: "", component: Card, children: [] @@ -663,14 +663,14 @@ let csAddrouters = [ }, { path: "/device", - iconCls: "fa fa-dashboard", // 图标样式class + iconCls: "fa fa-dashboard", name: "设备状态", component: Layout, alone: true, children: [ { path: "/device", - iconCls: "fa fa-dashboard", // 图标样式class + iconCls: "fa fa-dashboard", name: "", component: Device, meta: { @@ -680,7 +680,7 @@ let csAddrouters = [ }, { path: "/deviceLog", - iconCls: "fa fa-list-alt", // 图标样式class + iconCls: "fa fa-list-alt", name: "", component: DeviceLog, parent: "device", @@ -690,14 +690,14 @@ let csAddrouters = [ }, { path: "/analysis", - iconCls: "fa fa-area-chart", // 图标样式class + iconCls: "fa fa-area-chart", name: "使用分析", component: Layout, alone: true, children: [ { path: "/analysis", - iconCls: "fa fa-area-chart", // 图标样式class + iconCls: "fa fa-area-chart", name: "", component: Analysis, children: [] @@ -706,21 +706,21 @@ let csAddrouters = [ }, { path: "/down", - iconCls: "fa fa-download", // 图标样式class + iconCls: "fa fa-download", name: "软件下载", component: Layout, alone: true, children: [ { path: "/down", - iconCls: "fa fa-download", // 图标样式class + iconCls: "fa fa-download", name: "发卡软件", component: Down, children: [] }, { path: "/downClient", - iconCls: "", // 图标样式class + iconCls: "", name: "授课端软件", component: DownClient, parent: "down", @@ -730,14 +730,14 @@ let csAddrouters = [ }, { path: "/dataSync", - iconCls: "fa fa-random", // 图标样式class + iconCls: "fa fa-random", name: "数据同步", component: Layout, alone: true, children: [ { path: "/dataSync", - iconCls: "fa fa-random", // 图标样式class + iconCls: "fa fa-random", name: "", component: DataSync, children: [] @@ -766,21 +766,21 @@ const addroutersPersonal = [ }, { path: "/examinationPaper", - iconCls: "fa fa-file-text", // 图标样式class + iconCls: "fa fa-file-text", name: "备题组卷", component: Layout, alone: true, children: [ { path: "/examinationPaper", - iconCls: "fa fa-file-text", // 图标样式class + iconCls: "fa fa-file-text", name: "examinationPaper", component: ExaminationPaper, children: [] }, { path: "/examinationPaperAdd", - iconCls: "", // 图标样式class + iconCls: "", name: "examinationPaperAdd", component: ExaminationPaperAdd, parent: "examinationPaper", @@ -788,7 +788,7 @@ const addroutersPersonal = [ }, { path: "/examinationPaperEdit", - iconCls: "", // 图标样式class + iconCls: "", name: "修改答题卡", component: ExaminationPaperEdit, parent: "examinationPaper", @@ -796,7 +796,7 @@ const addroutersPersonal = [ }, { path: "/examinationPaperRecycle", - iconCls: "", // 图标样式class + iconCls: "", name: "回收站答题卡", component: ExaminationPaperRecycle, parent: "examinationPaper", @@ -804,7 +804,7 @@ const addroutersPersonal = [ }, { path: "/examinationPaperArchiving", - iconCls: "", // 图标样式class + iconCls: "", name: "已归档答题卡", component: ExaminationPaperArchiving, parent: "examinationPaper", @@ -815,14 +815,14 @@ const addroutersPersonal = [ }, { path: "/ask", - iconCls: "fa fa-bar-chart", // 图标样式class + iconCls: "fa fa-bar-chart", name: "随堂问报表", component: Layout, alone: true, children: [ { path: "/ask", - iconCls: "fa fa-bar-chart", // 图标样式class + iconCls: "fa fa-bar-chart", name: "ask", name: "随堂问报表", component: PersonalAsk, @@ -834,7 +834,7 @@ const addroutersPersonal = [ }, { path: "/askAnalysis", - iconCls: "", // 图标样式class + iconCls: "", name: "随堂问报表分析", component: PersonalAskAnalysis, parent: "ask", @@ -842,7 +842,7 @@ const addroutersPersonal = [ }, { path: "/askArchiving", - iconCls: "", // 图标样式class + iconCls: "", name: "随堂已归档问报表分析", component: PersonalArchiving, parent: "ask", @@ -853,14 +853,14 @@ const addroutersPersonal = [ }, { path: "/test", - iconCls: "fa fa-pie-chart", // 图标样式class + iconCls: "fa fa-pie-chart", name: "即时测报表", component: Layout, alone: true, children: [ { path: "/test", - iconCls: "fa fa-pie-chart", // 图标样式class + iconCls: "fa fa-pie-chart", name: "", component: PersonalTest, meta: { @@ -870,7 +870,7 @@ const addroutersPersonal = [ }, { path: "/testAnalysis", - iconCls: "", // 图标样式class + iconCls: "", name: "即时测报表分析", component: PersonalTestAnalysis, parent: "test", @@ -878,7 +878,7 @@ const addroutersPersonal = [ }, { path: "/testArchiving", - iconCls: "", // 图标样式class + iconCls: "", name: "即时已归档测报表分析", component: PersonalTestArchiving, parent: "test", @@ -890,14 +890,14 @@ const addroutersPersonal = [ }, { path: "/portrait", - iconCls: "fa fa-users", // 图标样式class + iconCls: "fa fa-users", name: "学生画像", component: Layout, alone: true, children: [ { path: "/portrait", - iconCls: "fa fa-users", // 图标样式class + iconCls: "fa fa-users", name: "", component: Portrait, meta: { @@ -907,7 +907,7 @@ const addroutersPersonal = [ }, { path: "/portraitDetail", - iconCls: "", // 图标样式class + iconCls: "", name: "授课端软件", component: PortraitDetail, parent: "down", @@ -917,14 +917,14 @@ const addroutersPersonal = [ }, { path: "/dataSync", - iconCls: "fa fa-random", // 图标样式class + iconCls: "fa fa-random", name: "数据同步", component: Layout, alone: true, children: [ { path: "/dataSync", - iconCls: "fa fa-random", // 图标样式class + iconCls: "fa fa-random", name: "", component: PersonalDataSync, children: [] @@ -933,14 +933,14 @@ const addroutersPersonal = [ }, { path: "/down", - iconCls: "fa fa-download", // 图标样式class + iconCls: "fa fa-download", name: "软件下载", component: Layout, alone: true, children: [ { path: "/down", - iconCls: "fa fa-download", // 图标样式class + iconCls: "fa fa-download", name: "发卡软件", component: PersonalDown, children: [] @@ -953,7 +953,7 @@ const addroutersPersonal = [ const addRoutersAdmin = [ { path: "/account", - iconCls: "fa fa-id-card-o", // 图标样式class + iconCls: "fa fa-id-card-o", name: "账号管理", component: Layout, alone: true, @@ -969,14 +969,14 @@ const addRoutersAdmin = [ }, { path: "/device", - iconCls: "fa fa-dashboard", // 图标样式class + iconCls: "fa fa-dashboard", name: "设备状态", component: Layout, alone: true, children: [ { path: "/device", - iconCls: "fa fa-dashboard", // 图标样式class + iconCls: "fa fa-dashboard", name: "", component: AdminDevice, meta: { @@ -986,7 +986,7 @@ const addRoutersAdmin = [ }, { path: "/deviceLog", - iconCls: "fa fa-list-alt", // 图标样式class + iconCls: "fa fa-list-alt", name: "", component: AdminDeviceLog, parent: "device", diff --git a/src/views/basic/ask/index.vue b/src/views/basic/ask/index.vue index 71b1053..24876fa 100644 --- a/src/views/basic/ask/index.vue +++ b/src/views/basic/ask/index.vue @@ -497,7 +497,7 @@