Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
R
rs-cloud-platform-ui
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
2
Merge Requests
2
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
周健威
rs-cloud-platform-ui
Commits
45ef8eb2
Commit
45ef8eb2
authored
Dec 10, 2020
by
obt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
代码更新
parent
2876ce68
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
5 deletions
+11
-5
index.vue
src/views/webSiteManagement/newsCategory/index.vue
+4
-1
index.vue
...s/webSiteManagement/newsCategory/nebulaDynamics/index.vue
+7
-4
No files found.
src/views/webSiteManagement/newsCategory/index.vue
View file @
45ef8eb2
<!--
<!--
* @Author: your name
* @Author: your name
* @Date: 2020-12-01 09:54:12
* @Date: 2020-12-01 09:54:12
* @LastEditTime: 2020-12-10 1
6:12:21
* @LastEditTime: 2020-12-10 1
7:09:34
* @LastEditors: Please set LastEditors
* @LastEditors: Please set LastEditors
* @Description: In User Settings Edit
* @Description: In User Settings Edit
* @FilePath: \rs-cloud-platform-ui\src\views\webSiteManagement\newsCategory\index.vue
* @FilePath: \rs-cloud-platform-ui\src\views\webSiteManagement\newsCategory\index.vue
...
@@ -29,6 +29,9 @@ export default {
...
@@ -29,6 +29,9 @@ export default {
regions
:[],
regions
:[],
info
:
null
,
info
:
null
,
currentEditPage
:
1
,
currentEditPage
:
1
,
currentEditStatus
:
""
,
currentEditType
:
""
,
currentEditSort
:
""
,
}
}
},
},
watch
:{
watch
:{
...
...
src/views/webSiteManagement/newsCategory/nebulaDynamics/index.vue
View file @
45ef8eb2
<!--
<!--
* @Author: Jenkins
* @Author: Jenkins
* @Date: 2020-12-01 09:54:12
* @Date: 2020-12-01 09:54:12
* @LastEditTime: 2020-12-10 17:
05:11
* @LastEditTime: 2020-12-10 17:
12:47
* @LastEditors: Please set LastEditors
* @LastEditors: Please set LastEditors
* @Description: 星云动态
* @Description: 星云动态
* @FilePath: \rs-cloud-platform-ui\src\views\webSiteManagement\newsCategory\index.vue
* @FilePath: \rs-cloud-platform-ui\src\views\webSiteManagement\newsCategory\index.vue
...
@@ -353,7 +353,7 @@ export default {
...
@@ -353,7 +353,7 @@ export default {
label
:
"下架"
,
label
:
"下架"
,
},
},
],
],
currentStatus
:
""
,
currentStatus
:
this
.
$parent
.
currentEditStatus
,
// 类型框
// 类型框
typesState
:
[],
typesState
:
[],
types
:
[
types
:
[
...
@@ -362,7 +362,7 @@ export default {
...
@@ -362,7 +362,7 @@ export default {
label
:
"全部"
,
label
:
"全部"
,
},
},
],
],
currentType
:
""
,
currentType
:
this
.
$parent
.
currentEditType
,
// 排序框
// 排序框
sorts
:
[
sorts
:
[
{
{
...
@@ -378,7 +378,7 @@ export default {
...
@@ -378,7 +378,7 @@ export default {
label
:
"升序"
,
label
:
"升序"
,
},
},
],
],
currentSort
:
""
,
currentSort
:
this
.
$parent
.
currentEditSort
,
// 功能按钮
// 功能按钮
operatorControls
:
[
operatorControls
:
[
{
{
...
@@ -564,6 +564,9 @@ export default {
...
@@ -564,6 +564,9 @@ export default {
// 编辑资讯
// 编辑资讯
editorInfo
(
info
){
editorInfo
(
info
){
console
.
log
(
"Info=>"
,
info
)
console
.
log
(
"Info=>"
,
info
)
this
.
$parent
.
currentEditStatus
=
this
.
currentStatus
this
.
$parent
.
currentEditType
=
this
.
currentType
this
.
$parent
.
currentEditSort
=
this
.
currentSort
this
.
$parent
.
currentEditPage
=
this
.
infoPagination
.
currentPage
this
.
$parent
.
currentEditPage
=
this
.
infoPagination
.
currentPage
this
.
$parent
.
componentName
=
"newsCreator"
;
this
.
$parent
.
componentName
=
"newsCreator"
;
this
.
$parent
.
regions
=
this
.
typesState
this
.
$parent
.
regions
=
this
.
typesState
...
...
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