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
2ec69f58
Commit
2ec69f58
authored
May 09, 2024
by
刘怀志
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
71930 【管理端】试用申请-查看申请课程清单图片不显示
parent
d17ce61b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
23 additions
and
24 deletions
+23
-24
index.vue
src/views/courseInformation/tryoutApplication/index.vue
+2
-3
index.vue
src/views/system/role/index.vue
+21
-21
No files found.
src/views/courseInformation/tryoutApplication/index.vue
View file @
2ec69f58
...
@@ -145,10 +145,9 @@
...
@@ -145,10 +145,9 @@
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<div
:id=
"step(scope.$index)"
>
<div
:id=
"step(scope.$index)"
>
<el-image
<el-image
:src=
"scope.row.
imageSrc
"
:src=
"scope.row.
path
"
:preview-src-list=
"
scope.row.srclist
"
:preview-src-list=
"
[scope.row.path]
"
style=
"width:100%;height:100%;"
style=
"width:100%;height:100%;"
@
click=
"handleClickStop(scope.$index)"
@
mouseover=
"justEnter($event)"
@
mouseover=
"justEnter($event)"
@
mouseout=
"justOut($event)"
@
mouseout=
"justOut($event)"
/>
/>
...
...
src/views/system/role/index.vue
View file @
2ec69f58
...
@@ -58,14 +58,14 @@
...
@@ -58,14 +58,14 @@
@
click=
"handleAdd"
@
click=
"handleAdd"
>
{{
commonField
.
addName
}}
</el-button>
>
{{
commonField
.
addName
}}
</el-button>
<!-- //导出-->
<!-- //导出-->
<!--
<el-button-->
<!--
<el-button-->
<!-- v-hasPermi="hasExportPerm"-->
<!-- v-hasPermi="hasExportPerm"-->
<!-- :class="commonField.exportClass"-->
<!-- :class="commonField.exportClass"-->
<!-- :type="commonField.typeSuccess"-->
<!-- :type="commonField.typeSuccess"-->
<!-- :icon="commonField.exportIcon"-->
<!-- :icon="commonField.exportIcon"-->
<!-- :size="commonField.smallSize"-->
<!-- :size="commonField.smallSize"-->
<!-- @click="handleExport"-->
<!-- @click="handleExport"-->
<!-- >
{{
commonField
.
exportName
}}
</el-button>
-->
<!-- >
{{
commonField
.
exportName
}}
</el-button>
-->
</el-form-item>
</el-form-item>
</div>
</div>
</el-form>
</el-form>
...
@@ -74,7 +74,7 @@
...
@@ -74,7 +74,7 @@
<div
class=
"tableTitle"
>
角色管理列表
</div>
<div
class=
"tableTitle"
>
角色管理列表
</div>
<el-table
v-loading=
"loading"
border
:data=
"roleList"
@
selection-change=
"handleSelectionChange"
>
<el-table
v-loading=
"loading"
border
:data=
"roleList"
@
selection-change=
"handleSelectionChange"
>
<el-table-column
type=
"index"
label=
"序号"
width=
"50"
/>
<el-table-column
type=
"index"
label=
"序号"
width=
"50"
/>
<el-table-column
label=
"角色编号"
prop=
"number"
></el-table-column
>
<el-table-column
label=
"角色编号"
prop=
"number"
/
>
<el-table-column
label=
"角色名称"
prop=
"roleName"
:show-overflow-tooltip=
"true"
>
<el-table-column
label=
"角色名称"
prop=
"roleName"
:show-overflow-tooltip=
"true"
>
<template
slot-scope=
"scope"
>
<template
slot-scope=
"scope"
>
{{
scope
.
row
.
roleName
||
'-'
}}
{{
scope
.
row
.
roleName
||
'-'
}}
...
@@ -111,13 +111,13 @@
...
@@ -111,13 +111,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"
...
@@ -439,15 +439,15 @@ export default {
...
@@ -439,15 +439,15 @@ export default {
listRole
(
this
.
queryParams
).
then
(
listRole
(
this
.
queryParams
).
then
(
response
=>
{
response
=>
{
this
.
roleList
=
[]
this
.
roleList
=
[]
//
this.roleList = response.rows
this
.
roleList
=
response
.
rows
response
.
rows
.
forEach
(
item
=>
{
/*
response.rows.forEach(item => {
if (item.businessId === 1 || item.businessId === 2 || item.businessId === 108) {
if (item.businessId === 1 || item.businessId === 2 || item.businessId === 108) {
this.roleList.push(item)
this.roleList.push(item)
}
}
})
})
*/
// this.roleList = response.rows
// this.roleList = response.rows
//
this.total = response.total
this
.
total
=
response
.
total
this
.
total
=
this
.
roleList
.
length
//
this.total = this.roleList.length
this
.
loading
=
false
this
.
loading
=
false
}
}
)
)
...
...
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