Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
apaas-ui
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gzga-jzapi
apaas-ui
Commits
ac6519dc
Commit
ac6519dc
authored
Oct 23, 2020
by
张俊
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
问答中心详情
parent
3cea5f69
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
201 additions
and
22 deletions
+201
-22
src/pages/technical-support/answer-center/detail.vue
src/pages/technical-support/answer-center/detail.vue
+56
-0
src/pages/technical-support/answer-center/edit.vue
src/pages/technical-support/answer-center/edit.vue
+38
-0
src/pages/technical-support/answer-center/index.vue
src/pages/technical-support/answer-center/index.vue
+45
-0
src/pages/technical-support/answer-center/list.vue
src/pages/technical-support/answer-center/list.vue
+38
-0
src/pages/workbench/fwgl/serviceDetail.vue
src/pages/workbench/fwgl/serviceDetail.vue
+1
-22
src/router/index.js
src/router/index.js
+23
-0
No files found.
src/pages/technical-support/answer-center/detail.vue
0 → 100644
View file @
ac6519dc
<
template
>
<div
class=
"detail_box"
>
<p
class=
"now_page_title"
>
技术支持 / 问答中心 / 问答列表 /
<span>
详情
</span>
</p>
<div
class=
"detail_content"
>
</div>
</div>
</
template
>
<
script
>
export
default
{
props
:
[],
components
:
{
},
data
()
{
return
{
};
},
watch
:
{
},
computed
:
{
},
created
()
{
},
mounted
()
{
},
methods
:
{
},
};
</
script
>
<
style
scoped
>
.detail_box
{
width
:
856px
;
}
.now_page_title
{
margin
:
15px
0
;
color
:
#898d9e
;
}
.now_page_title
span
{
color
:
#242c43
;
}
.detail_content
{
width
:
100%
;
}
</
style
>
src/pages/technical-support/answer-center/edit.vue
0 → 100644
View file @
ac6519dc
<
template
>
<div>
edit
</div>
</
template
>
<
script
>
export
default
{
props
:
[],
components
:
{
},
data
()
{
return
{
};
},
watch
:
{
},
computed
:
{
},
created
()
{
},
mounted
()
{
},
methods
:
{
},
};
</
script
>
<
style
scoped
>
</
style
>
src/pages/technical-support/answer-center/index.vue
0 → 100644
View file @
ac6519dc
<
template
>
<div
class=
"doc_container"
>
<router-view
/>
</div>
</
template
>
<
script
>
export
default
{
components
:
{
},
data
:
()
=>
({
}),
watch
:
{
},
methods
:
{
},
mounted
()
{
},
};
</
script
>
<
style
scoped
>
.doc_container
{
height
:
calc
(
100vh
-
58px
);
display
:
flex
;
justify-content
:
flex-start
;
align-items
:
stretch
;
}
.side_nav_bar
{
width
:
180px
;
flex-shrink
:
0
;
}
.main_container
{
width
:
calc
(
100%
-
180px
);
flex-grow
:
1
;
flex-shrink
:
1
;
background-color
:
#f6f7fb
;
overflow
:
auto
;
}
</
style
>
src/pages/technical-support/answer-center/list.vue
0 → 100644
View file @
ac6519dc
<
template
>
<div>
list
</div>
</
template
>
<
script
>
export
default
{
props
:
[],
components
:
{
},
data
()
{
return
{
};
},
watch
:
{
},
computed
:
{
},
created
()
{
},
mounted
()
{
},
methods
:
{
},
};
</
script
>
<
style
scoped
>
</
style
>
src/pages/workbench/fwgl/serviceDetail.vue
View file @
ac6519dc
...
...
@@ -253,13 +253,7 @@
</div>
</div>
</div>
<!-- <div class="editpage">
<wang-e v-model="editstr"></wang-e>
<div class="apaas_button" style="overflow:hidden;padding-top:30px;border-top:1px solid #e3e5ef;box-sizing:border-box;">
<el-button style="float:right;margin:0 30px;" type="primary" >保存</el-button>
<el-button style="float:right" >取消</el-button>
</div>
</div> -->
<dialog-action
ref=
"myConfirm"
></dialog-action>
</div>
</template>
...
...
@@ -274,7 +268,6 @@ import Topology from "@/components/topology.vue";
import
serviceHeader
from
"
@/components/service-header
"
;
import
ListPagination
from
"
@/components/comments-pagination
"
;
import
dialogAction
from
"
@/components/dialog-action
"
;
import
wangE
from
'
@/components/wangE
'
import
{
getRole
,
formatDateTime_date
}
from
"
@/utils/common
"
;
import
{
mapGetters
,
mapState
}
from
"
vuex
"
;
export
default
{
...
...
@@ -288,7 +281,6 @@ export default {
serviceHeader
,
dialogAction
,
ListPagination
,
wangE
},
data
()
{
return
{
...
...
@@ -1324,19 +1316,6 @@ export default {
padding
:
0
20px
;
height
:
calc
(
100%
-
55px
);
}
/* .editpage{
background-color: #fff;
height: calc(100% - 20px);
margin-bottom: 20px;
box-shadow: 0px 3px 6px 0px
#f4f7fc;
border-radius: 12px;
}
.editpage .wangeditor_class{
height: calc(100% - 100px);
padding: 0 20px;
box-sizing: border-box;
} */
.info_contain
{
padding
:
25px
20px
;
background-color
:
#fff
;
...
...
src/router/index.js
View file @
ac6519dc
...
...
@@ -184,6 +184,29 @@ export default new Router({
},
// 开发文档管理编辑
],
},
// 开发文档管理
{
path
:
"
/technical_support/answer_center/
"
,
name
:
"
technicalSupportDoc
"
,
redirect
:
"
/technical_support/answer_center/list
"
,
component
:
()
=>
import
(
"
@/pages/technical-support/answer-center/index
"
),
children
:
[
{
path
:
"
/technical_support/answer_center/list
"
,
component
:
()
=>
import
(
"
@/pages/technical-support/answer-center/list
"
),
},
// 问答中心列表
{
path
:
"
/technical_support/answer_center/edit
"
,
component
:
()
=>
import
(
"
@/pages/technical-support/answer-center/edit
"
),
},
// 问答中心编辑
{
path
:
"
/technical_support/answer_center/detail/:id
"
,
component
:
()
=>
import
(
"
@/pages/technical-support/answer-center/detail
"
),
},
// 问答中心详情
],
},
// 开发文档管理
],
},
// 技术支持
{
...
...
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