Commit 8008c5c4 by fairyly

fix: 增加路由

parent f736b4cc
......@@ -4,11 +4,10 @@
* @Author: 无尘
* @Date: 2019-03-20 14:36:37
* @LastEditors : 无尘
* @LastEditTime : 2020-01-06 10:33:25
* @LastEditTime : 2020-03-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;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment