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
8e530b4d
Commit
8e530b4d
authored
Jun 28, 2023
by
huangjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*
parent
4d1ba904
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
6 deletions
+7
-6
Template.xlsx
dsk-operate-ui/public/file/Template.xlsx
+0
-0
index.vue
dsk-operate-ui/src/views/custom/trends/index.vue
+5
-5
addProject.vue
...ui/src/views/project/projectList/component/addProject.vue
+2
-1
No files found.
dsk-operate-ui/public/file/Template.xlsx
View file @
8e530b4d
No preview for this file type
dsk-operate-ui/src/views/custom/trends/index.vue
View file @
8e530b4d
<
template
>
<div>
<
div
class=
"miantitle"
>
<
span>
客户管理
</span
>
<
span>
/ 客户列表
</span
>
<
span>
/ 跟进动态
</span
>
<
/div
>
<
!--
<div
class=
"miantitle"
>
--
>
<
!--
<span>
客户管理
</span>
--
>
<
!--
<span>
/ 客户列表
</span>
--
>
<
!--
<span>
/ 跟进动态
</span>
--
>
<
!--
</div>
--
>
<div
class=
"app-container"
>
<gjjl
types=
"gjdt"
:data=
"datas"
isDisabled=
true
></gjjl>
...
...
dsk-operate-ui/src/views/project/projectList/component/addProject.vue
View file @
8e530b4d
...
...
@@ -147,6 +147,7 @@
//添加客户
submitForm
(
formName
)
{
this
.
queryParam
.
userId
=
this
.
$store
.
state
.
user
.
userId
if
(
this
.
queryParam
.
investmentAmount
!=
""
)
this
.
queryParam
.
investmentAmount
=
parseFloat
(
this
.
queryParam
.
investmentAmount
)
this
.
$refs
[
formName
].
validate
((
valid
)
=>
{
if
(
valid
)
{
...
...
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