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
e33c8909
Commit
e33c8909
authored
Dec 08, 2020
by
obt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
行业类别页面代码更新
parent
16096425
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
359 additions
and
52 deletions
+359
-52
index.js
src/api/website/industryApplication/index.js
+4
-4
index.vue
...eManagement/industryApplication/applicationCate/index.vue
+350
-43
index.vue
...eManagement/industryApplication/applicationList/index.vue
+3
-3
index.vue
...iews/webSiteManagement/newsCategory/newsCreator/index.vue
+2
-2
No files found.
src/api/website/industryApplication/index.js
View file @
e33c8909
/*
* @Author: Jenkins
* @Date: 2020-12-02 09:20:18
* @LastEditTime: 2020-12-0
2 10:53:27
* @LastEditTime: 2020-12-0
8 14:59:18
* @LastEditors: Please set LastEditors
* @Description: 行业应用页请求接口
* @FilePath: \rs-cloud-platform-ui\src\api\wsmanagement\industryApplication\index.js
...
...
@@ -13,11 +13,11 @@ import fetch from 'utils/fetch';
* 获取所有行业应用类型
* @param {Object} indexShow
*/
export
function
getAllApplicationType
(
indexShow
){
export
function
getAllApplicationType
(
obj
){
return
fetch
({
url
:
'/api/website/industryApplicationType/getAll'
,
url
:
'/api/website/industryApplicationType/
app/unauth/
getAll'
,
method
:
'get'
,
param
:
{
indexShow
:
indexShow
}
param
:
obj
});
}
...
...
src/views/webSiteManagement/industryApplication/applicationCate/index.vue
View file @
e33c8909
This diff is collapsed.
Click to expand it.
src/views/webSiteManagement/industryApplication/applicationList/index.vue
View file @
e33c8909
<!--
* @Author: your name
* @Date: 2020-12-02 10:27:53
* @LastEditTime: 2020-12-0
4 09:13:31
* @LastEditors:
your name
* @Description:
In User Settings Edit
* @LastEditTime: 2020-12-0
8 14:32:42
* @LastEditors:
Please set LastEditors
* @Description:
应用详情
* @FilePath: \rs-cloud-platform-ui\src\views\webSiteManagement\industryApplication\applicationList\index.vue
-->
<
template
>
...
...
src/views/webSiteManagement/newsCategory/newsCreator/index.vue
View file @
e33c8909
<!--
* @Author: Jenkins
* @Date: 2020-12-02 14:49:10
* @LastEditTime: 2020-12-08 1
4:18:46
* @LastEditTime: 2020-12-08 1
5:20:39
* @LastEditors: Please set LastEditors
* @Description: 创建新闻
* @FilePath: \rs-cloud-platform-ui\src\views\webSiteManagement\newsCategory\newsCreator\index.vue
...
...
@@ -146,7 +146,7 @@ export default {
newsDate
:
timestamp2Date
((
new
Date
()).
getTime
()),
typeId
:
this
.
form
.
region
,
isDel
:
0
,
// 0为未被删除,1为已删除
status
:
0
,
// 默认上传即为下架状态
status
:
2
,
// 默认上传即为下架状态(1为上架2为下架)
indexShow
:
1
,
typeName
:
(
this
.
types
.
find
(
ele
=>
ele
.
value
==
this
.
form
.
region
)).
label
,
}
...
...
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