Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
haoban-4
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-4
Commits
7f99d878
Commit
7f99d878
authored
Nov 09, 2020
by
无尘
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 增加路由
parent
c1f0e6f1
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
50 additions
and
6 deletions
+50
-6
my-customer-app.js
src/api/my-customer-app.js
+2
-2
routes.js
src/router/routes.js
+21
-1
edit-store-quota.vue
src/views/apps/target-manage/edit-store-quota.vue
+8
-0
set-month-target.vue
src/views/apps/target-manage/set-month-target.vue
+8
-0
target-list.vue
src/views/apps/target-manage/target-list.vue
+3
-3
target-store.vue
src/views/apps/target-manage/target-store.vue
+8
-0
No files found.
src/api/my-customer-app.js
View file @
7f99d878
/*
/*
* @Descripttion:
当前组件信息
* @Descripttion:
我的顾客 接口路径
* @version: 1.0.0
* @version: 1.0.0
* @Author: 无尘
* @Author: 无尘
* @Date: 2020-08-27 09:29:13
* @Date: 2020-08-27 09:29:13
* @LastEditors: 无尘
* @LastEditors: 无尘
* @LastEditTime: 2020-
09-17 13:35:27
* @LastEditTime: 2020-
11-09 10:46:33
*/
*/
import
getFetch
from
'./get-fetch.js'
;
import
getFetch
from
'./get-fetch.js'
;
...
...
src/router/routes.js
View file @
7f99d878
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
* @Author: 无尘
* @Author: 无尘
* @Date: 2020-07-16 16:37:05
* @Date: 2020-07-16 16:37:05
* @LastEditors: 无尘
* @LastEditors: 无尘
* @LastEditTime: 2020-11-09 10:
23:38
* @LastEditTime: 2020-11-09 10:
39:13
*/
*/
import
_import
from
'./_import.js'
;
import
_import
from
'./_import.js'
;
...
@@ -228,6 +228,26 @@ export const routes = [
...
@@ -228,6 +228,26 @@ export const routes = [
component
:
_import
(
'apps/target-manage'
,
'target-list'
)
component
:
_import
(
'apps/target-manage'
,
'target-list'
)
},
},
{
{
path
:
'/target-store'
,
name
:
'查看门店'
,
component
:
_import
(
'apps/target-manage'
,
'target-store'
)
},
{
path
:
'/set-month-target'
,
name
:
'设置月指标'
,
component
:
_import
(
'apps/target-manage'
,
'set-month-target'
)
},
{
path
:
'/quota-set'
,
name
:
'指标设置'
,
component
:
_import
(
'apps/target-manage'
,
'quota-set'
)
},
{
path
:
'/edit-store-quota'
,
name
:
'编辑门店指标'
,
component
:
_import
(
'apps/target-manage'
,
'edit-store-quota'
)
},
{
path
:
'/target-set'
,
path
:
'/target-set'
,
name
:
'下发设置'
,
name
:
'下发设置'
,
component
:
_import
(
'apps/target-manage'
,
'target-set'
)
component
:
_import
(
'apps/target-manage'
,
'target-set'
)
...
...
src/views/apps/target-manage/edit-store-quota.vue
0 → 100644
View file @
7f99d878
<!--
* @Descripttion: 编辑门店指标
* @version: 1.0.0
* @Author: 无尘
* @Date: 2020-11-09 10:40:12
* @LastEditors: 无尘
* @LastEditTime: 2020-11-09 10:41:18
-->
src/views/apps/target-manage/set-month-target.vue
0 → 100644
View file @
7f99d878
<!--
* @Descripttion: 设置月指标
* @version: 1.0.0
* @Author: 无尘
* @Date: 2020-11-09 10:40:00
* @LastEditors: 无尘
* @LastEditTime: 2020-11-09 10:41:04
-->
src/views/apps/target-manage/target-list.vue
View file @
7f99d878
<!--
<!--
* @Descripttion:
当前组件信息
* @Descripttion:
指标列表
* @version: 1.0.0
* @version: 1.0.0
* @Author: 无尘
* @Author: 无尘
* @Date: 2020-
08-27 11
:36:51
* @Date: 2020-
11-09 09
:36:51
* @LastEditors: 无尘
* @LastEditors: 无尘
* @LastEditTime: 2020-11-09 10:
21:49
* @LastEditTime: 2020-11-09 10:
31:17
-->
-->
<
template
>
<
template
>
...
...
src/views/apps/target-manage/target-store.vue
0 → 100644
View file @
7f99d878
<!--
* @Descripttion: 查看门店
* @version: 1.0.0
* @Author: 无尘
* @Date: 2020-11-09 10:39:37
* @LastEditors: 无尘
* @LastEditTime: 2020-11-09 10:40:34
-->
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