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
c64bbc91
Commit
c64bbc91
authored
Jul 03, 2023
by
huangjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*
parent
84d41426
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
gjjl.vue
...erate-ui/src/views/project/projectList/component/gjjl.vue
+4
-1
No files found.
dsk-operate-ui/src/views/project/projectList/component/gjjl.vue
View file @
c64bbc91
<
template
>
<div>
<el-card
class=
"box-card noborder"
>
<div
class=
"cardtitles"
>
跟进记录
</div>
<div
class=
"cardtitles"
>
{{
indexname
}}
</div>
<!--
<div
style=
"height: 24px"
v-if=
"showtype == 'projectgjdt'"
></div>
-->
<div
class=
"records"
>
<div
class=
"writeIn"
v-if=
"isDisableds == false"
>
...
...
@@ -158,6 +158,7 @@
name
:
'gjjl'
,
data
(){
return
{
indexname
:
'跟进记录'
,
showtype
:
''
,
isEdit
:
false
,
value
:
''
,
...
...
@@ -194,6 +195,7 @@
this
.
showtype
=
this
.
types
//客户管理跟进动态
if
(
this
.
showtype
==
'gjdt'
){
this
.
indexname
=
'跟进动态'
this
.
isDisableds
=
false
getUserList
().
then
(
result
=>
{
this
.
glqylist
=
result
.
data
...
...
@@ -206,6 +208,7 @@
}
//项目管理跟进动态
if
(
this
.
showtype
==
'projectgjdt'
){
this
.
indexname
=
'跟进动态'
this
.
isDisableds
=
false
this
.
projectId
=
null
//项目id暂时清空,必须手选id
relateProject
(
this
.
userId
).
then
(
res
=>
{
...
...
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