Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
Z
zentao-view
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
zentao
zentao-view
Commits
9c395bf2
Commit
9c395bf2
authored
Mar 05, 2021
by
menglingjun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 项目款项管理
parent
0c1c9338
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
ProjectChargeList.vue
src/views/project/charge/ProjectChargeList.vue
+2
-2
No files found.
src/views/project/charge/ProjectChargeList.vue
View file @
9c395bf2
...
@@ -79,7 +79,7 @@
...
@@ -79,7 +79,7 @@
:formatter=
"value => `$ ${value}`.replace(/\B(?=(\d{3})+(?!\d))/g, ',')"
:formatter=
"value => `$ ${value}`.replace(/\B(?=(\d{3})+(?!\d))/g, ',')"
:parser=
"value => value.replace(/\$\s?|(,*)/g, '')"
:parser=
"value => value.replace(/\$\s?|(,*)/g, '')"
@
change=
"e=>handleChange(e, index)"
@
change=
"e=>handleChange(e, index)"
:defaultValue=
"text"
v-model =
'record.charge'
></a-input-number>
></a-input-number>
</span>
</span>
</a-table>
</a-table>
...
@@ -148,6 +148,7 @@ export default {
...
@@ -148,6 +148,7 @@ export default {
this
.
query
.
page
=
1
this
.
query
.
page
=
1
this
.
query
.
name
=
""
;
this
.
query
.
name
=
""
;
this
.
query
.
status
=
""
;
this
.
query
.
status
=
""
;
this
.
loadData
();
this
.
loadData
();
},
},
pageChange
(
page
)
{
pageChange
(
page
)
{
...
@@ -233,7 +234,6 @@ export default {
...
@@ -233,7 +234,6 @@ export default {
},
},
activated
()
{
activated
()
{
this
.
form
.
resetFields
()
if
(
this
.
isFirstLoad
==
true
)
{
if
(
this
.
isFirstLoad
==
true
)
{
this
.
loadData
(
this
.
defaultPageSize
)
this
.
loadData
(
this
.
defaultPageSize
)
this
.
isFirstLoad
=
false
this
.
isFirstLoad
=
false
...
...
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