Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
haoban-3
Overview
Overview
Details
Activity
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
office
haoban-3
Commits
8008c5c4
Commit
8008c5c4
authored
Mar 02, 2020
by
fairyly
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 增加路由
parent
f736b4cc
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
15 deletions
+3
-15
badEvaluateSet.vue
src/views/apps/badEvaluate/badEvaluateSet.vue
+3
-15
No files found.
src/views/apps/badEvaluate/badEvaluateSet.vue
View file @
8008c5c4
...
...
@@ -4,11 +4,10 @@
* @Author: 无尘
* @Date: 2019-03-20 14:36:37
* @LastEditors : 无尘
* @LastEditTime : 2020-0
1-06 10:33:25
* @LastEditTime : 2020-0
3-02 20:52:41
-->
<
template
>
<div
class=
"app-detail-wrap"
>
<common-detail-top
:topMenuData=
"topMenuData"
:activeId=
"activeId"
></common-detail-top>
<div
class=
"task-set-content boder-box"
>
<div
class=
"task-set-cell"
>
<!--
<div
class=
"font-16 color-606266 m-b-20 font-w-500"
>
不良评价回访任务逾期时间设置
</div>
-->
...
...
@@ -44,8 +43,6 @@
</div>
</
template
>
<
script
>
import
appDetail
from
'@/components/app/app-detail.vue'
;
import
commonDetailTop
from
'@/components/app/common-detail-top.vue'
;
import
{
_debounce
}
from
'@/common/js/public'
;
import
errMsg
from
'@/common/js/error'
;
import
showMsg
from
'@/common/js/showmsg'
;
...
...
@@ -64,12 +61,7 @@ export default {
return
{
activeTab
:
'1'
,
activeBrand
:
this
.
brandId
,
// 商户(品牌) id
topMenuData
:
[
{
id
:
'1'
,
name
:
'不良评价回访设置'
}
],
activeId
:
'1'
,
setObj
:
{
taskType
:
0
,
...
...
@@ -161,10 +153,7 @@ export default {
destroyed
()
{
document
.
documentElement
.
style
.
backgroundColor
=
'#fff'
;
},
components
:
{
appDetail
,
commonDetailTop
}
components
:
{}
};
</
script
>
<
style
type=
"text/scss"
lang=
"scss"
scoped
>
...
...
@@ -178,7 +167,6 @@ export default {
padding
:
0
40px
40px
40px
;
.task-set-cell
{
padding
:
30px
0
;
.el-date-editor.el-input
{
width
:
118px
;
}
...
...
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