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
7b16ca27
Commit
7b16ca27
authored
May 06, 2021
by
陈羽
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: 修改样式和修改路由
parent
2fb8b315
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
12 additions
and
8 deletions
+12
-8
gic-select-group-auth.vue
src/components/common/gic-select-group-auth.vue
+7
-4
index.js
src/router/index.js
+0
-0
authMerchant-form.vue
src/views/business/authMerchant-form.vue
+4
-1
index.vue
src/views/salesleads/index.vue
+1
-1
storeDetail.vue
src/views/salesleads/storeDetail.vue
+0
-2
No files found.
src/components/common/gic-select-group-auth.vue
View file @
7b16ca27
...
...
@@ -9,8 +9,11 @@
<!--
选择门店分组组件:
<gic-select-group
:selectData="selectData"
@checkGroupIds="checkGroupIds">
:brandId="enterpriseId"
width="287px"
:authMerchant="true"
:selectData="partForm.storeGroup"
@checkGroupIds="checkGroupIds">
</gic-select-group>
import gicSelectGroup from '@/components/common/gic-select-group.vue';
...
...
@@ -66,7 +69,7 @@ export default {
width
:
{
type
:
String
,
default
()
{
return
'
35
7px'
;
return
'
28
7px'
;
}
},
selectData
:
{
...
...
@@ -324,6 +327,6 @@ export default {
}
}
.authMerchant
{
width
:
32
3px
;
width
:
25
3px
;
}
</
style
>
src/router/index.js
View file @
7b16ca27
This diff is collapsed.
Click to expand it.
src/views/business/authMerchant-form.vue
View file @
7b16ca27
...
...
@@ -26,7 +26,7 @@
<el-tooltip
slot=
"label"
class=
"item"
effect=
"dark"
:open-delay=
"200"
placement=
"top-start"
content=
"输入品牌/商户的企业名称,只支持精确搜素。"
>
<span
style=
"cursor: pointer;padding-bottom: 2px; border-bottom: 1px dashed #2F54EB;"
class=
"font-14 color-606266"
>
选择商户
</span>
</el-tooltip>
<el-popover
placement=
"bottom"
title=
""
:disabled=
"type === 'edit'"
trigger=
"click"
popper-class=
"
company
-select-pop"
width=
"253"
>
<el-popover
placement=
"bottom"
title=
""
:disabled=
"type === 'edit'"
trigger=
"click"
popper-class=
"
authMerchant
-select-pop"
width=
"253"
>
<div
class=
"company-select"
>
<div
class=
"el-scrollbar define-search-select"
>
<div
class=
"el-select-dropdown__wrap el-scrollbar__wrap"
style=
"margin-bottom: -5px; margin-right: -5px;"
>
...
...
@@ -447,4 +447,7 @@ export default {
.auth-merchant-add
.el-select-dropdown__item
{
height
:
50px
;
}
.authMerchant-select-pop
{
left
:
168px
!important
;
}
</
style
>
src/views/salesleads/index.vue
View file @
7b16ca27
...
...
@@ -116,7 +116,7 @@ export default {
that
.
changeRoute
(
`/storeList`
);
break
;
case
'2'
:
that
.
changeRoute
(
`/
t
askList`
);
that
.
changeRoute
(
`/
salesT
askList`
);
break
;
case
'3'
:
that
.
changeRoute
(
`/salesleadsSet`
);
...
...
src/views/salesleads/storeDetail.vue
View file @
7b16ca27
...
...
@@ -235,9 +235,7 @@ export default {
let
para
=
{
...
that
.
pageParams
,
enterpriseId
:
localStorage
.
getItem
(
'userInfoBrandId'
),
// storeId: 'ff80808175acbdbd0175aff217960011'
storeId
:
that
.
$route
.
params
.
id
// (ecmPlanId )
};
if
(
this
.
$route
.
query
.
ecmPlanId
)
{
para
.
ecmPlanId
=
this
.
$route
.
query
.
ecmPlanId
;
...
...
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