Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
tea-resources-web
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
张伯涛
tea-resources-web
Commits
15bc0a54
Commit
15bc0a54
authored
Mar 25, 2024
by
张伯涛
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
demo
parent
5949341c
Changes
6
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
808 additions
and
97 deletions
+808
-97
collapseMenuLogo.png
public/collapseMenuLogo.png
+0
-0
index.html
public/index.html
+1
-1
index.vue
src/views/courseInformation/classManagement/index.vue
+580
-8
index.vue
src/views/courseInformation/courseManagement/index.vue
+220
-65
index.vue
src/views/system/dict/index.vue
+0
-16
index.vue
src/views/system/role/index.vue
+7
-7
No files found.
public/collapseMenuLogo.png
0 → 100644
View file @
15bc0a54
1.01 KB
public/index.html
View file @
15bc0a54
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
<meta
charset=
"utf-8"
>
<meta
charset=
"utf-8"
>
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=edge,chrome=1"
>
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=edge,chrome=1"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"
>
<link
rel=
"icon"
href=
"<%= BASE_URL %>
liulanqi_l
ogo.png"
>
<link
rel=
"icon"
href=
"<%= BASE_URL %>
collapseMenuL
ogo.png"
>
<!-- <link rel="stylesheet" href="//at.alicdn.com/t/font_2011217_f70ptj9y4oc.css">-->
<!-- <link rel="stylesheet" href="//at.alicdn.com/t/font_2011217_f70ptj9y4oc.css">-->
<!-- <title><%= webpackConfig.name %></title>-->
<!-- <title><%= webpackConfig.name %></title>-->
<title>
教育资源云平台
</title>
<title>
教育资源云平台
</title>
...
...
src/views/courseInformation/classManagement/index.vue
View file @
15bc0a54
This diff is collapsed.
Click to expand it.
src/views/courseInformation/courseManagement/index.vue
View file @
15bc0a54
This diff is collapsed.
Click to expand it.
src/views/system/dict/index.vue
View file @
15bc0a54
...
@@ -24,22 +24,6 @@
...
@@ -24,22 +24,6 @@
@
keyup
.
enter
.
native=
"handleQuery"
@
keyup
.
enter
.
native=
"handleQuery"
/>
/>
</el-form-item>
</el-form-item>
<el-form-item
label=
"状态"
prop=
"flag"
>
<el-select
v-model=
"queryParams.flag"
placeholder=
"字典状态"
clearable
size=
"small"
style=
"width: 200px"
>
<el-option
v-for=
"dict in statusOptions"
:key=
"dict.dictValue"
:label=
"dict.dictLabel"
:value=
"dict.dictValue"
/>
</el-select>
</el-form-item>
<el-form-item
label=
"创建时间"
>
<el-form-item
label=
"创建时间"
>
<el-date-picker
<el-date-picker
v-model=
"dateRange"
v-model=
"dateRange"
...
...
src/views/system/role/index.vue
View file @
15bc0a54
...
@@ -125,13 +125,13 @@
...
@@ -125,13 +125,13 @@
@
click=
"handleUpdate(scope.row)"
@
click=
"handleUpdate(scope.row)"
>
{{
commonField
.
updateName
}}
</el-button>
>
{{
commonField
.
updateName
}}
</el-button>
<!-- //数据权限-->
<!-- //数据权限-->
<el-button
<!--
<el-button-->
v-hasPermi=
"hasDelPerm"
<!-- v-hasPermi="hasDelPerm"-->
:class=
"commonField.delClass"
<!-- :class="commonField.delClass"-->
:type=
"commonField.typeParent"
<!-- :type="commonField.typeParent"-->
:size=
"commonField.size"
<!-- :size="commonField.size"-->
@
click=
"handleMenu(scope.row)"
<!-- @click="handleMenu(scope.row)"-->
>
{{
commonField
.
dataPower
}}
</el-button
>
<!-- >
{{
commonField
.
dataPower
}}
</el-button>
--
>
<!-- //删除-->
<!-- //删除-->
<el-button
<el-button
v-hasPermi=
"hasDelPerm"
v-hasPermi=
"hasDelPerm"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment