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
65b24d03
Commit
65b24d03
authored
Aug 02, 2023
by
huangjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*
parent
58f49330
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
4 deletions
+10
-4
index.vue
dsk-operate-ui/src/views/custom/customList/index.vue
+3
-3
index.vue
...operate-ui/src/views/custom/historicalCustomers/index.vue
+1
-0
lxr.vue
...perate-ui/src/views/project/projectList/component/lxr.vue
+6
-1
No files found.
dsk-operate-ui/src/views/custom/customList/index.vue
View file @
65b24d03
...
@@ -26,7 +26,7 @@
...
@@ -26,7 +26,7 @@
</div>
</div>
</div>
</div>
<skeleton
v-if=
"isSkeleton"
></skeleton>
<skeleton
v-if=
"isSkeleton"
></skeleton>
<el-table
v-
if=
"!isSkeleton&&tableData.total > 0"
class=
"fixed-table
"
<el-table
v-
show=
"!isSkeleton&&tableData.total > 0"
class=
"fixed-table"
max-height=
"640"
ref=
"thistables
"
:data=
"tableData.rows"
:data=
"tableData.rows"
stripe
border
stripe
border
style=
"width: 100%"
>
style=
"width: 100%"
>
...
@@ -48,10 +48,10 @@
...
@@ -48,10 +48,10 @@
<div
class=
"ps1"
>
<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,'')"
v-html=
"scope.row.companyName"
></div>
<div
class=
"ps3"
>
<div
class=
"ps3"
>
<el-tooltip
class=
"item"
effect=
"dark"
content=
"写跟进"
placement=
"top"
>
<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>
<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>
</el-tooltip>
</el-tooltip>
<el-tooltip
class=
"item"
effect=
"dark"
content=
"编辑信息"
placement=
"top"
>
<el-tooltip
class=
"item"
effect=
"dark"
content=
"编辑信息"
placement=
"top"
transition=
""
:open-delay=
"450"
>
<div
@
click=
"toDetail(scope.row,'business')"
><img
class=
"i"
src=
"@/assets/images/project/edit_2.png"
><img
class=
"o"
src=
"@/assets/images/project/edit_22.png"
></div>
<div
@
click=
"toDetail(scope.row,'business')"
><img
class=
"i"
src=
"@/assets/images/project/edit_2.png"
><img
class=
"o"
src=
"@/assets/images/project/edit_22.png"
></div>
</el-tooltip>
</el-tooltip>
</div>
</div>
...
...
dsk-operate-ui/src/views/custom/historicalCustomers/index.vue
View file @
65b24d03
...
@@ -377,6 +377,7 @@ export default {
...
@@ -377,6 +377,7 @@ export default {
color
:
#3D3D3D
;
color
:
#3D3D3D
;
font-weight
:
400
;
font-weight
:
400
;
position
:
relative
;
position
:
relative
;
line-height
:
32px
;
&
:
:
after
{
&
:
:
after
{
content
:
' '
;
content
:
' '
;
width
:
2px
;
width
:
2px
;
...
...
dsk-operate-ui/src/views/project/projectList/component/lxr.vue
View file @
65b24d03
...
@@ -156,12 +156,14 @@
...
@@ -156,12 +156,14 @@
<!--<el-input type="text" v-model="queryParam.accendant" placeholder="请输入"></el-input>-->
<!--<el-input type="text" v-model="queryParam.accendant" placeholder="请输入"></el-input>-->
<!--</el-form-item>-->
<!--</el-form-item>-->
<el-form-item
label=
"联系方式:"
class=
"row"
>
<el-form-item
label=
"联系方式:"
class=
"row"
>
<el-input
type=
"text"
v-model=
"queryParam.contactInformation"
placeholder=
"请输入"
></el-input>
<el-input
type=
"text"
maxlength=
"11"
@
input=
"inputphone"
v-model=
"queryParam.contactInformation"
placeholder=
"请输入"
></el-input>
</el-form-item>
</el-form-item>
<el-form-item
label=
"备注:"
class=
"row"
>
<el-form-item
label=
"备注:"
class=
"row"
>
<el-input
<el-input
type=
"textarea"
type=
"textarea"
maxlength=
"200"
:rows=
"2"
:rows=
"2"
show-word-limit
placeholder=
"请输入"
placeholder=
"请输入"
v-model=
"queryParam.remark"
>
v-model=
"queryParam.remark"
>
</el-input>
</el-input>
...
@@ -242,6 +244,9 @@
...
@@ -242,6 +244,9 @@
},
},
methods
:{
methods
:{
inputphone
(){
this
.
queryParam
.
contactInformation
=
this
.
queryParam
.
contactInformation
.
replace
(
/
\D
/g
,
''
)
},
todetail
(
id
){
todetail
(
id
){
this
.
$router
.
push
({
path
:
'/project/projectList/detail'
,
query
:
{
id
:
id
,
tag
:
'xmsl'
}
});
this
.
$router
.
push
({
path
:
'/project/projectList/detail'
,
query
:
{
id
:
id
,
tag
:
'xmsl'
}
});
},
},
...
...
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