Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
cust_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
张伯涛
cust_web
Commits
333b87d6
Commit
333b87d6
authored
Apr 22, 2025
by
liwei
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/master'
parents
4c83d3aa
28a97cbb
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
index.vue
src/views/contentManagement/activity/index.vue
+4
-1
No files found.
src/views/contentManagement/activity/index.vue
View file @
333b87d6
...
@@ -239,7 +239,7 @@
...
@@ -239,7 +239,7 @@
</el-form-item>
</el-form-item>
</el-form>
</el-form>
<div
class=
"app-container"
>
<div
class=
"app-container"
>
<el-table
:data=
"gridData"
height=
"300px"
>
<el-table
v-loading=
"loading"
:data=
"gridData"
height=
"300px"
>
<el-table-column
align=
"center"
prop=
"id"
label=
"序号"
min-width=
"55px"
>
<el-table-column
align=
"center"
prop=
"id"
label=
"序号"
min-width=
"55px"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<span>
{{
scope
.
$index
+
1
}}
</span>
<span>
{{
scope
.
$index
+
1
}}
</span>
...
@@ -322,6 +322,7 @@ export default {
...
@@ -322,6 +322,7 @@ export default {
// 对话框
// 对话框
dialogFormVisible
:
false
,
dialogFormVisible
:
false
,
dialogVisible
:
false
,
dialogVisible
:
false
,
loading
:
false
,
// 新增课程
// 新增课程
form
:
{
form
:
{
id
:
''
,
id
:
''
,
...
@@ -501,9 +502,11 @@ export default {
...
@@ -501,9 +502,11 @@ export default {
}
}
},
},
loadData1
()
{
loadData1
()
{
this
.
loading
=
true
listCmsApplication
(
this
.
queryParams1
).
then
(
response
=>
{
listCmsApplication
(
this
.
queryParams1
).
then
(
response
=>
{
this
.
gridData
=
response
.
data
this
.
gridData
=
response
.
data
this
.
total1
=
response
.
total
this
.
total1
=
response
.
total
this
.
loading
=
false
})
})
},
},
resetQuery1
()
{
resetQuery1
()
{
...
...
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