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
40464fdd
Commit
40464fdd
authored
Nov 25, 2020
by
无尘
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 修改标题
parent
04f5651f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
perfect-day-target.vue
src/views/apps/target-manage/perfect-day-target.vue
+3
-3
perfect-sale-target.vue
src/views/apps/target-manage/perfect-sale-target.vue
+3
-3
No files found.
src/views/apps/target-manage/perfect-day-target.vue
View file @
40464fdd
...
...
@@ -4,7 +4,7 @@
* @Author: 无尘
* @Date: 2020-11-12 10:47:17
* @LastEditors: 无尘
* @LastEditTime: 2020-11-2
4 17:13:13
* @LastEditTime: 2020-11-2
5 09:23:14
-->
<
template
>
<div
class=
"common-app-right"
style=
"padding: 20px 0;color: #303133"
>
...
...
@@ -154,9 +154,9 @@ export default {
const
{
staffName
,
staffId
,
wxEnterpriseId
}
=
JSON
.
parse
(
localStorage
.
getItem
(
'haoBanUser'
));
that
.
haoban
=
{
staffName
,
staffId
,
wxEnterpriseId
};
let
bread
=
[
{
name
:
'指标管理'
,
path
:
'/target-list'
},
{
name
:
'查看门店'
,
path
:
'/target-store'
},
{
name
:
'完善日指标'
}
];
// 修改面包屑
const
{
tab
,
applicationId
,
performanceYm
}
=
that
.
$route
.
query
;
const
{
tab
,
applicationId
,
performanceYm
,
flag
}
=
that
.
$route
.
query
;
let
bread
=
[
{
name
:
'指标管理'
,
path
:
'/target-list'
},
{
name
:
'查看门店'
,
path
:
'/target-store'
},
{
name
:
flag
==
false
?
'完善日指标'
:
'查看日指标'
}
];
that
.
form
.
date
=
performanceYm
.
split
(
'-'
);
bread
[
0
].
path
+=
`?applicationId=
${
applicationId
}
&tab=
${
tab
}
`
;
bread
[
1
].
path
+=
`?applicationId=
${
applicationId
}
&tab=
${
tab
}
&performanceYm=
${
performanceYm
}
`
;
...
...
src/views/apps/target-manage/perfect-sale-target.vue
View file @
40464fdd
...
...
@@ -4,7 +4,7 @@
* @Author: 无尘
* @Date: 2020-11-12 10:48:40
* @LastEditors: 无尘
* @LastEditTime: 2020-11-2
4 15:39:27
* @LastEditTime: 2020-11-2
5 09:23:34
-->
<
template
>
<div
class=
"common-app-right"
>
...
...
@@ -95,8 +95,8 @@ export default {
mounted
()
{
const
that
=
this
;
that
.
$emit
(
'showTab'
,
'/target-list'
);
const
{
tab
,
applicationId
,
performanceYm
,
storeInfoId
,
storeName
}
=
that
.
$route
.
query
;
let
bread
=
[
{
name
:
'指标管理'
,
path
:
`/target-list?tab=
${
tab
}
&applicationId=
${
applicationId
}
`
},
{
name
:
'查看门店'
,
path
:
`/target-store?tab=
${
tab
}
&applicationId=
${
applicationId
}
&performanceYm=
${
performanceYm
}
`
},
{
name
:
'完善
导购指标'
}
];
const
{
tab
,
applicationId
,
performanceYm
,
storeInfoId
,
storeName
,
flag
}
=
that
.
$route
.
query
;
let
bread
=
[
{
name
:
'指标管理'
,
path
:
`/target-list?tab=
${
tab
}
&applicationId=
${
applicationId
}
`
},
{
name
:
'查看门店'
,
path
:
`/target-store?tab=
${
tab
}
&applicationId=
${
applicationId
}
&performanceYm=
${
performanceYm
}
`
},
{
name
:
flag
==
false
?
'完善导购指标'
:
'查看
导购指标'
}
];
// 修改面包屑
that
.
$emit
(
'change-nav'
,
bread
);
// 禁用判断
...
...
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