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
91b6ae2b
Commit
91b6ae2b
authored
Jan 02, 2025
by
方建宇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
完善查询
parent
0ff52e63
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
13 deletions
+13
-13
index.vue
src/views/contentManagement/activity/index.vue
+2
-2
index.vue
src/views/contentManagement/notice/info/index.vue
+1
-0
index.vue
src/views/contentManagement/topic/index.vue
+10
-11
No files found.
src/views/contentManagement/activity/index.vue
View file @
91b6ae2b
...
@@ -512,10 +512,10 @@ export default {
...
@@ -512,10 +512,10 @@ export default {
handleChangeTime
()
{
handleChangeTime
()
{
if
(
this
.
dateRange
&&
this
.
dateRange
!==
''
&&
this
.
dateRange
!==
undefined
&&
this
.
dateRange
.
length
>
0
)
{
if
(
this
.
dateRange
&&
this
.
dateRange
!==
''
&&
this
.
dateRange
!==
undefined
&&
this
.
dateRange
.
length
>
0
)
{
this
.
queryParams
.
beginTime
=
this
.
dateRange
[
0
]
+
' 00:00:00'
this
.
queryParams
.
beginTime
=
this
.
dateRange
[
0
]
+
' 00:00:00'
this
.
queryParams
.
end
Time
=
this
.
dateRange
[
1
]
+
' 23:59:59'
this
.
queryParams
.
over
Time
=
this
.
dateRange
[
1
]
+
' 23:59:59'
}
else
{
}
else
{
this
.
queryParams
.
beginTime
=
''
this
.
queryParams
.
beginTime
=
''
this
.
queryParams
.
end
Time
=
''
this
.
queryParams
.
over
Time
=
''
}
}
},
},
loadData1
()
{
loadData1
()
{
...
...
src/views/contentManagement/notice/info/index.vue
View file @
91b6ae2b
...
@@ -6,6 +6,7 @@
...
@@ -6,6 +6,7 @@
</div>
</div>
<div
class=
"twoTitle"
>
<div
class=
"twoTitle"
>
<el-tag
v-if=
"form.flag==='1'"
type=
"success"
>
已发布
</el-tag>
<el-tag
v-if=
"form.flag==='1'"
type=
"success"
>
已发布
</el-tag>
<el-tag
v-else-if=
"form.flag==='0'"
type=
"danger"
>
未发布
</el-tag>
</div>
</div>
<div
class=
"updateBoby"
>
<div
class=
"updateBoby"
>
<el-form
ref=
"deviceFormRef"
:model=
"form"
:rules=
"rules"
label-position=
"right"
label-width=
"auto"
>
<el-form
ref=
"deviceFormRef"
:model=
"form"
:rules=
"rules"
label-position=
"right"
label-width=
"auto"
>
...
...
src/views/contentManagement/topic/index.vue
View file @
91b6ae2b
...
@@ -4,9 +4,9 @@
...
@@ -4,9 +4,9 @@
<div
v-show=
"showSwitch.courseContent"
class=
"courseContent"
>
<div
v-show=
"showSwitch.courseContent"
class=
"courseContent"
>
<div
class=
"search"
>
<div
class=
"search"
>
<el-form
ref=
"queryForm"
style=
"padding: 30px 0 0 10px"
:model=
"queryParams"
:inline=
"true"
>
<el-form
ref=
"queryForm"
style=
"padding: 30px 0 0 10px"
:model=
"queryParams"
:inline=
"true"
>
<el-form-item
label=
"话题名称 :"
prop=
"t
itl
e"
>
<el-form-item
label=
"话题名称 :"
prop=
"t
opicNam
e"
>
<el-input
<el-input
v-model
.
trim=
"queryParams.t
itl
e"
v-model
.
trim=
"queryParams.t
opicNam
e"
placeholder=
"请输入话题名称"
placeholder=
"请输入话题名称"
clearable
clearable
:maxlength=
"30"
:maxlength=
"30"
...
@@ -76,14 +76,13 @@
...
@@ -76,14 +76,13 @@
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
align=
"center"
prop=
"topicName"
label=
"话题名称"
min-width=
"200"
show-overflow-tooltip
/>
<el-table-column
align=
"center"
prop=
"topicName"
label=
"话题名称"
min-width=
"200"
show-overflow-tooltip
/>
<el-table-column
align=
"center"
prop=
"examStatus"
label=
"审核状态"
min-width=
"
20
0"
show-overflow-tooltip
>
<el-table-column
align=
"center"
prop=
"examStatus"
label=
"审核状态"
min-width=
"
13
0"
show-overflow-tooltip
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<span>
{{
scope
.
row
.
examStatus
===
'0'
?
'待审核'
:
scope
.
row
.
examStatus
===
'1'
?
'已通过'
:
'已驳回'
}}
</span>
<span>
{{
scope
.
row
.
examStatus
===
'0'
?
'待审核'
:
scope
.
row
.
examStatus
===
'1'
?
'已通过'
:
'已驳回'
}}
</span>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
align=
"center"
prop=
"weight"
label=
"权重"
min-width=
"200"
show-overflow-tooltip
/>
<el-table-column
align=
"center"
prop=
"weight"
label=
"权重"
min-width=
"130"
show-overflow-tooltip
/>
<el-table-column
align=
"center"
prop=
"articleCount"
label=
"动态数"
min-width=
"200"
show-overflow-tooltip
/>
<el-table-column
align=
"center"
prop=
"articleCount"
label=
"动态数"
min-width=
"130"
show-overflow-tooltip
/>
<el-table-column
align=
"left"
prop=
"flag"
label=
"状态"
min-width=
"120"
show-overflow-tooltip
>
<el-table-column
align=
"left"
prop=
"flag"
label=
"状态"
min-width=
"120"
show-overflow-tooltip
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<el-switch
<el-switch
...
@@ -101,11 +100,11 @@
...
@@ -101,11 +100,11 @@
</template>
</template>
</el-table-column>-->
</el-table-column>-->
<!--
<el-table-column align="left" prop="createDate" label="提交时间
" show-overflow-tooltip>
<!--
<el-table-column align="left" prop="createDate" label="发布时间" min-width="200
" show-overflow-tooltip>
<template slot-scope="scope">
<template slot-scope="scope">
<span>{{ scope.row.createDate }}</span>
<span>{{ scope.row.createDate }}</span>
</template>
</template>
</el-table-column>
-->
</el-table-column>
-->
<el-table-column
align=
"center"
label=
"操作"
min-width=
"180"
>
<el-table-column
align=
"center"
label=
"操作"
min-width=
"180"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
...
...
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