Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
D
dsk-cr20g
Project
Project
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
Administrator
dsk-cr20g
Commits
1a513b7a
Commit
1a513b7a
authored
Aug 03, 2023
by
huangjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*
parent
343ebc82
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
8 deletions
+8
-8
index.vue
dsk-operate-ui/src/views/custom/customList/index.vue
+4
-4
index.vue
...operate-ui/src/views/custom/historicalCustomers/index.vue
+4
-4
No files found.
dsk-operate-ui/src/views/custom/customList/index.vue
View file @
1a513b7a
...
...
@@ -46,7 +46,7 @@
width=
"316"
>
<
template
slot-scope=
"scope"
>
<div
class=
"ps1"
>
<div
class=
"wordprimary ps2"
@
click=
"toDetail(scope.row,'')"
v-html=
"scope.row.companyName"
></div>
<div
class=
"wordprimary ps2"
@
click=
"toDetail(scope.row,'
business
')"
v-html=
"scope.row.companyName"
></div>
<div
class=
"ps3"
>
<el-tooltip
class=
"item"
effect=
"dark"
content=
"写跟进"
placement=
"top"
transition=
""
:open-delay=
"450"
>
<div
@
click=
"toDetail(scope.row,'gjjl')"
><img
class=
"i"
src=
"@/assets/images/project/edit_1.png"
><img
class=
"o"
src=
"@/assets/images/project/edit_11.png"
></div>
...
...
@@ -390,9 +390,9 @@
let
customerId
=
row
.
customerId
let
companyId
=
row
.
companyId
let
path
=
type
if
(
type
==
""
&&
companyId
==
null
){
path
=
'business'
}
//
if(type == "" && companyId == null){
//
path = 'business'
//
}
this
.
$router
.
push
({
path
:
'/enterprise/'
+
encodeStr
(
companyId
),
query
:{
customerId
:
customerId
,
path
:
path
}})
},
clearname
(
value
){
...
...
dsk-operate-ui/src/views/custom/historicalCustomers/index.vue
View file @
1a513b7a
...
...
@@ -38,7 +38,7 @@
width=
"316"
>
<
template
slot-scope=
"scope"
>
<div
class=
"ps1"
>
<div
class=
"wordprimary ps2"
@
click=
"toDetail(scope.row,'')"
v-html=
"scope.row.companyName"
></div>
<div
class=
"wordprimary ps2"
@
click=
"toDetail(scope.row,'
business
')"
v-html=
"scope.row.companyName"
></div>
<div
class=
"ps3"
>
<el-tooltip
class=
"item"
effect=
"dark"
content=
"重新认领"
placement=
"top"
>
<div
@
click=
"toRL(scope.row)"
><img
class=
"i"
src=
"@/assets/images/project/khrl1.png"
><img
class=
"o"
src=
"@/assets/images/project/khrl2.png"
></div>
...
...
@@ -308,9 +308,9 @@ export default {
let
customerId
=
row
.
customerId
let
companyId
=
row
.
companyId
let
path
=
type
if
(
type
==
""
&&
companyId
==
null
){
path
=
'business'
}
//
if(type == "" && companyId == null){
//
path = 'business'
//
}
this
.
$router
.
push
({
path
:
'/enterprise/'
+
encodeStr
(
companyId
),
query
:{
customerId
:
customerId
,
path
:
path
}})
},
//认领客户
...
...
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